html-email Questions
10
I'm working on an HTML email campaign (no CSS allowed) so I'm forced to use tables, something I'm not super familiar with. I've got everything looking right EXCEPT the table borders. Whenever I cre...
Sandy asked 14/3, 2011 at 19:12
6
Solved
Is it safe to use position:absolute in a email template?
Baghdad asked 28/10, 2010 at 10:24
3
We've got some HTML emails that get sent out that show email addresses our service has blocked. When viewing the email in Outlook (and presumably in other clients as well) these plain-text email ad...
Totaquine asked 11/1, 2011 at 19:51
3
Is it possible to prevent AWS SES from adding awstrack.me link to all my email links?
Their documentation suggests that if I don't want a link tracked, I just have to add ses:no-track as a custom a...
Apiary asked 26/11, 2019 at 5:6
6
Solved
I have an embedded HTML email in which I'm using a base64 encoded image. Image doesn't show in gmail when accessing via chrome. But it works fine when accessing same mail via mail client(Mail appli...
Genarogendarme asked 17/10, 2017 at 6:13
10
Solved
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 ...
Botulin asked 12/10, 2009 at 15:17
6
I'm working on sending emails to various email clients(such as yahoo,hotmail,gmail,....).
I have a div with id OrderInfo inside that I have a variable which generates a dynamic table.
HTML
<...
Archibald asked 18/2, 2016 at 12:9
23
I'm sending an e-mail newsletter in HTML.
Inside the HTML I have something like
<img height='70' width='70' style='display:block' src='myDomain.com/imageName.png'>
When I open the newslett...
Iridis asked 29/1, 2014 at 17:10
6
Solved
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:
<...
Unvarnished asked 6/6, 2012 at 22:32
2
Solved
I am running Django on a local Vagrant arch machine on a Win7 host. I set up my environment variables from Django in a .env file. In my app all static files are served correctly and everything work...
Skull asked 5/4, 2017 at 7:41
3
Solved
I want to generate graphs in SVG, and email an HTML page with those graphs embedded in it (not stored on a server and shown with linked images).
I've tried directly embedding the SVG, using the O...
Janijania asked 10/6, 2016 at 17:19
7
Solved
Can anybody advise me on this? WebKit browsers keeps on putting a gray 1px border around disabled images. The reason I need this removed is for email optimization for when email clients have images...
Thug asked 31/10, 2012 at 4:36
3
The majority of HTML emails and boilerplate that I've seen coded by other people, always declare a viewport meta tag.
I mindfully always avoid declaring a viewport and strive for a very high level...
Turf asked 16/1, 2014 at 17:22
7
I have got an email template together where everything is working apart from one element, which is not rendering properly in Outlook. This is the code:
<a href="https://website.com/link" style=...
Leishmaniasis asked 18/12, 2019 at 13:16
27
<td width="110" align="center" valign="top" style="color:#000000;">
<a href="https://example.com" target="_blank"
style="color:#000000; text-decoration:none;">BOOK NOW
</a>
<...
Estaminet asked 25/1, 2012 at 5:44
5
I set the font to 15px but when viewing the email on a mobile device (specifically mail > gmail) the text appears much smaller. How do I increase the size for mobile without increasing the size for...
Certes asked 4/4, 2017 at 18:52
10
Solved
I am setting up an email template and the top of a few images were being cut off. This is my code for the images
<td style="line-height: 0"><img src="http://domain.com/image.png"></...
Lange asked 25/6, 2013 at 13:37
1
Solved
How to make my email design stay the same regardless of the theme setting the user uses on his device.
Per se:
I want my email to look the same if my user has light mode on or dark mode on.
An exam...
Dacia asked 1/6, 2023 at 12:39
3
Solved
I see the moz-do-not-send="true" attribute in the HTML of emails all the time. Whenever I send links in emails with Thunderbird, it adds it to the <a> tag. What does the moz-do-not-send="true...
Titular asked 30/6, 2019 at 18:45
1
I am trying to send styled text email through AppleScript via default mail client. It seems new version of OSX is not able to recognise the HTML content set inside. Is there any workaround for 10.1...
Octosyllable asked 19/5, 2016 at 5:51
10
I just upgraded to Laravel 5.7 and now I am using the built in Email Verification. However there is 2 things I have not been able to figure out and the primary issue is how can I customize the emai...
Brimful asked 20/9, 2018 at 2:42
4
I am emailing the content of a text file "gerrit.txt" @ http://pastie.org/8289257 in outlook using the below code,
however after the email is sent when I look at the source code( @http://pastie.org...
Lignocellulose asked 1/9, 2013 at 23:2
8
I'm working on an HTML email and I am using MailChimp's Responsive Email Templates in combination with their CSS inliner tool. For the most part, the email looks great across the myriad of email cl...
Kristoferkristoffer asked 11/7, 2013 at 20:1
4
Solved
I am trying to align a part of text to the right and the other part to the left in an HTML mail but in Outlook the float doesn't work. So basically I am looking for float CSS in Outlook. I know it ...
Stephie asked 3/4, 2012 at 8:26
3
Solved
Note : read both answers below, thery helped us.
Original question:
Want to show appropriate deep link : http://en.wikipedia.org/wiki/Mobile_deep_linking so if android and no our app installed : sh...
Osprey asked 23/7, 2014 at 13:21
1 Next >
© 2022 - 2024 — McMap. All rights reserved.