sending a graph via email automatically
Afficher commentaires plus anciens
when i create a plot, how can i send it automatically via my gmail account? how can i configure this?
Réponses (1)
per isakson
le 25 Déc 2014
Modifié(e) : per isakson
le 25 Déc 2014
1 vote
4 commentaires
AA
le 26 Déc 2014
per isakson
le 27 Déc 2014
Modifié(e) : per isakson
le 27 Déc 2014
Save it to at file and attach the file to the email.
AA
le 27 Déc 2014
per isakson
le 27 Déc 2014
Modifié(e) : per isakson
le 27 Déc 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).
Catégories
En savoir plus sur Web Services dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!