notifyMe

This code lets MATLAB send you an email with a specific message

Vous suivez désormais cette soumission

% --------------------------------------------------------------------
% 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
% --------------------------------------------------------------------

Citation pour cette source

Yazeed Alaudah (2026). notifyMe (https://fr.mathworks.com/matlabcentral/fileexchange/52893-notifyme), MATLAB Central File Exchange. Extrait(e) le .

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.0.0.0

- minor fix
- minor changes