Skip to main content

Troubleshooting Guide: Setting Up SMTP Providers

Progreda Help: Step-by-step troubleshooting guide to assist with setting up SMTP providers for seamless email delivery.

Updated over 3 months ago

Setting up an SMTP provider can greatly improve your email deliverability and ensure that emails sent from your system are processed through a reliable and trusted email service. However, issues can arise during the integration process. This guide will walk you through common issues and solutions related to SMTP provider setup, helping you troubleshoot and resolve any problems with your email configurations

FAQ: Troubleshooting SMTP Provider Setup

Q: How do I set up a Google/Gmail account as my SMTP provider?

A: Setting up Gmail or Google Workspace (formerly G Suite) as your SMTP provider requires specific configurations to ensure emails are sent securely and efficiently.

How to fix it:

1. Navigate to Settings > Email Services > Add New Service.

2. Select Google/Gmail from the available providers.

3. Follow the on-screen instructions to authenticate and link your Gmail account.

4. Test the SMTP connection to ensure it's working correctly by sending a test email.

Fix: If you encounter issues, ensure that 2-step verification is disabled and that you have entered the correct SMTP server address and port for Gmail.

Q: Why does my SMTP integration show an "Authentication Unsuccessful" error with Microsoft Office 365, even with 2-step verification off?

A: This issue arises due to changes in Microsoft’s security for third-party applications. Even with 2-step verification off, Microsoft now requires SMTP Authentication to be enabled for third-party email services.

How to fix it:

  1. Log into your Microsoft Office 365 account.

  2. Go to the Security & Privacy section and enable SMTP Authentication for third-party apps.

  3. In the email service configuration, ensure that the correct SMTP server address and port number are used.

  4. Test the SMTP connection by sending a test email.

Fix: After enabling SMTP authentication, your integration should work without errors.

If the issue persists, contact Outlook support for further troubleshooting.

Q: My Amazon SES SMTP integration is not sending emails. What should I check?

A: Amazon SES requires correct IAM credentials and proper DNS configuration for email delivery. If emails are not being sent, it could be due to missing or incorrect settings.

How to fix it:

  1. Ensure that you are using the correct SMTP server address for Amazon SES.

  2. Check that port 465 is used, as specified in the SES settings.

  3. Verify that your IAM Username & Password are correct and properly stored, as they are required for authentication.

  4. If your SES account is in sandbox mode, request production access through the SES console.

  5. Test the SMTP connection to confirm the setup is working.

Fix: Ensure all credentials are accurate and that you have production access if necessary. Check SES logs for additional error details.

Q: Why can’t I use my free email address (like Gmail) as the SMTP provider?

A: Free email services like Gmail often have limitations when used for SMTP integrations, especially when sending a high volume of emails. These services may block or restrict your account if they detect suspicious or mass emailing activity.

How to fix it:

  1. Use a professional email address or a dedicated sending domain to avoid restrictions.

  2. Ensure that your email provider allows for SMTP relay and check the daily email sending limits.

  3. If you continue using Gmail, ensure that you follow best practices like setting up SPF, DKIM, and DMARC records to ensure email deliverability.

Fix: For better reliability, consider using dedicated email services like Mailgun or SendGrid for higher email volume.

Q: My emails haven’t been delivered since setting up SMTP. What could be causing this?

A: If your emails are not being delivered after setting up your SMTP provider, the issue could lie with DNS settings, incorrect email configurations, or sending limits imposed by your email provider.

How to fix it:

  1. Check DNS Records:

    • Verify that your SPF, DKIM, and DMARC records are set up correctly in your domain’s DNS settings.

  2. Test SMTP Settings:

    • Ensure that the SMTP server address and port number are configured correctly for your chosen provider.

  3. Verify Sending Limits:

    • Some email providers have daily sending limits (e.g., Gmail). Ensure that you haven’t exceeded the limit.

  4. Check Email Content:

    • Review the content of your email to ensure it isn’t being flagged as spam due to certain keywords or attachments.

Fix: Make sure all DNS records are properly configured, SMTP settings are correct, and you're within sending limits. If the issue persists, contact support for assistance.

Did this answer your question?