Writing outlook email from matlab

7 vues (au cours des 30 derniers jours)
Ashleen Hayes
Ashleen Hayes le 17 Fév 2017
Modifié(e) : Ashleen Hayes le 22 Fév 2017
I am trying to send an email in outlook from matlab. The email needs to have multiple lines in it. I have been trying out different methods to create line breaks and new paragraphs such as:
[intro '<p>' body '<p>' sig]
['<p>' intro '</p> <p>' body '</p> <p>' sig]
[intro '<br>' body '<br>' sig]
[intro '<br/>' body '<br/>' sig]
No matter what I try, the email shows every symbol and does not do a line or paragraph break (I am using HTML formatting). Any help would be greatly appreciated!
I forgot to mention in the question that I am using ActiveX control for this.

Réponses (1)

mizuki
mizuki le 19 Fév 2017
Please see "More about" section in SENDMAIL function doc. SENDMAIL does not support HTML format.

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by