On Friday 02 February 2001 08:20, Maxim Maletsky wrote:

> FROM: "J-Door Newsletter" < [EMAIL PROTECTED] 
<mailto:[EMAIL PROTECTED]> >

(1) Better write "From:" , not "FROM:". It shouldn't matter, but some 
clients may assume the Firstletteriscap form


(2) An email address may take one of the following forms:
"Real name" <[EMAIL PROTECTED]>
[EMAIL PROTECTED] (Real Name)
[EMAIL PROTECTED]

Nesting, as you do it, is not allowed.

>  $from = '"' . $POSTED['from_name'] . '" <' . $POSTED['from_email'] . 
>'>';

Your problem here is that $POSTED['from_email'] is
"[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>" instead of
"[EMAIL PROTECTED]"


Also note that "mailto:" is a HTML-ism and has no place in mail headers!

-- 
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)

Google results 1-10 of about 142,000,000 for e. Search took 0.18 seconds.

- http://www.google.com/search?q=e

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to