You know....beats me!  The FTE article explains it this way:

EMAIL_DELETE_AFTER_SEND ON/OFF ON if you wish to delete the report files
after sending
e-mail

But since it's not deleting the pdf, maybe I'm misunderstanding....

-----Original Message-----
From: Bernard Lis [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 14, 2005 3:48 PM
To: RBG7-L Mailing List
Subject: [RBG7-L] - Re: Understanding Built-In Email capabilities

Dawn,
What is   |EMAIL_DELETE_AFTER_SEND ON
supposed to do?
When I set it to OFF, I don't notice any difference.
There is no email in my sent folder either way, and the pdf doc does not
get deleted.
----- Original Message -----
From: "Dawn Oakes" <[EMAIL PROTECTED]>
To: "RBG7-L Mailing List" <[email protected]>
Sent: Monday, November 14, 2005 2:35 PM
Subject: [RBG7-L] - Re: Understanding Built-In Email capabilities


Bernie
I just did some testing of my own and this works:

PRINT Invoice WHERE TransID = 1031 +
OPTION PDF|FILENAME Invoice_1031.PDF +
|EMAIL ON +
|EMAIL_TO_LIST [EMAIL PROTECTED] + EMAIL_FROM_NAME Dawn Oakes + 
|EMAIL_FROM_ADDRESS [EMAIL PROTECTED] + EMAIL_SUBJECT Imagine 
|The Possibilities! + EMAIL_BODY Attach is the invoice sent via R:BASE. 
|Because we Can! + EMAIL_DELETE_AFTER_SEND ON + EMAIL_SHOW_DIALOG OFF + 
|EMAIL_HOST myemailserversmtp + EMAIL_USERID myuseridhere + 
|EMAIL_PASSWORD mypasswordhere
RETURN

I noticed that the options were not separated by the pipe symbol in the
example.  Once I put them in, it worked. (I separated each one on a
different line for easier readability.)

Dawn

-----Original Message-----
From: Bernard Lis [mailto:[EMAIL PROTECTED]
Sent: Monday, November 14, 2005 1:56 PM
To: RBG7-L Mailing List
Subject: [RBG7-L] - Re: Understanding Built-In Email capabilities

Dawn,
Actually I don't have the + in front of ENABLE I double checked my file
and my email and It's not the way you see it. - But I'm not wearing my
glasses right now because they are downstairs.
----- Original Message -----
From: "Dawn Oakes" <[EMAIL PROTECTED]>
To: "RBG7-L Mailing List" <[email protected]>
Sent: Monday, November 14, 2005 1:44 PM
Subject: [RBG7-L] - Re: Understanding Built-In Email capabilities


Bernie,
You have the '+' on the beginning of the next line instead of at the
end...
>>
|KEYWORDS SubTotals Totals Sales Summary + OPEN ON + ENABLE_PRINTING OFF

|+ ENABLE_COPYING OFF + ENABLE_MODIFYING OFF + PIXELFORMAT 32 +
<<

Should be

|KEYWORDS SubTotals Totals Sales Summary + OPEN ON + ENABLE_PRINTING OFF
+
|ENABLE_COPYING OFF + ENABLE_MODIFYING OFF + PIXELFORMAT 32 +

Dawn

Reply via email to