how to send me an email from matlab running on another computer?
Afficher commentaires plus anciens
any suggestions?
Réponse acceptée
Plus de réponses (1)
Andrew Reibold
le 29 Juil 2014
0 votes
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.
1 commentaire
Mario Trevino
le 29 Juil 2014
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!