REM ****************************************;
REM SEND MAIL MESSAGE;
REM ****************************************;
REM SEND MAIL MESSAGE;
REM ****************************************;
&FLAGS = 0;
&TO = "email@youremailaddress.com";
&CC = "";
&BCC = "email@myemailaddress.com";
&SUBJECT = "Sample Subject"
&TEXT = "This is a sample mail message."
&FILES = "C:\DATA\YOURFILE.TXT"
&TO = "email@youremailaddress.com";
&CC = "";
&BCC = "email@myemailaddress.com";
&SUBJECT = "Sample Subject"
&TEXT = "This is a sample mail message."
&FILES = "C:\DATA\YOURFILE.TXT"
&RETURN_CODE = SendMail(&FLAGS, &TO, &CC, &BCC, &SUBJECT, &TEXT, &FILES, &TITLES);
If Not (&RETURNCODE = 0) Then
rem WinMessage("Here is the Return Code = " / &RETURNCODE);
End-If;
rem WinMessage("Here is the Return Code = " / &RETURNCODE);
End-If;
No comments:
Post a Comment