Jump to content

how to setup the email function in php.ini


tkv

Recommended Posts

you can have an smtp service running on the server

 

then in the php.ini set under [mail function]

 

SMTP = localhost;your smtp server, localhost should be fine if the smtp server is on this computer

smtp_port = 25; or your mail port youre using

sendmail_from= user@domain; should be a user on the machine, i have mne set to webmaster and all mail sent from the mail function appears to come from webmaster at domain

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.