sending a graph via email automatically
显示 更早的评论
when i create a plot, how can i send it automatically via my gmail account? how can i configure this?
回答(1 个)
per isakson
2014-12-25
编辑:per isakson
2014-12-25
1 个投票
4 个评论
AA
2014-12-26
per isakson
2014-12-27
编辑:per isakson
2014-12-27
Save it to at file and attach the file to the email.
AA
2014-12-27
per isakson
2014-12-27
编辑:per isakson
2014-12-27
sendmail( recipients, subject, message, attachments )
attaches the files listed in the string or cell array attachments.
The fourth input argument, attachments, has been available at least a few Matlab releases back. Which release do you use?
AFAIK: With sendmail it is not possible show a picture in the mail itself (embedded in the message).
类别
在 帮助中心 和 File Exchange 中查找有关 Web Services 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!