When my app sends an email to my own website, info@, it is supposed to go to that email at outlook.office.com , hosted by godaddy. Outlook does not receive the email.
Several months ago this is what bubble support said:
Regarding the emails, our engineering team has shared that this is a known behavior with the way certain email servers like Hotmail, Outlook, and Yahoo handle emails that come from Sendgrid, which is the third-party email platform that Bubble uses to power the native “send email” feature. When using the out-of-the-box Sendgrid client provided by Bubble for getting started (rather than a personal email client with a more reliable or dedicated IP address), Sendgrid sends emails via a pool of shared IP addresses which may not be whitelisted or are blocked by the security measures put in place by Microsoft and Yahoo on the receiving end.
Bubble support recommended to use an alternative third-party email service like Postmark or Mailchimp via plugins and custom API integrations, or use a dedicated IP address from Sendgrid once you have a custom domain for your Bubble app.
That was several months ago and I have not implemented anything. What is best practice for this? Can anyone send to me info on how to set it up the best way?
I started to use the Postmark Email plugin and it worked. Then I found the Rich Postmark plugin, looks much simpler to use. I entered the same server key as I used in the Postmark Email plugin but it does not send out the email. It seems to be a simple setup but I must be missing something. What else is there? It does not generate any bubble errors.
I thought the dev. key was optional so I did not input it there. Not live yet, only in dev.
At the moment, Postmark has disapproved my account so I can’t do anything until they approve. I’ll try the dev. key when I get my account back. Got any other email platforms?
Good news! Postmark approved my account. You were correct, the server key field that was labeled optional turns out not to be optional.
Just one small issue remains. With the native email send I inserted an image into the body of the email by using the rich text editor and inserting an image. It worked fine, however, the Rich Postmark does not work. The image appears only as a txt but no image. Any ideas?
You should consult ChatGPT or use an HTML email design tool like Tabular Email to design your email, then use a template in Postmark or paste the HTML code in the Postmark plugin.
We use Postcards by Designmodo to design emails and then paste them into Postmark. There’s a short guide on how to do this, and I suggest you take a look.
Firstly, I want to say a great big heartfelt THANK YOU for you and the other regulars who help out regularly. You all have kind hearts and I truly could not accomplish my dream website without your help! I learn a ton of important info just reading the posts.
Now for the conclusion of my Postmark issue. Great idea to employ chatgtp, exactly what I thought! Oddly, I found that the html code that chatgtp provided worked perfectly here on the forum page but I copied the same html code into the Postmark action and it did not work. I asked for help from zeroqode and they showed me the html fix. A few format changes were necessary but got it done. In moments I am now a no-code HTML coder, just like in the Matrix!
Again, many thanks to you and all others who help out. You make me proud to be here.