Feature Requests item #1441284, was opened at 2006-03-01 21:53
Message generated for change (Comment added) made by liedekef
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1441284&group_id=8956
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
Priority: 5
Private: No
Submitted By: David Liontooth (liontooth)
Assigned to: Nobody/Anonymous (nobody)
Summary: make sender e-mail configurable
Initial Comment:
The e-mail address used to send backup copies of
responses to the survey designer is currently
automatically generated. This leads to bounced mails in
my case, as the user of phpESP (www-data) is not
recognized by my smtp server.
This should be a configurable item in phpESP.ini.
Matt Gregg's workaround until this is implemented:
Edit line 797 or so (in 1.6 it's 780) in
admin/include/lib/espresponse.inc. Change:
return(mail($email,$subject,$body,$headers));
to:
return(mail($email,$subject,$body,$headers,'-f foo@com'));
Replace em...@fo... with a valid "from" address.
Tested and works.
----------------------------------------------------------------------
>Comment By: Franky Van Liedekerke (liedekef)
Date: 2007-11-27 13:48
Message:
Logged In: YES
user_id=109671
Originator: NO
Done, added feature to CVS version (will be in 2.0.0)
----------------------------------------------------------------------
Comment By: David Liontooth (liontooth)
Date: 2006-03-01 21:58
Message:
Logged In: YES
user_id=897748
Sorry, that was supposed to read "(in 1.7-rc2 it's line
780)". I don't know about 1.6.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1441284&group_id=8956
|