web_master Posted March 16, 2009 Share Posted March 16, 2009 Hi, how can I send on a simpliest way an email via SMTP? mail($recipient, $subject, $mail_body, $header); Thanks, T Link to comment https://forums.phpfreaks.com/topic/149682-simpliest-smtp-email/ Share on other sites More sharing options...
syed Posted March 16, 2009 Share Posted March 16, 2009 You can use the mail function without the $header variable if that's what you mean. Link to comment https://forums.phpfreaks.com/topic/149682-simpliest-smtp-email/#findComment-785996 Share on other sites More sharing options...
web_master Posted March 16, 2009 Author Share Posted March 16, 2009 You can use the mail function without the $header variable if that's what you mean. well, I want to use SMTP (mail.mydomain.com) to send emails to recipients, not just a simple PHP-mail. But I want a simpliest PHP script as possible... Link to comment https://forums.phpfreaks.com/topic/149682-simpliest-smtp-email/#findComment-786008 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.