This is a static copy of the SEN v4 forums.
The database used is from Febuary 10th, 2007.
Forums
::
Members
Staredit Network
Staredit Network
->
Computers and Technical
->
Mail() help
Report, edit, etc...
Posted by IanMM on 2006-05-01 at 12:51:11
The mailer php does not work for me this is what I typed:
CODE
mail($email_address, $subject, $message,
"From: MyDomain Webmaster<admin@mydomain.com>\n
X-Mailer: PHP/" . phpversion());
Report, edit, etc...
Posted by Doodle77(MM) on 2006-05-01 at 15:58:01
Are you sure your server has sendmail support and it is set up correctly?
Report, edit, etc...
Posted by IanMM on 2006-05-01 at 16:10:09
I don't know but phpBB works fine and sends e-mails out.
Report, edit, etc...
Posted by Kellodood on 2006-05-01 at 16:34:01
That's because they have a dedicated server... You have to make sure your server allows that.
Try using Global Functions.
Report, edit, etc...
Posted by Shmeeps on 2006-05-01 at 18:50:57
What are the variables values? Alot of characters and invalidities in them will stop it from sending.
Report, edit, etc...
Posted by IanMM on 2006-05-04 at 23:38:11
I belive I can't use it thank you.
Next Page (1)