FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Built in E-Mail
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Built in E-Mail [message #2230 is a reply to message #2216] Mon, 06 May 2002 15:53 Go to previous messageGo to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
The error is actually a PHP error.

The PHP is complaining about your mail server, hence the "Server Error" warning message. I am rather surprised that you get this error if registration emails work.

Try the following test code and see if you get the same error:

<?php
mail("DESTINATION_EMAIL_ADDRESS", "test email", "testing mail system",
"From: DESTINATION_EMAIL_ADDRESS\r\nReply-To: DESTINATION_EMAIL_ADDRESS\r\nBcc: ANOTHER_DESTINATION_EMAIL_ADDRESS");
?>


FUDforum Core Developer
[Message index]
 
Read Message icon5.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Text Corruption
Next Topic: Wrong paths in FUD 1.2.8
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Nov 22 23:50:52 GMT 2024

Total time taken to generate the page: 0.04271 seconds