colap Posted August 4, 2015 Share Posted August 4, 2015 1) sendmail 2) postfix 3) ssmtp 4) msmtp or other Which mail server or mail client to install to send email in php? Is it possible to send email without mail server or mail client? Link to comment https://forums.phpfreaks.com/topic/297615-mail-server-or-mail-client-to-install-to-send-email-in-php/ Share on other sites More sharing options...
scootstah Posted August 4, 2015 Share Posted August 4, 2015 Any of the above. Ultimately you need a mail server to send email, but that doesn't mean you have to install one. You can connect to an external SMTP server (such as Gmail) and send mail with no problems. In fact if you don't know what you're doing, that is the approach that I recommend. Link to comment https://forums.phpfreaks.com/topic/297615-mail-server-or-mail-client-to-install-to-send-email-in-php/#findComment-1517974 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.