Page 1 of 1

PHP mail function help

Posted: Thu Jan 12, 2012 11:11 am
by zaib_alone
Actually I'm facing a problem.
problem is that I've made a mailing script in php, that is working fine, but now i want to add some images in my email, when i write some image code then in email same code print in email instead of image.
could anyone plz guide me?
thnx

Re: PHP mail function help

Posted: Thu Jan 12, 2012 4:36 pm
by Christopher
See the manual for the mail() function of examples on how to create MIME emails. You may want to try SwiftMailer or phpMailer because it is difficult to get all the details of MIME emails correct.

Re: PHP mail function help

Posted: Thu Jan 12, 2012 10:41 pm
by zaib_alone
Thank you Christopher.