01-15-2009, 08:07 AM
[eluser]ecigraeme[/eluser]
Thanks, your post was very helpfull, just what i was looking for.
I am testing and developing locally with an XAMPP installation and Code Ignite and wanted to be able to send emails from my machine using SMTP and my gmail account.
Your post allowed me to get this set up.
The other thing I needed to do was to enable OpenSSL in my XAMPP installation. Thanks to http://w3it.com/blog/?p=7
Open /apache/bin/php.ini file
Find the line with ;extension=php_openssl.dll and uncomment it by removing the semi-colon from the start of the line.
Restart Apache.
Hope that helps somebody
Thanks, your post was very helpfull, just what i was looking for.
I am testing and developing locally with an XAMPP installation and Code Ignite and wanted to be able to send emails from my machine using SMTP and my gmail account.
Your post allowed me to get this set up.
The other thing I needed to do was to enable OpenSSL in my XAMPP installation. Thanks to http://w3it.com/blog/?p=7
Open /apache/bin/php.ini file
Find the line with ;extension=php_openssl.dll and uncomment it by removing the semi-colon from the start of the line.
Restart Apache.
Hope that helps somebody