Tagged Questions
2
votes
1answer
52 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 ...
-1
votes
2answers
153 views
PHP emails with CSS not working on gmail
I already read lots of threads about this and they all say that gmail doesnt support the style tag so I have to use the inline styling to resolve the problem. The problem is that I've look at the ...
1
vote
1answer
372 views
Can not properly hide images in outlook 2013 HTML Emails
I'm having problem hiding images properly in outlook 2013, even though they are hidden they add a line of spacing where they have been hidden making the email look stretched. This is the code I have ...
1
vote
2answers
168 views
Is there a way to hide imagery in gmail for a html responsive email build?
I'm building an email that has to have images hidden on the desktop and shown on the mobile. Only way you can do this is using display none which isn't supported by gmail.
I was wondering if there ...
0
votes
1answer
625 views
Extra space added to HTML e-mail when sent from Outlook to Gmail
If I open the following HTML e-mail in Gmail or Outlook it renders as it should:
<img src="img.png" />
However, if I open it in Outlook and then forward it to Gmail, it adds extra garbage ...
1
vote
3answers
303 views
Mass Emails Getting Rejected by Google
I need help automating mass emails I'm sending daily.
I'm trying to send out automated mass emails through a Gmail account (My Business uses Google Apps). I built a Java program that allows me to ...
0
votes
2answers
42 views
Issue with image in table using GMail online client
I am creating an email template to use in Pardot. I have coded the email up. It works fine in OSX Mail, Outlook 07 +, Opera Mail, however GMail is being a real pain. It is adding some weird height or ...
0
votes
2answers
483 views
HTML Emails, text-decoration on links
I am making a html mail template and I cant figure out how to remove text-decoration completely. I works very well in Thunderbird, but not in Outlook and Gmail. In Outlook, the visited links get a ...
0
votes
1answer
1k views
Responsive emails on Gmail app (Android)
I have created a responsive email template which works in all web clients, all versions of outlook, apple mail, thunderbird, iOS, HTC's 'Mail' app and nearly everything else minus Lotus notes.
Is ...
0
votes
3answers
255 views
gmail ignoring emails from a php contact form
We use a php email form on a website, it works fine when delivering email to other email programs, just not gmail, ive checked the spam and the inbox, but i get nothing, its as if gmail dosnt trust ...
0
votes
0answers
114 views
Gmail wont reveice html emails from onsite contact form - works fine in other email client
Im in the process of changing from a hosted email client to gmail, when i switch over the recepients address in my contact form to the new gmail account i dont get the messages coming through at all, ...
1
vote
2answers
125 views
html emails from contact form showing up differently in gmail ? Do you need to declare doctypes ?
We've recently changed our emails from running on 'horde' to running on gmail apps for buessiness, on our website we have a contact form that sends us the message wrapped in some html so that we can ...
0
votes
3answers
677 views
Font-Size in HTML Email via Gmail
Has anyone ever experienced a problem that, when a font-size style is applied to an element, the Gmail client isn't consistent when rendering? Example, I set the font-size to 17px and everything ...
0
votes
2answers
2k views
PHP mail() form sending to GMAIL spam
I know this problem has been addressed a few times on here. I tried following the directions for setting proper headers, I still run into problems with my emails going into the spam filter in Gmail.
...
0
votes
1answer
123 views
Sending Emails to Gmail: Disable Quoting of Repeated Content
Let's say you send out emails to your users, and those emails often have the same Subject and some of the content in the emails are the same. Well, Gmail likes to take the content that is the same in ...
0
votes
0answers
179 views
Random number in HTML email, inside img src
I need to generate a random number as part of an img src call in my gmail footer.
Currently the img src calls __utm.gif with several parameters following ?. However, part of one of them needs to ...
0
votes
1answer
737 views
Gmail ignoring height in empty <td> cell (HTML Email)
I've just started using a new HTML email software (was using Campaign Monitor but now having to use a plugin within our CMS).
Our template uses some empty cells at the top with different background ...
5
votes
3answers
3k views
How to get rid of “Show trimmed content” in GMail HTML emails?
I send a lot of HTML emails. The problem with GMail is, if there are more than one emails with the same subject, it hides some similar content and shows a "..." to show the "trimmed content". This ...
4
votes
3answers
4k views
Font Color in HTML Email - Gmail
I know that I have to use inline CSS to style anything in an HTML email, but I am noticing an odd override that is occuring in gmail. I am trying to change the color of the text in a table row:
...
0
votes
1answer
108 views
Wrong Icon Spacing in Gmail
The solution to the question orginally worked but as of January 26. 2013 it no longer does.
Here is my updated code for AddThis:
<table width="1" height="480" border="0">
<tbody>
...
0
votes
0answers
354 views
How do I embed an image in an html email, if I can't use data:uri's?
Google's Gmail can be frustrating. I need to embed a small icon in an email, but Gmail explicity strips out data:uri from <img src="" />.
(Not only that but Gmail doesn't allow "normal" ...
0
votes
2answers
317 views
zend_mail email marked as spam in 4th try
i am using zend_mail as html to send an email confirmation to the server, for the 1st and the 2nd test the message was forwarded to inbox but then suddenly all messages where marked as spam. this is ...
1
vote
1answer
467 views
Add image to body of email
I want to add an image in email body in Android.
I have attached an image using INTENT.EXTRA_STREAM, but this is not what I want. I want it in email body.
I tried the following code, but it is not ...
0
votes
3answers
1k views
gmail removes all styles from <td> if it has a background gradient
I have discovered a strange issues with gmail where if my HTML email has any form of CSS3 gradient e.g:
<th style="text-align:right; font-size:14px; background:#ededed; ...
2
votes
7answers
611 views
Remove images from html the same as gmail would do for emails without images enabled
I am writing a simple HTML email design editor in PHP and also show a demo of how this will look.
I think it would also be very useful to show the user how this will look in an email client such as ...
0
votes
2answers
666 views
Show/Hide content in a Gmail email body
Our organization is completely on Gmail (Google Apps), and we are trying to figure out a way to show/hide content in the body of the email and have the recipient decide whether to show the content or ...
0
votes
3answers
1k views
Coding HTML e-mail - added image outline/border - gmail and Outlook
I am coding a simple HTML e-mail and I am experiencing strange behaviour in gmail and Outlook 2003 and 2007. There is a white space below all images. My inline styling for images looks like this:
...
0
votes
1answer
210 views
HTML Email with Gmail - appending space underneath images
I've been trying to figure this out for a day and none of the tutorials seem to have the fix. Does anyone know why Gmail Adds a margin? It seems to append a span with two underline tags within a ...
2
votes
1answer
961 views
Unable to get HTML formatting to work in GMAIL
I have a powershell script that sends out an HTML formatted email, the formatting looks perfect in Outlook but does not work in GMAIL, any suggestions? The HTML used is:
#HTML
$a = "<style>"
...
11
votes
3answers
11k views
styling html email for GMail
I'm generating a html email that uses an internal stylesheet, i.e.
<!doctype html>
<head>
<style type="text/css">
h2.foo {color: red}
</style>
</head>
...
1
vote
1answer
149 views
How to allow overlaping of Images in gmail mail HTML
I'm sending some HTML formatted mails where I'm showing property images with their current statuses. There are some triangular status images overlapping to main property images which are getting ...
1
vote
3answers
2k views
html email issues with layout
I haven't had to send any mailshots for a number of years and I remember the process to be very painful then.
I have cut up my design into three sections and placed them within a table the table has ...
1
vote
3answers
90 views
gmail shows text as links while it shouldnt
Does anybody know if there is a special trick to make gmail not to show text as an htmllink?
We are sending newsletters to our customers, and there is a possibility that in the text is something like ...
1
vote
1answer
2k views
HTML Email in Gmail - embedding images
HTML mail with an embedded image in gmail - with the following email body - just spits out the exact text. It does not show what's inside the "body" tags.
This is the content of the mail:
...
10
votes
2answers
5k views
HTML formatted email not showing up at all in Gmail but is in other mail clients
I'm currently sending html formatted emails from PHP's mail() function and checking them simply to make sure they are showing up as HTML (formatting aside, I'm well aware that the formatting will vary ...
0
votes
2answers
607 views
Sending Text and HTML Emails - Why is Gmail Always Picking Text Version?
I'm sending some emails from my ASP.NET MVC application, using ActionMailer.NET.
Now, part of this process is sending both HTML and text versions of the message, to support text-only clients.
But ...
2
votes
2answers
2k views
Get rid of “Show Quoted Text” in Gmail
Is there a way to code HTML emails in a way that will NOT show the "show quoted text" and will NOT turn text to purple?
The web app I'm developing sends out a notification each time a user gets a ...
2
votes
2answers
350 views
Gmail is spamming our welcome email only
Our web app sends a confirmation email when a person signs up. This message is getting in the spam folder in gmail only. All our other emails we send out are correctly received by the end user in ...
1
vote
1answer
359 views
Email message with static Google map not displaying correctly in Gmail
I am using C# code to generate an email message.
In the body of the message, I want to add a static Google map. To create the static URL, I have the following code
string addr = "111 Remote Drive ...
0
votes
0answers
400 views
Sending HTML page through email and Importing contacts from gmail yahoo hotmail and aol
In web application the user should be able to send the HTML page via email and he should able to select the preferred contacts either from his gmail or yahoo or hotmail. Is there any plugin or widget ...
1
vote
1answer
459 views
Programatically forward Gmail messages & retain message formatting?
Is there any way to programatically forward email messages from Gmail to another email address, and retain all formatting - using C#?
I've got an ASP.NET web application which needs to do this. ...
2
votes
2answers
1k views
HTML rendering in Outlook 2010 and Gmail
I am programmatically sending a full HTML message to 2 persons... 1 is a Gmail user and the other is a private host using Outlook... the message is the following:
<html ...
1
vote
1answer
3k views
How to stop embedded images in email being displayed as attachments by GMail?
I am sending HTML emails with embedded images (as attachments) and the images display as expected in GMail. However they also show up as attachments under the email. Does anyone know how to avoid this ...
0
votes
2answers
736 views
Error in HTML links sending emails to Gmail
Hello i have developed a newsletter script to send HTML emails.
Everything works great receiving to desktop email clients, but i notice when i send to a gmail account, the html links are not working ...
0
votes
1answer
473 views
html ws text emails - how to show html version in gmail?
I added plain text version to system generated emails, because email without text version is considered as spam. Here is my code:
MailMessage mm = new MailMessage(
new MailAddress(from, ...
1
vote
2answers
1k views
How do I format an email for Gmail?
I'm sending out an email using CodeIgniter's built in library. All I'm trying to do is send a bolded string, but instead of rendering the tags, it is printing them. What I have:
<html>
...
1
vote
3answers
2k views
HTML email not received in gmail, but succeeds with yahoo, msn, aim, and work domain. Is it my HTML?
I have tried sending and HTML formatted email using ACYmailing for Joomla AND Mailchimp. It works for yahoo, msn, aim, my work domain but not for gmail.
I can send plain emails from my server to ...
0
votes
1answer
306 views
HTML emails using Swift “quoted” in Gmail
I am sending a very simple HTML email (it's mainly just a happy holidays image, centered) from my site using Swift.
It works perfectly in several clients (Thunderbird, Outlook Express, Yahoo Mail), ...
9
votes
5answers
8k views
Why is Gmail blocking CSS in emails?
I used CSS in my email and sent it out.
When I received the email in Gmail, all the CSS was disabled; however, when I retrieved the email in thunderbird or outlook, everything is OK.
How would I fix ...


