How to create html formatted text as a message part of send mail function
3 ビュー (過去 30 日間)
古いコメントを表示
I know that send mail function allows us to send mails (i am using gmail) from matlab .My objective is to feed html formatted text in the message part.i am using the below syntax
sendmail(recipient, subject, message);
0 件のコメント
採用された回答
mizuki
2016 年 12 月 20 日
Unfortunately, SENDMAIL does not support HTML format. It is written in the documentation. (You can send HTML files as an attachement.)
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Web Services についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!