Page 1 of 1
How do i send text and html email at the same time
Posted: Mon Sep 28, 2009 5:44 am
by gotornot
H Peeps
Im looking at sending both html and text email at the same time. Im not sure how to do this i can send them both independantly but am not sure on the dual method.
Any ideas?
Re: How do i send text and html email at the same time
Posted: Fri Oct 02, 2009 3:09 pm
by akuji36
Hello
I have php running on my machine so I can use php mail function
to send mail.
Xampp installs php, mysql and apache(your server)
xampp link here:
http://www.apachefriends.org/en/xampp-windows.html#641
php mail function here:
http://email.about.com/cs/phpemailtips/qt/et031202.htm
thanks
Rod
webpagesofease.com
Re: How do i send text and html email at the same time
Posted: Fri Oct 02, 2009 3:27 pm
by Mark Baker
Take a look at this example from
php.net
Re: How do i send text and html email at the same time
Posted: Fri Oct 02, 2009 3:54 pm
by pickle
SwiftMailer is a pretty good library for simplifying email sending & can take care of all the specifics of sending multipart emails.