Hi, I have spent 8 hours trying to send an email from my site using the google apps smtp server. but get:
"SMTP Error! Could not connect to SMTP host"
I see many forum posts about this topic, I have read and tried everything I could find and still have this problem, hence the reason Im finally begging for help.
System Specs:
joomla 1.5.9
PHP Version: 5.2.9-1
Windows 2003 server (yes What the? I know)
IIS-6
I do not have an SSL certificate installed on this server ( not sure if this makes a diff)
These are the things I have already done:
Modified php.ini to enable openssl
Downloaded and replaced smtp.php and phpmailer.php in the libraries\phpmailer directory with the respective php files that enable ssl connection within joomla.
I have a perfectly working google apps account, tested and has pop and imap enabled.
I have tried many different edits , port 465, port 587, to no avail.
Just to make sure, all ports for tcp/udp 465 and 587 are opened in windows 2003 firewall.
Global config looks like this:
Mailer: SMTP Server
Mail From: info@<mydomain>.com
From Name: Me
Sendmail Path:
SMTP Authentification : Yes
SMTP Username: info@<mydomain>.com
SMTP Password: <mypassword>
SMTP HOST:
ssl://smtp.gmail.com:465I am quite new to PHP so I tried other tutorials on just using PHP sendmail scripts to attempt to send email through gmail. Same error comes up.
If anyone could help this would be very very very much appreciated as Ive got tired eyes and have no idea how to get this baby going.
Cheers : Nigel D