ItsOrreeeco
01-12-2008, 07:02 PM
I've been trying to send emails that have links in them. I read that you need the Mail_Mime class or whatever. Is there any other way? I added all that header junk like "mime version 1.0" or whatever in the script.
|
Click to See Complete Forum and Search --> : Php Mail ItsOrreeeco 01-12-2008, 07:02 PM I've been trying to send emails that have links in them. I read that you need the Mail_Mime class or whatever. Is there any other way? I added all that header junk like "mime version 1.0" or whatever in the script. NogDog 01-12-2008, 07:50 PM You need the message body to be sent as HTML text. See Example #4: Sending HTML Email on the mail() manual page (http://www.php.net/manual/en/function.mail.php). (Or, consider using a 3rd-party class such as PHPMailer (http://phpmailer.sourceforge.net) to automate much of this.) webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |