sendmail() gives Network is unreachable error on one of my computers
Mostrar comentarios más antiguos
I have two PCs both with Matlab R2014a installed. The following code:
setpref('Internet','SMTP_Server','my_smtp');
setpref('Internet','E_mail','my_email@my_email.com');
sendmail({'my_email@my_email.com'},'My subject');
works on one of my PCs but on the other one it gives an error:
Error using sendmail (line 171)
Could not connect to SMTP host: my_smpt, port: 25;
Network is unreachable: connect
of couse with my real SMPT and email address inserted.
Any suggestions? The PCs are on the same network. One is 32 bit and one is 64 bit, though...
Thanks for any inputs :)
Ben
2 comentarios
Walter Roberson
el 25 de Jul. de 2015
It could be differences in the way you set up your Windows Firewall.
Benjamin
el 25 de Jul. de 2015
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Web Services en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!