Getting email to flow with PHP and Joomla on Windows
Setup PHP email function The first thing is to test your PHP settings and confirm that email can flow without Joomla. ; http://php.net/smtp SMTP = smtp.comcast.net ( I am going to use Comcast’s SMTP ) ; http://php.net/smtp-port smtp_port = 25 ; For Win32 only. ; http://php.net/sendmail-from ; sendmail_from = email@localhost.com These are the settings that [...]
