jemminger Posted April 19, 2008 Share Posted April 19, 2008 anyone know of the performance of using 'mail' on a *nix platform vs. sending mail via smtp? in both cases i'm going through the PHPMailer class. wondering if anyone knows which way offers better speed performance. thanks, jeff Link to comment https://forums.phpfreaks.com/topic/101807-mail-vs-smtp-performance/ Share on other sites More sharing options...
haku Posted April 19, 2008 Share Posted April 19, 2008 It's not an issue of speed - the difference in speed is going to be too small for humans to really notice. The issue is that non-SMTP mails will often get filtered by junk mail filters, whereas SMTP mails often wont. Link to comment https://forums.phpfreaks.com/topic/101807-mail-vs-smtp-performance/#findComment-520990 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.