Skip to main content
0 votes
0 answers
22 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: <...
Gabriela Ferrara's user avatar
0 votes
1 answer
31 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 ...
summerrain's user avatar
2 votes
1 answer
250 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" }, ...
Mike's user avatar
  • 1,938
0 votes
0 answers
33 views

Pendo and SendGrid + marketing e-mails - does one overlap the other somehow?

I'm looking into the usage of one of these products for marketing communications through e-mail, to customers. This is a topic I'm not so comfortable with, so the questions may not be perfect but I'll ...
user729400's user avatar
0 votes
1 answer
84 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 ...
Mike's user avatar
  • 1,938
0 votes
1 answer
61 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 ...
Abby May's user avatar
0 votes
1 answer
68 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) ...
Bard's user avatar
  • 1
0 votes
1 answer
46 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 ...
Big Friendly Geek's user avatar
0 votes
3 answers
72 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 ...
David Cunha's user avatar
1 vote
1 answer
69 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 ...
Brochen's user avatar
  • 15
0 votes
0 answers
31 views

In C# Email Sending - using CKEditor 5 for body of email, OnValidSubmit Email body shows field is empty after entered text ,why?

Created C# Email Sending in Blazor Server App, Before using CKEditor 5 for Email body-Under fluent validation (OnValidSubmit), its working fine but After Using CKEditor 5 for Email Body, body field ...
siva ranjani's user avatar
0 votes
1 answer
46 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=&...
sandeep pathak's user avatar
0 votes
1 answer
68 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 ...
random_username_123's user avatar
0 votes
1 answer
155 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 ...
sadjohn's user avatar
0 votes
0 answers
54 views

Fixed Width HTML Email Button for Outlook

UPDATE: This is the HTML button that I finally got to test well in Outlook Windows: <table width="220" align="center" cellpadding="0" cellspacing="0"> <...
Julia's user avatar
  • 3

15 30 50 per page
1
2 3 4 5
345