billing_account
(billing_account@aholadigital.com)
February 12, 2025, 9:52am
1
So far I have only used plain text in email. But as there is need for clickable links I try to use html instead.
But something is missing. I send to myself in Gmail.
html tags is shown as text instead of parsed as html in email body
I call Sendmessage for an instance of TTMSFNCCloudMicrosoftOutlookMail.
I suppose it is enough to change mtPlainText to mtHTML ?
fOutLookEmail.SendMessage(fSubject, fBody, sRecipents, sCCRecipents, nil, mtHTML, oAttachmentFileList);
Bart
(Bart)
February 13, 2025, 10:58am
2
Yes, changing the AMailType
parameter to mtHTML
should be sufficient for sending HTML-formatted emails.
If the issue persists, please try isolating it in a sample project that reproduces the problem. This will help me investigate further.
billing_account
(billing_account@aholadigital.com)
February 13, 2025, 7:18pm
3
Hi, I made a small demo of send html-mail. And it works perfect
So I have to investigate further what mistake I done.
system
(system)
Closed
February 24, 2025, 12:05pm
4
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.