sendmail功能 信件內容的文字格式,顏色該如何調整?已回收

看板MATLAB作者時間17年前 (2008/10/21 19:23), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
請問各位先進 我現在想要用sendmail這個功能批次處理一堆要發的信件 但是每一封信的內容會多少有點不同 現在我已經能夠成功的發信出去了,附加檔案也沒有問題 問題在於信件中的內容有些文字需要變色,調整大小 請問該用什麼指令去調整呢? 謝謝 setpref('Internet','E_mail','email@address') to = {'xxx@xx.xx'}; subject = 'Test email from a MATLAB program'; message = 'This is a test email send via sendmail.'; message2 = 'This is a test email send via sendmail.' attachment = {'d:\code.csv'}; sendmail(to, subject, [message 10 message2], attachment); 例如我想要把message2這行,全部變成紅色,然後字型大小改成12 有辦法做的到嘛? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.117.71.120
文章代碼(AID): #18_Rkggq (MATLAB)
文章代碼(AID): #18_Rkggq (MATLAB)