Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
55 views

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 ...
Amit Sharma's user avatar
  • 1,088
0 votes
1 answer
64 views

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. ...
Matt Small's user avatar
  • 2,303
0 votes
1 answer
57 views

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 ...
nerdess's user avatar
  • 11k
2 votes
2 answers
58 views

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"&...
Michael's user avatar
  • 21
1 vote
1 answer
48 views

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'...
Lee Murray's user avatar
1 vote
1 answer
61 views

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 ...
Vicki Allan's user avatar
0 votes
0 answers
29 views

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 ...
Demarcus Williams's user avatar
0 votes
1 answer
97 views

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 ...
Lalit deore's user avatar
0 votes
2 answers
80 views

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 ...
vlad1010's user avatar
1 vote
2 answers
123 views

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 ...
DWLynch's user avatar
  • 71
2 votes
2 answers
72 views

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&...
paapmc's user avatar
  • 35
0 votes
1 answer
112 views

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 ...
lordlaurent's user avatar
0 votes
1 answer
91 views

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 ...
EYS's user avatar
  • 1
0 votes
1 answer
204 views

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 ...
Brittani Dunning's user avatar
0 votes
0 answers
50 views

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....
Sumit Gupta's user avatar
0 votes
0 answers
106 views

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 ...
Brandon's user avatar
  • 81
0 votes
1 answer
63 views

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 ...
user29985052's user avatar
0 votes
0 answers
210 views

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 ...
THDBY's user avatar
  • 1
0 votes
1 answer
125 views

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 ...
Dhana D.'s user avatar
  • 1,742
1 vote
0 answers
68 views

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 ...
codernoob8's user avatar
1 vote
1 answer
148 views

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 ...
npfist's user avatar
  • 125
0 votes
0 answers
54 views

<tr> <td align="center" valign="middle" > <img src="htttps://onlinejpgtools.com/images/examples-onlinejpgtools/orange-flower.jpg" ...
Ashish Aswal's user avatar
0 votes
1 answer
288 views

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 ...
Ashish Aswal's user avatar
0 votes
0 answers
35 views

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, ...
whiteatom's user avatar
  • 1,455
1 vote
2 answers
115 views

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 ...
Anish Karthik's user avatar
0 votes
1 answer
1k views

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 ...
Mohamed Ali Bouhoum's user avatar
0 votes
0 answers
35 views

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 ...
Edlaos's user avatar
  • 13
0 votes
2 answers
891 views

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 ...
roob's user avatar
  • 85
0 votes
1 answer
39 views

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 ...
Bec's user avatar
  • 1
0 votes
0 answers
41 views

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-...
superfive33's user avatar
  • 1,194
0 votes
2 answers
128 views

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: ...
superfive33's user avatar
  • 1,194
0 votes
1 answer
76 views

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 ...
Alex's user avatar
  • 1
0 votes
0 answers
80 views

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 ...
Francisco Cortes's user avatar
0 votes
0 answers
113 views

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-...
AmyStas's user avatar
-1 votes
1 answer
55 views

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 ...
Ramiro's user avatar
  • 49
0 votes
1 answer
122 views

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&...
Apurba Bhattacharjee's user avatar
0 votes
1 answer
78 views

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 ...
user3794667384's user avatar
0 votes
0 answers
68 views

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: <...
Gabriela Ferrara's user avatar
0 votes
1 answer
591 views

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 ...
summerrain's user avatar
2 votes
1 answer
6k views

I have a variable ObjectArrayItems that is an array of objects in Power Automate that looks like this: [ { "Name": "Date", "Value": "2024-10-11" }, ...
Mike's user avatar
  • 1,924
0 votes
1 answer
1k views

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 ...
Mike's user avatar
  • 1,924
0 votes
1 answer
181 views

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 ...
Abby May's user avatar
0 votes
1 answer
83 views

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) ...
Bard's user avatar
  • 1
0 votes
1 answer
341 views

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 ...
Big Friendly Geek's user avatar
0 votes
3 answers
112 views

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 ...
David Cunha's user avatar
1 vote
1 answer
463 views

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 ...
Brochen's user avatar
  • 15
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 mjml code <mj-section background-position=&...
sandeep pathak's user avatar
1 vote
1 answer
276 views

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 ...
random_username_123's user avatar
0 votes
1 answer
1k views

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 ...
sadjohn's user avatar
0 votes
1 answer
253 views

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 ...
Philipp S.'s user avatar

1
2 3 4 5
104