From: Matthew G. <mat...@gm...> - 2006-03-01 16:33:26
|
It is possible but you need to edit some code. Edit line 797 or so in admin/include/lib/espresponse.inc. Changing: return(mail($email,$subject,$body,$headers)); to return(mail($email,$subject,$body,$headers,'-f...@fo...')); Replace em...@fo... with a valid "from" address. This should be a configurable item in phpESP.ini. Could you also post a feature request for this on Sourceforge. On 2/28/06, David Liontooth <lio...@co...> wrote: > > > In the Survey Design form is an option to enter an e-mail address and > get a copy of each survey submission. On my system, the sender e-mail > <www-data@machine> isn't recognized by the local smtp server and > bounces. Is it possible to set the value of the sender address somewhere > in phpESP? > > Dave > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720&dat= =3D121642 > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > -- D'oh! |