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?
How do i send text and html email at the same time
Moderator: General Moderators
- akuji36
- Forum Contributor
- Posts: 190
- Joined: Tue Oct 14, 2008 9:53 am
- Location: Hartford, Connecticut
Re: How do i send text and html email at the same time
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
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
-
Mark Baker
- Forum Regular
- Posts: 710
- Joined: Thu Oct 30, 2008 6:24 pm
Re: How do i send text and html email at the same time
Take a look at this example from php.net
Re: How do i send text and html email at the same time
SwiftMailer is a pretty good library for simplifying email sending & can take care of all the specifics of sending multipart emails.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.