Is it possible to send images via the sendmail function?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Azzi Abdelmalek
el 11 de Abr. de 2014
Editada: Azzi Abdelmalek
el 11 de Abr. de 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 comentarios
Azzi Abdelmalek
el 11 de Abr. de 2014
sendmail('your_mail','object','your_text','your_image.jpg');
Ver también
Categorías
Más información sobre Web Services en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!