Hi, I see I can use the smtp, sendmail, or mail transport method. Which one should I use or better yet, what are the pros to using one over the other?
Thanks,
b
Which transport method should I use
Moderators: Chris Corbyn, General Moderators
Re: Which transport method should I use
Can anyone help here? 
-
ldougherty
- Forum Contributor
- Posts: 103
- Joined: Sun May 03, 2009 11:39 am
Re: Which transport method should I use
That depends on your server and their configuration. I can tell you that where I work we urge our customers to use SMTP via PHP rather than relying on sendmail on the Linux servers.
SMTP is generally more stable and secure.
SMTP is generally more stable and secure.
Re: Which transport method should I use
Thanks Idougherty, stable and secure sounds good to me.
