sendmail configuration for a SMTP server

3 次查看(过去 30 天)
We were using an internal SMTP server and Matlab's sendmail functionality worked well. However, our SMTP server has changed and instead of smtp.companyname.com, we now have an ip address, say 10.23.154.2.
The new server doesn't require authentication and also no SSL connection. Still, we are not able to send emails
Version - R2013a
Old Config: setpref('Internet','SMTP_Server','smtp.xxx.com'), setpref('Internet','E_mail','XYZ')
New Config: setpref('Internet','SMTP_Server','10.23.154.2'), setpref('Internet','E_mail','XYZ')
As per IT team, telnet worked on the server and SMTP worked fine with IronPorts. Please comment.

回答(0 个)

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by