I want to use the trigger emails firebase extension. When i format my text with html i get the layout I want, however i am much more likely to be placed in the spam folder.
So I want to send plain text. However, i can not get the newline to stay in the final text. When i send things with the Sendgrid python api "Hello\r\nWORL!"
will result in the email looking correct
Hello
World!
however, the firebase extension will send "Hello\r\nWORL!". i tried \n\n, escaping the slashes, (\n),
, among others.. nothing works.