help with sendmail configuration to send mail through my gmail account?

Posted by pradeepa on Server Fault See other posts from Server Fault or by pradeepa
Published on 2009-12-03T11:51:40Z Indexed on 2012/05/31 4:42 UTC
Read the original article Hit count: 413

Filed under:
|
|
|

This is the sendmail.ini file what to change now

# Example for a user configuration file

# Set default values for all following accounts.
defaults
logfile "\xampp\sendmail\sendmail.log"

# Mercury
account Mercury
host localhost
from postmaster@localhost
auth off

# A freemail service example
account gmail
tls on
tls_certcheck off
host smtp.gmail.com
from ****@gmail.com
auth on
user ****@gmail.com
password *******

# Set a default account
account default : Mercury

© Server Fault or respective owner

Related posts about Windows

Related posts about sendmail