Re: [RBASE-L] - email novice problems

2023-11-14 Thread 'jim schmitt' via RBASE-L
Hi, Karen: Thanks for the sample.I guess i missed it, and thought that the print command with email on and options could figure out the host/port/authentication issue on its own.   but, not true.  I guess I'll have to mess with the email to determine the settings, which I have never done. 

Re: [RBASE-L] - email novice problems

2023-11-11 Thread 'jim schmitt' via RBASE-L
Thanks, Karen: I will try this later on today. On Saturday, November 11, 2023 at 08:50:59 AM EST, 'Karen Tellef' via RBASE-L wrote: Here's a copy of code that runs fine every day (all data is sent in by variables).  Perhaps compare to your code and see what the differences are? 

Re: [RBASE-L] - email novice problems

2023-11-11 Thread 'Karen Tellef' via RBASE-L
Here's a copy of code that runs fine every day (all data is sent in by variables).  Perhaps compare to your code and see what the differences are?  It's been a long time since I've messed with this code; we embedded the host/port/authentication within the print itself for some reason rather

Re: [RBASE-L] - email novice problems

2023-11-11 Thread 'jim schmitt' via RBASE-L
Hi, Jim: Thanks for the suggestion.  I tried the attachment option (code listed below), Still - no go.I know this looks easy enough, but it isn't working.   Am i missing something ? SET MESSAGES ONSET ERROR MESSAGES ON Set var vfilename TEXT = ‘c:\emailtest\_1031.PDF’ PRINT validate  +OPTION

RE: [RBASE-L] - email novice problems

2023-11-10 Thread 'Jim Belisle' via RBASE-L
Jim, Try adding a line for the attachment. You may want to set the attachment as a variable with the complete location. Example: Set var vfilename TEXT = 'complete location_1031.PDF' |EMAIL_ATTACHMENTS Try something like this and see what happens. Jim From: 'jim schmitt' via RBASE-L Sent: