Is it possible to send images via the sendmail function?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I know you can send m & f files, text files, sounds, html. But is it possible with images? If so, how? Thanks a lot.
0 Commenti
Risposte (1)
Azzi Abdelmalek
il 11 Apr 2014
Modificato: Azzi Abdelmalek
il 11 Apr 2014
Why with images it will be different? You can attach any kind of file, you have just to consider the size of your file
2 Commenti
Azzi Abdelmalek
il 11 Apr 2014
sendmail('your_mail','object','your_text','your_image.jpg');
Vedere anche
Categorie
Scopri di più su Web Services in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!