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

Home » FUDforum » FUDforum Installation Issues » Mail probs
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Mail probs [message #12782 is a reply to message #12729] Sun, 31 August 2003 18:36 Go to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
Unusual, by default (what you are using) FUDforum uses php mail() command when sending e-mails. It appends 2 headers to the e-mail which should affect the 'From & Reply-To' headers.

You can try this manually

<?php
mail
("me(at)me(dot)com", "Test", "Test", "From: me(at)me(dot)com\nReply-To: me@me,com");
?>


If your test fails to properly specify From/Reply-to something is likely to be broken in your PHP.


FUDforum Core Developer
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Strange forum behaviour after upgrade from 2.3.5 to 2.5.2
Next Topic: Trouble 2.3.8 -> 2.5.*
Goto Forum:
  

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

Current Time: Sun Oct 06 07:10:51 GMT 2024

Total time taken to generate the page: 0.05397 seconds