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
PHP mail function help
Moderator: General Moderators
-
zaib_alone
- Forum Newbie
- Posts: 3
- Joined: Sat Nov 26, 2011 11:41 am
PHP mail function help
Last edited by pickle on Thu Jan 12, 2012 4:41 pm, edited 1 time in total.
Reason: Fixing the obnoxious font size
Reason: Fixing the obnoxious font size
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: PHP mail function help
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.
(#10850)
-
zaib_alone
- Forum Newbie
- Posts: 3
- Joined: Sat Nov 26, 2011 11:41 am
Re: PHP mail function help
Thank you Christopher.