Just got the email that Sendgrid is cancelling their free email API. Did anyone else get that??
What a pain. They’re giving me 60 days to upgrade to one of their paid plans. If they’re really canceling their free plan on everyone it’s going to affect so many Bubblers.
With all the problems I’ve had with them there’s no way I’m paying for their service. Luckily I’ve been slowly migrating my app off of Sendgrid and switching over to Postmark.
Only have a few more emails that I need to transition. But if anyone else got that email, start your switch to Postmark now! Works 100% better. Sendgrid is trash.
I moved to Postmark a while ago to improve deliverability rates, and I have found it much better
However, Bubble asks for a SendGrid API Key in the Domain and Email Settings page. I cannot see an option to add a PostMark API key for built-in email sending functions (like Password Resets and the like)…
The first thing I switched over to postmark was the password reset function because Sendgrid’s wasn’t working properly. I followed a guide on YouTube , it was pretty easy. I’ll see if I can post my workflow for it
And here is the html code for the template in Postmark:
<h1>Hi,</h1>
<p>You recently requested to reset your password for your xxxx account. Use the button below to reset it. <strong>This password reset is only valid for the next 24 hours.</strong></p>
<!-- Action -->
<table class="body-action" align="center" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td align="center">
<!-- Border based button https://litmus.com/blog/a-guide-to-bulletproof-buttons-in-email-design -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<a href="{{action_url}}" class="button button--green" target="_blank">Reset your password</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<p>If you did not request a password reset, please <a href="https://www.xxxxx.com/contact">contact support</a>.</p>
<p>Thanks,
<br>xxxxx</p>
<!-- Sub copy -->
<table class="body-sub">
<tr>
<td>
<p class="sub">If you’re having trouble with the button above, copy and paste the URL below into your web browser.</p>
<p class="sub">{{action_url}}</p>
</td>
</tr>
</table>
Hi, I provide transactional emails as a service. Utilizing your own mail-center, AWS, and fully custom campaigns/contacts.
My rates are much cheaper than Sendgrid or alternatives. And I offer a plugin with Bubble that makes it easy to use. Let me know if I could be of service!
I agree. AWS SES integration wouldn’t be too hard, n8n which is a no-code backend do it so well, could literally rip alot of their open-source modules:
Probs very low on their priority list rn, they’ve gotta do everything under the sun rn to keep up to date and us happy.