mail($mail,$title,$message,"-f from:administration@mydomain.com");
if $message is less of 240 chars aprox it works perfectly
but if message contains more than 240(aprox) chars not send
how I can make work this?
Thanks
This is a discussion on i find an problem with mail function in the Shared & Semi-Dedicated forum
mail($mail,$title,$message,"-f from:administration@mydomain.com");
if $message is less of 240 chars aprox it works perfectly
but if message contains more than 240(aprox) chars not send
how I ...
mail($mail,$title,$message,"-f from:administration@mydomain.com");
if $message is less of 240 chars aprox it works perfectly
but if message contains more than 240(aprox) chars not send
how I can make work this?
Thanks
I don't know if this is causing your problem, but you're missing a parameter; the "-f from:administration@mydomain.com" should be the 5th parameter, you're missing the 4th. Try adding a comma before it:
or maybePHP Code:mail($mail,$title,$message,,"-f from:administration@mydomain.com");
PHP Code:mail($mail,$title,$message,"","-f from:administration@mydomain.com");
strange with i find the great problem
yesterday i try send a loot of message like test , but this not work, then i try with short messages and work perfectly, but not with large messages , then today try some times and ooo surprise work all perfectly i not did change to the code source ... STRANGE but work :P
Greetings and thanks
Copyright © 2011 JaguarPC.com
Bookmarks