REM ****************************************;
REM SEND MAIL MESSAGE;
REM ****************************************;
&FLAGS = 0;
&TO = you@youremailaddress.com;
&CC = "";
&BCC = me@myemailaddress.com;
&SUBJECT = "Sample Subject";
&TEXT = "This is a sample mail message." ;
&FILES = "C:\DATA\YOURMAIL.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;
Wednesday, February 6, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment