notifyMe

This code lets MATLAB send you an email with a specific message
82 download
Aggiornato 22 nov 2015

Visualizza la licenza

% --------------------------------------------------------------------
% notifyMe.m once set up, sends you an email with the message you choose.
% You also add a default message using strcat(default_msg, message)
% Add nofityMe to your Matlab directory and call it whenever you want
% Matlab to send you an email. See "help sendmail" for how to send
% attachments.
% Also, make sure your smtp server, email, and email password are correct.
%
% By: Yazeed Alaudah
% Contact: yalaudah (at) gmail (dot) com
% v1.0
% --------------------------------------------------------------------

Cita come

Yazeed Alaudah (2025). notifyMe (https://it.mathworks.com/matlabcentral/fileexchange/52893-notifyme), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2014b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

- minor fix
- minor changes