Hello all:

I have a script that looks like:


...
$name="Project #1";
...
$title="NEW PROJECT: ".$name;
$a=mail("[EMAIL PROTECTED], [EMAIL PROTECTED]",$title,$body, "From:[EMAIL PROTECTED]");
...



When I execute this code (there is no loop anywhere), ALL the recipients
receive 2 emails:
- the first one with the subject "NEW PROJECT:"
- the second with the subject "NEW PROJECT: Project #1"

I cannot figure out why the first one is sent, and why with a partial
subject.

Any idea?


Thanks.

Jean-Louis

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to