notifyMe

This code lets MATLAB send you an email with a specific message
82 Downloads
Updated 22 Nov 2015

View License

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

Cite As

Yazeed Alaudah (2024). notifyMe (https://www.mathworks.com/matlabcentral/fileexchange/52893-notifyme), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2014b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0

- minor fix
- minor changes