5,159 questions
0
votes
0
answers
55
views
Gmail promotion - product carousel
I am developing Gmail Promotions for marketing purposes and have created several basic email templates designed to display a product carousel in the Promotions tab of Gmail inboxes. Following the ...
0
votes
1
answer
64
views
Outlook/MSGKIT: Create Outlook Email Template for Download
I have a need to dynamically populate an email as an .MSG file with all of its attributes (to/from/cc, body, etc.) and allow the end user to download the email as a template for further modification. ...
0
votes
1
answer
57
views
Gmail email client removes container-type
I want to target web-based email clients to make a text+image ad responsive.
Got this in my email header:
.ts-email-wrapper {
container-type: inline-size;
}
And this is the div that wraps the ...
2
votes
2
answers
58
views
Angular CLI 18 do not accept my form nativeElement
I have a simple form and I'm using EmailJS to handle it and I'm sure my IDs and key are correct.
Here's an example of my form:
<form (ngSubmit)="sendEmail(form)" #form="ngForm"&...
1
vote
1
answer
48
views
Python Dataframe space characters being removed when sent via email (win32)
When using Python 3, why does WIN32 mail.send alter the df.to_html values when sending an email?
The example below shows a dataframe with three test values with different spaces between the word 'TEST'...
1
vote
1
answer
61
views
Changing the Font on part of the body of my email
I have the below script that works fine but I am wanting the four numbers and post code in the body (an example is 3260 TA4 33Q) to be bold and red but the rest is fine as it is.
I have read a lot of ...
0
votes
0
answers
29
views
foundation framework for emails
While running npm stat i continue to get this message. Im confused is this a sass related?
[21:23:47] Requiring external module babel-register Error: Node Sass does not yet support your current ...
0
votes
1
answer
97
views
How to add Slider colour while sending email from sendgrid dynamic template?
I am working on sendgrid dynamic template HTML code. I want that slider to be filled with dynamic value by go lang code. In sendgrid, when i see the colour of the slider then colours are showing as it ...
0
votes
2
answers
80
views
Is there any way to remove the top spacing in an Outlook 2013 - 2019 image?
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 I have a line height above the image (on the right) in Outlook, and I would like the ...
1
vote
2
answers
123
views
How do I fix rendering problems with this html button in certain email clients?
I working off an email template someone else put together and it works fine... except in Outlook classic. Some of the time. Sometimes the button renders properly, sometimes it doesn't. Here is the ...
2
votes
2
answers
72
views
New Outlook is extracting tel: links and putting them in brackets
I'm working on an html email template and Outlook is extracting the link and putting it in brackets with http:// in front of it. Example:
<a href="tel:000-000-0000">000-000-0000</a&...
0
votes
1
answer
112
views
Problem with displaying image sent through Spring Boot EmailService on Gmail
I try to send an account activation email through Java/Spring Boot Email Service, but the logo image is not displayed on Gmail. (ofc on localhost everything is fine). The image is being sent as an ...
0
votes
1
answer
91
views
Embedding dynamic URL ({{{URL}}}}) into HTML email template
I am working on a HTML email template on Absorb LMS system that notifies learners to complete their course.
I would like to embed the URL of the course inside a button format that allows learners to ...
0
votes
1
answer
204
views
Why is Gmail adding space between elements in my HTML signature?
I've created an HTML email signature that I'm trying to bring into Gmail. The method I've used over the years is to open the HTML file in browser, select + copy all, then paste into Gmail's email ...
0
votes
0
answers
50
views
apple iOS and outlook adding black background to PNGs in LIGHT MODE
apple ios and outlook light mode adding black background to png images. other clients rendering properly but these clients even being in light mode adding black background
testi@ link: https://testi....
0
votes
0
answers
106
views
SFMC email templates that work across email clients
I've been coding HTML emails for several years, and I've been sending my HTML emails through Marketing Cloud for a few years. I have a good understanding of how to code an email to look consistent ...
0
votes
1
answer
63
views
Email is not responsive to mobile on Gmail
Currently I am coding an email with a table containing a row showing images and text. I want to display it as a row on desktop but then on mobile I want to display the row as a column vertically on ...
0
votes
0
answers
210
views
Outlook Mobile Rendering HTML Email Badly
So, as part of a new job, I have been teaching myself to build HTML emails.
It has been a real learning curve making things compatible between mainly every other email renderer and outlook, but I am ...
0
votes
1
answer
125
views
Fonts on Email templates that appeared out of nowhere that wasn't written on template
I am currently exploring the use of custom fonts worked by my org in email template. We have Outlook client to test whether it works or not.
I saw references online that it brings back to Times New ...
1
vote
0
answers
68
views
Send AWS SES Templated Emails with Dynamic React Content in Next.js (Using Cron Jobs)?
I'm currently using Cron from next-schedule to send templated emails at specific times via AWS SES, and while this setup works, I’m looking for a cleaner and more maintainable way to manage these ...
1
vote
1
answer
148
views
HTML Email: Padding, text alignment in Gmail for Android before version 13
I work with emails semi-regularly, so I am familiar with a lot of the common issues, such as Outlook in general and some Gmail stuff. However I am having trouble getting some text to align properly in ...
0
votes
0
answers
54
views
How can I hide the broken image icon in images of emails if the image is not accessible?
<tr>
<td align="center" valign="middle" >
<img src="htttps://onlinejpgtools.com/images/examples-onlinejpgtools/orange-flower.jpg"
...
0
votes
1
answer
288
views
How can we set alternative fallback image instead of alternative text in email?
I have to show an alternative image. If first image is not accessible then second image can be displayed in its place. Since it is email environment I cannot apply onerror property since it won't work ...
0
votes
0
answers
35
views
Link in generated email content broken in some clients
I'm generating an HTML email through a PHP script to send out. In the email, there is a link, and the href is set dynamically. If I dump the email content to a text file, I get the correct url, ...
1
vote
2
answers
115
views
Why there is no add to calendar option pop up when I added json-ld markup for reservation
I am testing schema.org Json-ld markup for email using self mailing as mentioned, This is the sample schema I'm using along with html content sent in mail. I'm sending mail using gmail smtp, and ...
0
votes
1
answer
1k
views
Overcome Outlook darkmode color invert
I know there are many threads regarding this issues but I couldn't find a solution and not sure how to solve it.
I am working on this email signature, it works fine on everything but Outlook keeps ...
0
votes
0
answers
35
views
Mailmsg.Body => NewLine with <a href='https://browse'>login</a> don't work
this work (text > NewLine(\n) > text):
Mailmsg.Body = $"Please press button login to log in.\n your Team."
this work (text > Link > text):
Mailmsg.Body = $"Please press ...
0
votes
2
answers
891
views
How to handle Gmail on Android in dark mode for html emails?
I am looking to figure how to retain text colors for html emails in Gmail app on Android, set to dark mode. The linear gradient and background-clip method works perfectly for Gmail on iOS but not on ...
0
votes
1
answer
39
views
HTML code for removing lines when using slices for email signature that has multiple hyperlinks
My email signature has a black line showing at the top and bottom, it has slices as it has multiple hyperlinks. I've added a background colour so you can't see the lines between the slices, but it is ...
0
votes
0
answers
41
views
Why do my table width is broken on Outlook
I'm doing some tests of HTML emails in Outlook. Here's my code:
<!DOCTYPE html>
<html lang="fr" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-...
0
votes
2
answers
128
views
My french flag image has its colors swapped in gmail android dark mode
I'm using this image in a HTML template.
This is the french flag (blue, white, red) and I don't want these colors to be changed in dark mode. Gmail Android swaps colors to this, which makes no sense:
...
0
votes
1
answer
76
views
How to omit special characters from a string in Freemaker
I am sending a personalised HTML email for a customer on a ClickDimenions Microsoft Dynamics database and looking to omit special characters from a First Name field, for example if someone had a name ...
0
votes
0
answers
80
views
google doc exported to html via google apps scripts loses formatting [duplicate]
I wanted to wring a mail merger in google apps scripts. I know there are free and paid mail merger options but I wanted to use a script so I can give other users the ability to use an administrative ...
0
votes
0
answers
113
views
Maizzle: Gmail mobile app darkmode color inverting problem
I'm using maizzle framework to design an email. I'm having problems when it comes to forcing colors in gmail app. I succeded in forcing the background by doing:
<tr style="background: linear-...
-1
votes
1
answer
55
views
Trying to improve - Python emailing code and HTML [closed]
I just got assigned the task of creating a code to automatically send graph resports via email. The images should be embedded in to the HTML for better reading and i should only send 1 email per ...
0
votes
1
answer
122
views
Pay Now Button with upi:// Link in HTML Email is Not Clickable
I'm creating an HTML email template with a "Pay Now" button that links to a UPI payment URL. Here's the code for the button:
<a href="upi://pay?pa=example@oksbi&pn=John%20Doe&...
0
votes
1
answer
78
views
unlayer the html exported seems styleless when viewed
I am trying to export the HTML of a template to try and see if I can send an email that looks exactly like the template, however it seems I am missing something as the results looks styleless.
Here is ...
0
votes
0
answers
68
views
Is there a way to make the template background color mutable/personalized on Campaign Monitor?
I'm new at using Campaign Monitor, and I'm trying to find if it's possible to make background colors that I put on html table to be editable when I'm creating my campaign.
So the table looks like:
<...
0
votes
1
answer
591
views
What is the difference between multipart/mixed, multipart/related and multipart/alternative?
Email headers specify the email's content type as one of:
Content-Type: multipart/mixed
Content-Type: multipart/related
Content-Type: multipart/alternative
I understand that multipart/alternative is ...
2
votes
1
answer
6k
views
Create HTML table from array of Objects in Power Automate
I have a variable ObjectArrayItems that is an array of objects in Power Automate that looks like this:
[
{
"Name": "Date",
"Value": "2024-10-11"
},
...
0
votes
1
answer
1k
views
Power Automate convert a string into "key":"Value" array for sending as HTML email
I am attempting to convert a string that I've set up with "Key":"Value" pairs into an array of objects.
What I have currently:
Date:2024-10-02 time,Time:13:13:45,Desc:SSL VPN login ...
0
votes
1
answer
181
views
How can I use !important on inline styles in an email?
I send out a newsletter for my university, using Mailchimp. There are no known issues with delivery into Outlook mailboxes, but if you try to forward the newsletter through Outlook, Outlook overrides ...
0
votes
1
answer
83
views
Why doesn't my email sent via Python use CSS correctly?
I tried to send emails via smtplib. It correctly works with others' html/css code, but works incorrectly in my case. Here's my Python code:
smtp_server = smtplib.SMTP("smtp.gmail.com", 587)
...
0
votes
1
answer
341
views
Gmail App "View entire message" Breaking Email
I've had to dive back into HTML email development after a good few years of (blissfully) not having to develop any emails as my employer wants a new email template for us to use. I've got the email ...
0
votes
3
answers
112
views
VBA HTML Tags in email. Are my tags properly closed & nested?
I received an odd error message from a website named Unspan stating that my HTML Tags in my test email were not properly closed and nested.
I am seeking a second pair of eyes to review the code ...
1
vote
1
answer
463
views
How to deactivate color-scheme/dark mode in email template?
So I noticed, that Gmail App on iOS amends the colors of my email template when in dark mode (i.e. black to white, white to black).
Unfortunately, I have no idea how to avoid this. It happens only on ...
0
votes
1
answer
186
views
I am using pthon mjml (https://pypi.org/project/mjml/) to convert mjml to html but converted html is not able to render background image in out look
I am using pthon mjml (https://pypi.org/project/mjml/) to convert mjml to html but converted html is not able to render background image in out look
mjml code
<mj-section
background-position=&...
1
vote
1
answer
276
views
CSS writing-mode and transform Not Working in Emails– How do i apply a vertical text in emails?
I'm trying to apply a CSS effect to display text with a vertical orientation in an HTML email. The following CSS works perfectly in browsers, but when viewed in Microsoft Outlook, the writing-mode and ...
0
votes
1
answer
1k
views
Outlook on iOS turning dates into blue links
I have an html email that uses a blue background and white body text.
iOS turns dates, addresses, and email address links blue. I've been able to change these links back to white using this workaround ...
0
votes
1
answer
253
views
Inline Images Displayed as Attachments in iOS Mail App
I'm using Django to send HTML emails that include an inline logo image using the cid (Content-ID) method. The email is sent and rendered correctly in most email clients, but in the iOS Mail app, the ...