taers232c / GAMADV-XTD3

Command line tool to manage Google Workspace
703 stars 87 forks source link

How to add newline in body of an email sent by gam? #309

Closed Connor1304 closed 1 year ago

Connor1304 commented 1 year ago

I'm currently trying to send an email and format it to add info on new lines is this possible?

taers232c commented 1 year ago

Connor,

Use \n to specify a new line. message "Line 1\nLine 2\nLine 3\n"

Ross

On Tue, Oct 18, 2022 at 1:22 AM Connor Walters @.***> wrote:

I'm currently trying to send an email and format it to add info on new lines is this possible?

— Reply to this email directly, view it on GitHub https://github.com/taers232c/GAMADV-XTD3/issues/309, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACCTYLZSLDT3NWXV7VJTFF3WDZM2VANCNFSM6AAAAAARH2EUII . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Ross Scroggs @.***

Connor1304 commented 1 year ago

I have been running it through python it was \n in the end that worked