How to create html formatted text as a message part of send mail function
    1 visualizzazione (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
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 Commenti
Risposta accettata
  mizuki
    
 il 20 Dic 2016
        Unfortunately, SENDMAIL does not support HTML format. It is written in the documentation. (You can send HTML files as an attachement.)
0 Commenti
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Web Services in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!