does ini_set SMTP work in safe mode
Posted: Sat Oct 22, 2011 5:45 am
Hi
For sending email I use:
It seems not to work anymore, as my hosting was transferred to php with safe_mode set ON. I can't change safe_mode, so my question is if ini_set for SMTP is not working in safe mode?
If not, is there another way I can send email, using just php_code and not other ways?
Thanx a lot!
For sending email I use:
Code: Select all
ini_set("SMTP", "mail.abc.com");
@mail($email,$subject,$body_message,...)
If not, is there another way I can send email, using just php_code and not other ways?
Thanx a lot!