By jpratt2 on
I have Drupal 6 running on windows through xampp as a localhost. When setting up Drupal, I entered my actual e-mail address (run through Comcast) since the local version obviously has none. Drupal can't e-mail from the localsite for updates using this address. How do I link the local host to my actual e-mail server?
Comments
edit
edit xampp\apache\bin\php.ini
find:
SMTP = localhost
change "localhost" to your ISP SMTP
Configure your php.ini
Customize your php.ini to make reference to a outgoing server.
Restart Apache server. Modify your mail.inc as below
hope this may help.