0

Can someone refer me to a good tut or site that shows how to create a simple HTML mail message using the PHP mail() function...

thanks

4
  • 1
    You could look at the source of the excellent phpmailer Commented Nov 4, 2010 at 22:48
  • 3
    Did you take a look at the example on the mail manual page for an HTML email? Commented Nov 4, 2010 at 22:48
  • 1
    No offense, but you have to be more specific. Just asking us to point you to a tutorial is just plain lazy given the abundance of search results here and on Google Commented Nov 4, 2010 at 22:50
  • 1
    Problem is there are so many of them, and they get all crazy with mime types, and chmodroot and all of this linux jargon that doesnt apply... some are from 2003 and some are just not very intuitive...so thats the direction i was looking for... i wasnt being lazy. If i was lazy i would have asked for code. Commented Nov 4, 2010 at 22:54

1 Answer 1

2

Use Swiftmailer: http://swiftmailer.org/

Sign up to request clarification or add additional context in comments.

1 Comment

Swiftmailer is fine, modern and based on PHP 5. +1

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.