Administrator Posted February 23, 2013 Posted February 23, 2013 IP.Board is able to use Gmail's SMTP service, if your server is configured properly.The first thing to check is whether your server is configured to allow it. Gmail SMTP uses a secured connection, so your PHP installation must have OpenSSL capabilities. To check this, go to ACP->Support->System Overview->PHP InfoScroll down the screen, you will see the installed modules, each under its own header, such as mbstring, mcrypt, mysql, mysqli and so on. You're looking for OpenSSL there in its own heading. Should look something like this..opensslOpenSSL support enabledOpenSSL Version OpenSSL 0.9.8b 04 May 2006Thought it will be formatted nicely in a table. Versions may be different, but so long as that is there, you will likely be able to use Gmail's SMTP.Go to ACP->System Settings->Email Setup, or in IP.Board 2.x, ACP->Tools and Settings->Email Setup.Set "Mail Delivery Method" to SMTPSet "Over-Ride SMTP Host" to tls://smtp.gmail.comSet "Over-Ride SMTP Port" to 465Set "Add '<' and '>' to 'to' and 'from' addresses?" to Yes*Note that Gmail requires SMTP port 587 for TLS/STARTTLS and port 465 for SSL. More information is available in their documentation.Enter your Gmail username and password in the appropriate boxes.You should now be using Gmail SMTP to send mail on your forum. Run a test, such as registering a new account (assuming you have Email Validation) and verify that you receive the email.
Administrator Posted February 13, 2015 Author Posted February 13, 2015 For 3.4.7 if you get a STARTTLS Failed503 503 5.5.1 EHLO/HELO first. y5sm3826525ign.7 - gsmtp Upload the following to /ips_kernel/ classEmail.php 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now