Skip to main content

All Questions

Tagged with
0 votes
0 answers
387 views

Is there a way for Outlook Web client to respect font-family and font-size? Pasted content is converted to Aptos 12pt, drag and drop does not

My work has a signature block generator web page that staff enter their details into, click copy, and paste their signature into Outlook. Branding CSS is added to the signature through both CSS ...
Aden's user avatar
  • 1
0 votes
1 answer
29 views

How to preserve search and save autogenerated Gmail layout class and event code

I am trying to work on a Gmail html layout template. As shown in the snapshot below, the element has a auto generated (I think) class attribute class="MHCHNe lCsUvc aog TbVst aoN" It is ...
RootPhoenix's user avatar
  • 1,767
0 votes
1 answer
112 views

Generating HTML format email with google Apps Script

I'm trying to generate an email and keep the HTML format from Google AppsScript. I succeeded what : an e-mail, that replaces all the mentioned variables by the data I want but in a plain-text email. ...
John B's user avatar
  • 1
0 votes
0 answers
56 views

Overlaying text on an image in an email from javascript

I have a form that submits email contact information and a message. I am trying to format the email in javascript and submit for sending. The message is inserted into the html in javascript and then ...
hamtickell's user avatar
0 votes
1 answer
88 views

Specific media queries extract and store in a variable

I'm using Gulp as an email generator. This generator uses Juice to manipulate a CSS file linked to the HTML file and will inline, clean, keep media queries in the head, etc. to have a final HTML file ...
Kornelius's user avatar
-2 votes
1 answer
164 views

Get user agent using img tag

I'm using a simple img html tag in an email message in order to run an AWS Lambda everytime the message is reading. Img tag is like: <img alt="" src="https://lambda-url?att=data"...
BntMrx's user avatar
  • 2,377
0 votes
1 answer
199 views

How to copy generated signature in HTML,CSS into outlook 2016 with correct styling?

I designed a template for a signature generator and uploaded it to my website's server, (example website.com/signatures). However, when I copy the signature from the server and use it in Outlook, the ...
Bakhodir Ibragimov's user avatar
0 votes
0 answers
224 views

Share with email with HTML markdown from the front-end

Is there any way I can allow users to share the article with the HTML markdown within email? I tried to create the link like shown below, but it just pastes the HTML code without formatting in the ...
domanskyi's user avatar
  • 753
1 vote
1 answer
373 views

Outlook desktop client not wrapping text to new lines for Thai emails

I'm building some Thai emails and having trouble to properly break text into multiple lines. While other email clients are doing a great job in breaking text, Outlook is not doing the same and I've ...
Satish's user avatar
  • 11
0 votes
1 answer
134 views

smtp.js The specified string is not in the form required for an e-mail address

I have tried a lot of ways to fix this script but it keep alert me only just The specified string is not in the form required for an e-mail address function sendEmail() { var elmail = document....
tab the_dev's user avatar
0 votes
0 answers
77 views

Can I create a "copy" button using Javascript that replicates selecting with mouse and copying an image rendered on html webpage?

Background I built a web app in HTML/Javascript that renders an HTML email in the browser. The user copies the rendered email and pastes the contents into their email body in Gmail. The problem To ...
user1810211's user avatar
2 votes
1 answer
71 views

Schedule regular interval email with attached PDF (which looks same as UI) REACT

We have a UI page that contains a number of charts built using the Rechart library. There is a functionality for PDF generation that creates the PDF which looks 90% same as UI page. We have used ...
saurav agnihotri's user avatar
0 votes
0 answers
47 views

Passing a list variable from javascript to HTML Email in GAS [duplicate]

Thanks everyone for input on this. Here's the code: var alias = GmailApp.getAliases(); var subject = header + " Team"; var body = ""; var htmlTemplate = HtmlService....
Swiss23's user avatar
  • 39
0 votes
2 answers
2k views

Dynamically add table rows in html email template

My task is to add table rows dynamically in the email template. This is how I created email template <html> <head> <style type=3D&quot;text/css&quot;> </style> </...
Vinayak's user avatar
  • 141
0 votes
0 answers
19 views

How to fetch data of email parameters, just buy using a button and save it on a skim table, using Javascript?

How to fetch data of email parameters, just buy using a button and save it on a skim table, using Javascript? Please help with fetching the data and then saving it to a skim table using a button
Cinnovation Technology's user avatar

15 30 50 per page
1
2 3 4 5
13