Sending accounts are used to create automatic tests and email tests via proxy email addresses. You can use the SMTP settings of most popular mailbox providers such as Gmail, Google Workspace, Outlook, and Office 365 and the SMTP settings of email service providers and delivery services that allow to use their SMTP servers in third party applications.
Below are the steps to create a sending account with the Office 365/Exchange SMTP settings:
In your account, go to Inbox Insight -> Sending Accounts.
Click Create Sending Account and enter the information:
Sending account name: any name that you want to appear in the From field if your emails
From email: your email address set up with Office 365.
SMTP server: smtp.office365.com
Port: 587
Security protocol: none (works as STARTTLS)
SMTP username: your email address set up with Office 365
SMTP password: the App password created in your email account set up with Office 365.
Important: To create an App password, you need Two-Step Verification on your Office 365 account to be turned On.
Sign-in to your My Microsoft Account homepage.
Click the Security info option in the left panel.
Click Add Method, then click the Drop Down, select App Password and click Add.
Enter a unique name for this App Password (something to identify which specific application will be using this password), for example, GlockApps, and click Next.
Copy the generated App Password and then click Done.
Paste the App password in the SMTP Password field in the sending account settings.
You may want to save this App password to a safe place in order you can use it again in the future. If you lose your App password, you can always create a new one following the above steps.
Choose a folder to create tests made via this sending account in.
Select the spam filters and email providers to be used for the tests made via this sending account.
Click Check & Create.
Common Errors and Troubleshooting Tips
If the SMTP settings you entered are not correct or something is blocking the connection to the SMTP server, you may see an error after saving the sending account settings. Check the list of the the most common errors and troubleshooting tips below:
I don't have an option to create an App password in my account.
By default, users can’t create App passwords. The App passwords feature must be enabled before users can use them. To give users the ability to create app passwords, admin needs to complete the following steps:
1. Sign in to the Microsoft Entra admin center as at least an Authentication Policy Administrator.
2. Browse to Conditional Access > Named locations.
3. Click on “Configure MFA trusted IPs” in the bar across the top of the Conditional Access | Named Locations window.
4. On the Multifactor authentication page, select the Allow users to create app passwords to sign in to non-browser apps option.
Invalid smtp settings:tls: first record does not look like a TLS handshake
If the SMTP server requires STARTTLS, make sure to select the “none” security protocol. It works as STARTTLS in GlockApps.
Invalid smtp settings:535 5.7.139 Authentication unsuccessful, user is locked by your organization's security defaults policy.
Disable security defaults in your Office365 account:
Sign in to the Microsoft Entra admin center as at least a Security Administrator.
Browse to Identity > Overview > Properties.
Select “Manage security defaults”.
Set Security defaults to “Disabled”.
Select “Save”.
You can read more about security defaults here.
Invalid smtp settings:535 5.7.139 Authentication unsuccessful, SmtpClientAuthentication is disabled for the Mailbox.
Enable the SMTP AUTH for that specific mailbox in the Microsoft 365 admin center:
Login to the Microsoft 365 admin center.
Go to Users > Active users.
Select the user, and in the flyout that appears, select Mail.
In the Email apps section, select “Manage email apps”.
Verify the Authenticated SMTP setting: checked = enabled.
When you’re finished, select “Save changes”.