Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
Thomas Chaigne
Thomas Chaigne el 10 de En. de 2019
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.

Respuestas (0)

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by