sending a graph via email automatically
Show older comments
when i create a plot, how can i send it automatically via my gmail account? how can i configure this?
Answers (1)
per isakson
on 25 Dec 2014
Edited: per isakson
on 25 Dec 2014
1 vote
4 Comments
AA
on 26 Dec 2014
per isakson
on 27 Dec 2014
Edited: per isakson
on 27 Dec 2014
Save it to at file and attach the file to the email.
AA
on 27 Dec 2014
per isakson
on 27 Dec 2014
Edited: per isakson
on 27 Dec 2014
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).
Categories
Find more on Web Services in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!