python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Inline images on mobile MJML
I am trying to create an email template using MJML. And I want to create an inline of images both on desktop and mobile. I wrote this code:
<mj-section background-color="#bce0a6">
...
josegp
Votes: 0
Answers: 2
Error: cannot convert from "string" to "MimeKit.MimeMessage"
I want to send a email
public readonly IMjmlServices _mjmlServices;
bodyBuilder.HtmlBody += $"</tr></ mj - table ></ mj - column ></ mj - section ><...
harish
Votes: 0
Answers: 1
How to generate Html file with Mjml framework in ASP.NET Core MVC?
I am sending an e-mail using mailkit and mimekit like this:
MimeMessage message = new MimeMessage();
message.From.Add(new MailboxAddress("najmahan", "santosh.metikoti@gmail.com"));...
manay
Votes: 0
Answers: 1
Outlook table border positioning
Trying out Mjml and ran into this problem where I am not able to place the border border exactly where it needs to be for my table to work. It is a bit DYI but it is the only way I have made it work s...
Geo S
Votes: 0
Answers: 1