how to send me an email from matlab running on another computer?
5 次查看(过去 30 天)
显示 更早的评论
any suggestions?
0 个评论
采纳的回答
Image Analyst
2014-7-29
See attached demo. You can modify it to adapt to your mail server name and your email address.
0 个评论
更多回答(1 个)
Andrew Reibold
2014-7-29
Have the other computer use sendmail?
sendmail (recipients,subject,message) sends an email included the specified message. If message is a string, sendmail automatically wraps text at 75 characters. To force a line break in the message text, use 10, as shown in the Examples. If message is a cell array of strings, each cell represents a new line of text.
Try to make your questions a little bit more specific. Not sure exactly what you want to do other than sending an email.
另请参阅
类别
在 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!