필터 지우기
필터 지우기

How safe is it to send email with matlab using sendmail?

조회 수: 1 (최근 30일)
Thomas Chaigne
Thomas Chaigne 2019년 1월 10일
I'm planning to send several emails via Matlab using the built in sendmail function. I would like to know first if there is any security issue related to the fact that the password associated to the email account that is used has to be stored somewhere in Matlab.
Let's say I first enter my password to send an email and then I "erase" it as following (closing matlab does not reset internet preferences):
pwd = inputdlg('password'); pwd=pwd{1};
setpref('Internet','SMTP_Password',pwd);
sendmail('recipient@someserver.com',subject,body);
setpref('Internet','SMTP_Password','');
I would like to be certain that the password is not stored anywhere else. Thanks in advance.

답변 (0개)

카테고리

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

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by