Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [html-email]

HTML used to format emails (message content, not email addesses)

1 vote
1 answer
49 views

CSS in email working differently in new vs old Outlook

I have been trying to get a button to look a specific way in an email template but am struggling with the width of an a tag on old Outlook (version 2405) What I want is the a element to fill the td ...
tiny_mike's user avatar
  • 267
0 votes
2 answers
47 views

Responsive table for Outlook

I need a table that adjusts to 100% of the screen width but does not exceed a maximum width of 700px for an Outlook email template. For now I have the following code: <table border="0" ...
executable's user avatar
  • 3,540
0 votes
0 answers
14 views

PDF not generated from Django template

I am working on a form where I need to pass the user inputs into a context which is then passed to Django template which should be converted to a PDF file. However, instead of getting a PDF attachemnt ...
DevolamiTech's user avatar
-4 votes
0 answers
35 views

How to make email look the same in dark and light mode? [closed]

How to make my email look the same regardless of the theme the user uses on his device. I need my email look the same in both light and dark mode. How do I stop from inverting the colors and make my ...
Vladyslav Geyna's user avatar
0 votes
1 answer
29 views

RoundRect taking top left position of its rect container instead of direct parent (td)

I'm working on an email and we could not understand why we're having an Outlook Issue I have a roundrect to have a round CTA in Outlook, for this I used VML Result should be : But in Outlook, I ...
TaouBen's user avatar
  • 1,295
0 votes
1 answer
23 views

How to a achieve consistent look when sending emarsys emails to a mobile device?

For some reason when I send a test email to my two email accounts (google account and work account), both of which are logged into gmail app on my Samsung phone I get very different results. In my ...
Milena Tsoneva's user avatar
0 votes
0 answers
14 views

ODOO 13 mass mailing external links in email body are getting changed

i am using odoo 13 email marketing on my localhost when I test, email links work as expected but when email is sent to subscribers, links in email body are getting changed to something like http://...
Raja Tahir's user avatar
0 votes
0 answers
33 views

HTML images showing up as [obj] (with a dotted box) when using an <img> tag for an email's html body

Currently, I am trying to open an email draft using react-native-mail to send some information and a file for an app I am building. Currently I am including steps on how to use the file correctly but ...
Koen Schoffner's user avatar
1 vote
1 answer
40 views

HTML Email Button issue only in Outlook 365 for Mac

In an html email I used a "faux absolute" to create a background image with rounded corners for content modules. The html uses a max-height="0" for the contents container with the ...
Isaac's user avatar
  • 13
0 votes
0 answers
36 views

Email template is responsive in almost every client except a few. How do I fix this?

We have an HTML/CSS email template we've built that is fully responsive in the browser, and in almost all desktop email clients and mobile email clients except for Polymail and Thunderbird. We cannot ...
Glen Romero's user avatar
-2 votes
1 answer
64 views

Email Signature getting distorted - HTML

Email Signature getting distorted (on my end at least) when replying to an email that I sent. We are using Thunderbird as the email software. The code looks fine when I first compose an email. I am ...
Gavin Charitar's user avatar
-1 votes
1 answer
41 views

Loading an email template into a vuetify app

I am displaying email from an outlook email using MS Graph API. The content of the body is in html format so I am trying to add it via the v-html prop such as: <div v-html="emailContent"&...
Qiuzman's user avatar
  • 1,471
0 votes
0 answers
65 views

Need to send emails programmatically using Gmail API

I have configured my Gmail client to use my official company domain using Google's SMTP to send emails manually. This works like a charm and have been using this for more than 1 year. Now I need to ...
Devansh Garg's user avatar
0 votes
0 answers
18 views

Listing multiple url files in an email script from a check box selection

I am trying to group multiple url files to be listed out in an email from one selection made from a checkbox on an online form. Currently the way the html is set up, you will make one selection and ...
user25767343's user avatar
0 votes
0 answers
34 views

Images are showing up as blank in Web Outlook, rendering properly among other apps, including desktop Outlook

My email is showing images correctly in all mailboxes and platforms except Web (browser) Outlook, where they are simply rendered blank. The "image" is still clickable, and takes up space on ...
Paul 's user avatar
  • 289

15 30 50 per page
1
2 3 4 5
344