Hi, i would like to send html email with graphic elements included i have no idea to attach garaphics to this email please help
|
1
|
|||
|
|
|
|
You probably don't want to do an inline attachment by hand, it's far easier, and less error prone to use a library, like PHPMailer. |
||
|
|
|
|
I'm not going to bore you with a mediocre explanation here so instead let me link to this great tutorial over at Sitepoint which explained it to me in plain english! - sitepoint.com/article/advanced-email-php/ |
||
|
|
|
|
You can try Swift Mailer |
||
|
|
|
|
The short version is that you are probably best off creating a HTML formatted messages, and using the header parameter of the php mail function.
The sitepoint.com article referenced by Jimmy provides an excellent and complete description of your options. |
||
|
|
