Error using sendmail (line 172)

조회 수: 3 (최근 30일)
Andy Andrianandraina
Andy Andrianandraina 2015년 11월 9일
댓글: Walter Roberson 2018년 9월 22일
Hello, Does someone can help me,
the fact is : I obtain the following error when using the function sendmail
Error using sendmail (line 172)
Could not connect to SMTP host: smtp.gmail.com, port: 25;
Network is unreachable: connect
I am using matlab R2013b (8.2.0.701) with windows 7 My computer is in a network using proxy and I already configure the proxy for matlab internet connection in preferences > Web > Internet connection. When I test the connection it marks Success! And the gmail that I use for login open when using firefox. Thanks in Advance Andy
  댓글 수: 2
riaz khan
riaz khan 2018년 9월 22일
편집: Walter Roberson 2018년 9월 22일
can any one help me plz
Error in VideoReader (line 172)
obj.init(fileName);
Error in Untitled8 (line 1)
trafficVid = VideoReader('1.avi')
Walter Roberson
Walter Roberson 2018년 9월 22일
riaz khan please create a new Question for that. When you do, post the complete error message.

댓글을 달려면 로그인하십시오.

답변 (1개)

Shruti Sapre
Shruti Sapre 2015년 11월 16일
Hi Andy,
MATLAB started using Java 7 from R2013b. Java 7 uses IPv6 by default.
Could you please try the below workaround:
1) At the command line, enter:
>> which -all java.opts
If it says "'java.opts' not found.", then proceed to step 2.
2) Go to your MATLAB startup directory. Create a file "java.opts" with the below one line:
-Djava.net.preferIPv4Stack=true
3) Restart MATLAB, and try the "sendmail" function again.
If a "java.opts" file was already found in step 1, open that file. Copy and paste this line into that file:
-Djava.net.preferIPv4Stack=true
Save the file, then restart MATLAB.
This will tell MATLAB's version of Java to use IPv4 for communication when possible.
Hope this helps!
-Shruti
  댓글 수: 1
Andy Andrianandraina
Andy Andrianandraina 2015년 11월 17일
Hi Shruti Sapre, Thanks for your answer. Effectively there was no java.opts in my matlab but although I create the file in the bin directory the problem stays the same, I have the following error :
Error using sendmail (line 172)
Could not connect to SMTP host: smtp.gmail.com, port: 25;
Permission denied: connect
Error in envoie_mail (line 76)
I think that the problem come from the proxy server here in my company :-( which does not allow sending mail using smtp, because I tried to launch the same program at home it worked perfectly. Wish you to have a nice day. Andy

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Web Services에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by