Good afternoon,
I have a problem sending emails via SMTP.
In outlook, hyperlinks always remove a leading character.
For example i send this:
in outlook i receive this
i already tried Single quote, 2x double quote and nothing
i have
what am I doing wrong?
I have a problem sending emails via SMTP.
In outlook, hyperlinks always remove a leading character.
For example i send this:
HTML:
<a href='https://nomalism.com'>www.nomalism.com</a>
i already tried Single quote, 2x double quote and nothing
i have
B4X:
SMPT.HtmlBody=True
what am I doing wrong?