What would be the best method to send email using PHP? By best, I mean the method that would work on any webserver. Does mail() work on all servers? Thanks in advance for any help. 😃
Originally posted by rapmonkey What would be the best method to send email using PHP? By best, I mean the method that would work on any webserver. Does mail() work on all servers? Thanks in advance for any help. 😃
As far as I know Mail() does work on any server with PHP yes.
RyanJ
mail() can be disabled in the server configuration, and not all servers are configured properly.
If your hosting supports Sendmail, then mail() will work.
If your hosting does not, IMAP nor POP3 will work because you need to be setup with an account to access those features.