All Questions
8 questions
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 ...
0
votes
1
answer
482
views
Embed images from business Google Drive to Gmail
I've tried searching for ways to do this, but I don't think I know what I'm searching for. I have a script that should get the ID of an image in a Google Drive of a business account, and embed this in ...
-2
votes
1
answer
1k
views
a:visited and a:hover css are not rendering correctly in Outlook or Gmail
In the email code, the a:visited and a:hover CSS style is not rendering/Working correctly in Outlook or Gmail email clients. I have added the CSS code like the following.
/* unvisited link */
a:...
0
votes
1
answer
1k
views
Can I send mail using Javascript and jquery without a server? [duplicate]
I can use only javascirpt and jquery.
My customer said without server and using javascript and jquery can send email from gmail SMTP.
Gmail SMTP surpport only use javascript and jquery can send ...
1
vote
2
answers
289
views
How does Google Calendar update the content of an email AFTER it is sent?
Google calendar invite emails will update after they are sent if the original event has been changed... how does Google achieve this? Is there a general technique for anyone to do this? Or is this ...
0
votes
2
answers
1k
views
Make a radio button a link within an HTML email in gmail
I am trying to build a simple form that will be sent in an HTML email, and will primarily be opened in gmail. Since gmail strips out the Javascript, I'm wondering how I can make each of the radio ...
0
votes
1
answer
194
views
avoiding the junk email folders for important email notifications
I have created a login system that sends activation email to the user. Now the problem is that the email goes to junk folders mostly. That is terrible issue. http://blog.kissmetrics.com/avoid-the-spam-...
2
votes
1
answer
150
views
Can a javascript dropdown in-email like G+ be implemented by anyone, or only Google?
Noticed today this great trinket from Google: in their notification emails upon new G+ followers, the recipient can add someone to a circle directly from a dropdown in the email. (See below).
The ...