Matlab Mail Feedback

버전 1.2.0 (7.91 KB) 작성자: Daniele Mascali
Set of functions for receiving mail feedback from Matlab
다운로드 수: 64
업데이트 날짜: 2019/3/12

Set of functions for receiving mail feedback from Matlab.

1) sendstatus(to,verbose) sends the exit status of a script/function to the mail addresses specified in to. In case of failure the function that caused the error will be attached.
2) sendmsg(to,subject,message,attachments) uses matlab sendmail function to send mail pre-compiled with a set of useful info (works as matlab sendmail).

INSTALLATION:
-Add the folder to you MATLAB path.
-Configure sendsetup.m with the info of the email address from which you wish to send matlab feedback. If you use a gmail account, you only have to fill the fields sender_mail and password. If you use another mail service, you will also have to change the SMTP parameters.

USAGE:
sendstatus(to,verbose) must be placed as the FIRST line of code of a matlab script/function. to is either a string specifying a single address, or a cell array of addresses. verbose (optional): [0 1 2]. Select the "verbosity" of the attachments in case of failure:
- 0: no attachment
- 1: sends just the file that caused the error (default)
- 2: sends all the stacked files

sendmsg(to,subject,message,attachments) works as matlab sendmail (see: https://it.mathworks.com/help/matlab/ref/sendmail.html).

MATLAB 릴리스 호환 정보
개발 환경: R2016b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Web Services에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

GitHub 디폴트 브랜치를 사용하는 버전은 다운로드할 수 없음

버전 게시됨 릴리스 정보
1.2.0

Added elapsed time also for sendmsg (when it is used in combination with sendstatus)

1.1.1

clean up

1.1.0

Added elapsed time

1.0.1

updated description

1.0.0

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.