5,171 questions
0
votes
1
answer
19
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
0
answers
35
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
34
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
26
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
37
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
49
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
49
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
28
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 ...
0
votes
1
answer
95
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
42
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
84
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
30
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
92
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
208
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
27
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 ...