creating a line space in between paragraphs.

19 views
Skip to first unread message

Arnie Michael Arazo

unread,
Jun 24, 2023, 10:34:54 AM6/24/23
to Google Apps Script Community
Hello, y'all.

It would really be awesome if someone can help my case.

Here's what my coding as of the moment:

const email = row[10];
    const subject = `Hey, `+row[8]+'! CONGRATULATIONS on completing the training!';
    const messageBody = `Hi, ${row[8]}. I am offering Virtual Assistant services specializing in graphic design, video editing, basic SEO, and admin support. With more than 3 years of experience I  can provide quality results, increase brand visibility, and handle various administrative tasks such as managing emails, scheduling appointments, and conducting research. I work efficiently, am highly organized, and proficient in using different online tools and software. My goal is to treat your business as my own and deliver quality work within budget and on time. Check my online portfolio Virtual Aide PH or you can click the image below. Let's talk soon! `;
    MailApp.sendEmail({
      to:email,
      subject:subject,
      htmlBody: messageBody,
      attachments: [blob.getAs(MimeType.PDF)]
    });

from this coding, I got a result that would look something like this,
Screenshot 2023-06-24 222907.png

Now, I want to make/create "line spaces" in between sentences. How should I edit my coding from message.body that would result from this,
Screenshot 2023-06-24 223328.png

Your kind expertise is highly appreciated!
Hope to see some answers soon!
Reply all
Reply to author
Forward
0 new messages