You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do not have an error reported from it. The email body is just blank. However, if I switch the contents of demoName and link, then the link appears in the subject line and the body displays as it should. Here is a snippet of my code per the example:
demoName = "name of demo
link := "https://link-to-aws-file"
email := gmail.Compose(demoName, link)
when trying to add a html link in the body of the email. It will not add the content in the body when sending
The text was updated successfully, but these errors were encountered: