Hi,
so I set up sendgrid and it all works but the formatting of the mail does not look good. following scenario
before sendgrid, to send an email I used the bubble workflow if button is click “send email”
and as body I would use a multilineinput on my page. The emails formatting would be the same as that in the multilineinput ie paragraph spacing etc included.
now i do not use the send email but send email via sendgrid action in my workflow. my sendgrid template has in its body only {{Var1}} and on bubble i make Var1 equal to the multilineinputs value. however the sendgrid mail does not use the formatting of the multiline ie there is no spacing and the email does not look good
Am I using the right workflow action or what can I do to fix this?