sychn Posted July 15, 2022 Share Posted July 15, 2022 Hi m8s, Is there any commercial smtp server that can be used in IPS? Thanks. Link to comment Share on other sites More sharing options...
Randy Calvert Posted July 15, 2022 Share Posted July 15, 2022 Instead of using SMTP, you might consider using a mail delivery service such as SendGrid that IPB can use to send via API call. That would allow you to track delivery, opens, clicks, etc. SeNioR- 1 Link to comment Share on other sites More sharing options...
rnorth6920 Posted July 15, 2022 Share Posted July 15, 2022 You could try mailgun. I've used them in the past and it works well. Another option is AWS SES which could use SMTP or API. Of the two, AWS is the most affordable, but requires a bit more setup if going the API route. Link to comment Share on other sites More sharing options...
AlexJ Posted July 15, 2022 Share Posted July 15, 2022 AWS - through API is better option vs SMTP. With SMTP we noticed forum slowness, issues. Link to comment Share on other sites More sharing options...
opentype Posted July 15, 2022 Share Posted July 15, 2022 37 minutes ago, AlexJ said: With SMTP we noticed forum slowness issues. Just so no one misunderstands this: the slowness comes from initiating the SMTP connection while certain actions like replying to a topic with followers are performed. It is not related to AWS. All external SMTP services will show that problem unless IPS moves those mails to a background task for all situations. CheersnGears and AlexJ 2 Link to comment Share on other sites More sharing options...
CheersnGears Posted July 15, 2022 Share Posted July 15, 2022 9 minutes ago, opentype said: Just so no one misunderstands this: the slowness comes from initiating the SMTP connection while certain actions like replying to a topic with followers are performed. It is not related to AWS. All external SMTP services will show that problem unless IPS moves those mails to a background task for all situations. +1 Moving away from SMTP to API years ago was a big performance improvement. It made the largest difference on large topics. Link to comment Share on other sites More sharing options...
Randy Calvert Posted July 15, 2022 Share Posted July 15, 2022 I agree that AWS is likely the "better" API-based email provider. The only reason I did not recommend it is that Sendgrid is already natively supported by IPB and that any other API-based provider will need a 3rd party application to support. In addition AWS email integration is not for the faint of heart if you're not very technically competent. 🙂 Sonya*, opentype and SeNioR- 3 Link to comment Share on other sites More sharing options...
Emediate Posted August 16, 2022 Share Posted August 16, 2022 I can highly recommend Sendgrid. We have 130,000 (active) members, and nearly 6 million posts. Email was flaky at best for password reminders, email account validations, and notifications. Switching to Sendgrid was one of the best things we have done for reliable deliverability and sender reputation. We just don't get blacklisted any more either. Link to comment Share on other sites More sharing options...
Recommended Posts