Jump to content

SMTP in php.ini


Recommended Posts

The SMTP and smtp_port must point to a valid public email server (unless you only want to send email locally/to yourself, in which case you can install a mail server that is not publicly connected to the Internet.)

 

If you are trying to send though an external mail server, then you will need to use SMTP authentication against a mail box on that mail server. The php mail() function does not support SMTP authentication, so you would need to use something like the phpmailer class that open a socket connection directly with the mail server.

 

If you describe more fully what you are trying to do, someone can provide more specific information.

Link to comment
https://forums.phpfreaks.com/topic/104712-smtp-in-phpini/#findComment-535953
Share on other sites

  • 3 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.