Forum Moderators: coopster

Message Too Old, No Replies

ini_set

ini_set("sendmail_from","test@hotmail.com")

         

mhbweb

1:02 pm on Oct 10, 2004 (gmt 0)

10+ Year Member



hiya folks..

im trying to use

ini_set("sendmail_from","test@hotmail.com");

but it doesnt seem to set at all.

can anyone help me?

mincklerstraat

1:21 pm on Oct 10, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Windows platform? if not, it might not work - manual page [be2.php.net]. Otherwise see the examples at [be2.php.net...] to get the 'From' in there on a per-call basis.

mhbweb

1:36 pm on Oct 10, 2004 (gmt 0)

10+ Year Member



setting the header in the actual mail() function worked great, thanks for your help.

its a windows system btw. :):)