• Resolved wprox

    (@wprox)


    Hi Nicolas,

    Happy holidays ??

    I have setup an email in: Automated emails to Stripe user after successful transactions

    I use a bunch of individual sentences that I want separated by an empty line between them, so it’s NOT wrapped into 1 giant paragraph with 10 sentences / phrases.

    I sent the email to gmail, and it gets all wrapped up in 1 paragraph without white space line breaks between the sentences.

    How can I add line breaks / whitespace between the sentences inside the email content?

    Thank you ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nicolas Figueira

    (@nahuelmahe)

    Hello @wprox,

    Thanks again for using Direct Stripe.

    The email content field supports html, it means you can use p tags for paragraphs or br tags to break lines, find out more at https://www.w3schools.com/html/html_basic.asp

    A basic example of how you can display text in email content field :

    
    <h1>First title</h1>
    <h2>Second title</h2>
    <p>Paragraph</p>
    Extra line<br/>
    Other line
    

    I hope that will help, I will try to make it clearer in next update.

    Best wishes

    Thread Starter wprox

    (@wprox)

    Thanks Nicolas ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add line breaks to automated email’ is closed to new replies.