use default settings for setpref

1 view (last 30 days)
Alexander
Alexander on 30 Apr 2019
I would like to send an email from MATLAB.
To do so, I have to configure some prefs with setpref, e.g.
setpref('Internet', 'SMTP_Server', ...)
How to do so once, such that MATLAB remembers the settings after I restart the application?
One possible solution I can think of is to write them down in my startup.m.
Is there any other possibilities, as I would like to not expose my email password, even if I think that my startup.m keeps private.

Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Products


Release

R2017b

Community Treasure Hunt

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

Start Hunting!