![]() |
Sergey Kornilov admin 9/20/2005 |
Hi, ini_set("sendmail_from", "admin@domain.com"); |
C
|
cjb 11/24/2007 |
I need to change the "from" email address and have tried inserting [ini_set("sendmail_from", "admin@domain.com");] in the AfterAdd function. But my "from" address does not change. |
![]() |
Alexey admin 11/26/2007 |
Hi, mail($email, $subject, $message,"From: Admin <admin@domain.com>"); |
C
|
cjb 11/26/2007 |
FANTASTIC! |