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!
Moderator: General Moderators
Code: Select all
ini_set("SMTP", "mail.abc.com");
@mail($email,$subject,$body_message,...)