how to send me an email from matlab running on another computer?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Mario Trevino
am 29 Jul. 2014
Beantwortet: Image Analyst
am 29 Jul. 2014
any suggestions?
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 29 Jul. 2014
See attached demo. You can modify it to adapt to your mail server name and your email address.
0 Kommentare
Weitere Antworten (1)
Andrew Reibold
am 29 Jul. 2014
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.
Siehe auch
Kategorien
Mehr zu Web Services finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!