Comment on page
Test the SMTP with Gmail

Everyone loves Gmail! It's easy and very popular. Well, not really for the production server integration to be honest. Gmail does provide an SMTP integration feature, but there are some limitations. That being said, for testing purposes, it's useful and free to use.
First of all, you should allow the 'Less secure apps' on your Google account. Google is marking the SMTP access as "insecure" based on their policy, so this is required to make your account for the SMTP emailing.
If you are using a 2FA, you might need to go through one more step. Google asks you to generate an "App Password" in order to use a less secure app. Which is like a temporary password only for your less secure app access.
You can make an app password here. Make sure to make a memo of the password coming from Google somewhere. This is required on the HollaEx Kit Email Configuration.
- Host: smtp.google.com
- Port: 465
- Username:
<YOUR-FULL-GMAIL-ADDRESS>
- Password:
<APP-PASSWORD-YOUVE-GENERATED>

The configuration will be similar to the screenshot above.