You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// create mail and put the HTML content in the text field
let mail = Mail(
from: from,
to: [to],
subject: "HTML E-Mail Beispiel",
text: htmlBody // HTML content here
)
// set MIME-Type as HTML
mail.headers["Content-Type"] = "text/html; charset=utf-8"
Hi everybody,
I did not find a function how to send HTML Email. Could you help, please?
The text was updated successfully, but these errors were encountered: