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
Share on other sites

I want to build a php file that will send out an email with information to all of the subscribed users when an event happens, in this case the result of a baseball game.

 

I just need to know how to set up the server so it will send emails.

 

Thanks PFMaBiSmAd

Link to comment
Share on other sites

  • 3 weeks later...
This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.