Is it possible to send images via the sendmail function?
1 view (last 30 days)
Show older comments
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 Comments
Answers (1)
Azzi Abdelmalek
on 11 Apr 2014
Edited: Azzi Abdelmalek
on 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 Comments
Azzi Abdelmalek
on 11 Apr 2014
sendmail('your_mail','object','your_text','your_image.jpg');
See Also
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!