notifyMe
% --------------------------------------------------------------------
% 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 (2023). notifyMe (https://www.mathworks.com/matlabcentral/fileexchange/52893-notifyme), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Data Import and Analysis > Data Import and Export > Web Access and Streaming > Web Services >
Tags
Acknowledgements
Inspired: orbit formation for given almanac, Ground tracking, Gdop
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |
- minor fix
|