Thanks @vini_brito
In the meantime I think Iāll go with the find and replace expression.
Thanks a lot man
Thanks @vini_brito
In the meantime I think Iāll go with the find and replace expression.
Thanks a lot man
Looked into it, while there are no bugs per se, since that field expects HTML and line breaks and styles are expected to be in HTML, I feel your pain.
Try looking for a rich text editor that outputs both HTML and BBCode, that way you show the BBCode in Bubble and uses the HTML in the email.
If you donāt find any, free or paid, tell me, I do have a private rich text editor that outputs BBCode, HTML and plain text, so I can enable it in your app. While a lot of work went into polishing it, it still may have some rough edges and I wonāt be able to fix or polish them in a timely manner, thatās why I keep it private. Iām saying this just so you donāt get stuck and have an alternative.
P.S: It works fine for my use cases. Itās just that a lot of unknown unknowns appeared over time and were fixed, so I know that unforeseeable stuff may show up. But generally itās pretty stable now.
Can I use this postman plugin with a free Bubble plan?
I think so.
Yep you can
Hey @vini_brito just checking if this postmark change will effect the plugin?
Hey there @equibodyapp,
I believe @vini_brito addressed it an another thread, but it will not.
Thanks @johnny
No problem
Hello @ryanck
Did you find a way to solve this? I have the same problem (RTE >postmark)
@vini_brito maybe you fixed this ?
Thank you
Hello,
My workaround has been using the find and replace operator and itās working fine at the moment.
Hope it helps.
Thank you @ryanck
How do you do for color / urls / email /size ?
I canāt get this with find&replace
Try seeing if there is a rich text editor plugin that outputs BBCode and HTML, so you have both from the start (:
Running into an issue here where Bubble gives me the āwe ran into a temporary bug yada yadaā when trying to send batch emails.
At first it only affected one workflow sending 501-1000, before and after that particular one it worked fine. Today none of them works and gives the same error. Itās near impossible to find whatās causing it, and I donāt dare sending a Bubble bug report if they for some reason end up sending out newsletters to thousands of users. And Iām pretty sure theyāll just give me the āyouāre using a plug in, good luckā answer anyway.
For obvious reasons I canāt reproduce it in the dev. environment. So this is more of a hope that someone has had the same issue and found the cause? Iām thinking of splitting up the batch in smaller chunks. But itās a risky business trying to solve this in the live app.
Hello @vini_brito I had this error message :
You might want to use Postmarkās API to check if the recipient is unsubscribed or has previously bounced
okay got it thanks @johnny !! always there to help !
Still facing issues with not being able to send the second batch of 500 emails. It always sends the first 500, fails to send the second 500, and is fine after that. Iāve tried spacing it out with 30min between calls, running it in the browser vs running it on the server. Nothing works.
Has anyone been able to send +500 emails by using Postmark and bubble, plug in or no plug in?
Postmarkās limit is 500
Itās 500 per API call. Thatās the reason Iām splitting it up in multiple calls, each sending 500 or less.
The problem Iām facing is that the second call doesnāt work, ever. But subsequent calls works fine.