This topic is locked

add image in top of e-mail

9/27/2007 2:29:19 AM
PHPRunner General questions
L
luck author

Hi,
I need to add an image in top of e-mail sent to users or admin from events.
Please tell me how i can do that.
Thanks!

Alexey admin 9/27/2007

Hi,
PHPRunner uses mail() PHP function which can send plain text emails only.

You can use some advanced mailing library in your code instead.

I.e. http://phpmailer.sourceforge.net/