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:

Re: [RBASE-L] - eMail table structure

2022-05-04 Thread jan johansen
Karen, Nice. Thanks a lot! Jan From: "'Karen Tellef' via RBASE-L" To: "rbase-l@googlegroups.com" Date: Wed, 4 May 2022 16:52:43 +0000 (UTC) Subject: Re: [RBASE-L] - eMail table structure Jan: I have one application with this ability. The structure was

Re: [RBASE-L] - eMail table structure

2022-05-04 Thread 'Karen Tellef' via RBASE-L
Jan: I have one application with this ability.  The structure was started by another programmer, so I don't take full credit.  It isn't perfect, as we added features over the years and would've done it differently if I had designed it today. Here's the structure of the table (not all the

Re: [RBASE-L] - Email x5

2021-11-18 Thread Rich
Does rbase need to be installed first? Rich Sent from my iPhone > On Nov 16, 2021, at 2:13 PM, A. Razzak Memon wrote: > > Rich, > > Be sure the R:Mail X.5 installer was launched with the Administrator account, > and the process completed. > > R:Mail may be reinstalled, only using the

Re: [RBASE-L] - Email x5

2021-11-16 Thread A. Razzak Memon
Rich, Be sure the R:Mail X.5 installer was launched with the Administrator account, and the process completed. R:Mail may be reinstalled, only using the Administrator account, without having to uninstall the software. Double click the installer file again to do so. R:Mail X.5 should then

RE: [RBASE-L] - Email

2018-12-13 Thread Steve Johnson
, December 12, 2018 1:16 PM To: rbase-l@googlegroups.com Subject: RE: [RBASE-L] - Email Dick, If only two of your users are having the issue it would appear that is not R:Base or e-mail related but user specific. Have the passwords been changed recently and not updated in the proper locations

RE: [RBASE-L] - Email

2018-12-12 Thread Javier Valencia
Dick, If only two of your users are having the issue it would appear that is not R:Base or e-mail related but user specific. Have the passwords been changed recently and not updated in the proper locations? Do the users in question have the proper privileges to access files, directories and

RE: [RBASE-L] - Email

2018-12-11 Thread Steve Johnson
Dick, My guess is that you might be running into a blocked outgoing port at the email host provider. Port 25 (a legacy Text format port), which is the default port in Rbase basic email, is increasingly being blocked by ISP's due to excessive spam. I would check with your email host to see if

Re: [RBASE-L] - Email

2018-12-11 Thread Dan Goldberg
It has nothing to do with Thunderbird as that command sends it direct. Where is the PDF attachment saved in vattach? Dan Goldberg Daniel Goldberg Mis Manager Lance Camper On Tue, Dec 11, 2018 at 6:44 PM -0800, "Albert Berry" mailto:alb...@albertberry.com>> wrote: Check your windows

Re: [RBASE-L] - Email

2018-12-11 Thread Albert Berry
Check your windows settings to see if R:Base is “allowed” to access Thunderbird. Sometimes weird things crop up with computers. Albert > On Dec 11, 2018, at 3:06 PM, Carpet Broker, Dick Fey > wrote: > > This is NOT actually an R:base issue, but is driving us completely nuts. > > Many places

Re: [RBASE-L] - email printing thru gmail

2017-08-18 Thread Tom Hart
I had a similar situation, ran mine thru my website host and worked great until they changed something and it stopped. I tried Gmail and Yahoo and could not get it to work. Used my Cox account and it works fine Tom Hart On Aug 18, 2017 9:38 AM, "J BLAUSTEIN" wrote: > my

RE: [RBASE-L] - email printing thru gmail

2017-08-18 Thread A. Razzak Memon
Use R:MailX to accomplish your R:BASE task more securely and professionally! R:MailX has an easy to use configuration GUI for setting up specific server settings, which allows SMTP authentication. R:Mail supports encrypted mail through Secure Sockets Layer (SSL v2/v3) and Transport Layer

RE: [RBASE-L] - email printing thru gmail

2017-08-18 Thread Dan Goldberg
Unfortunately the print to email command does not support SSL. Gmail requires SSL to send email. It is on my wish list.. Dan Goldberg From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of J BLAUSTEIN Sent: Friday, August 18, 2017 7:38 AM To:

RE: [RBASE-L] - Email

2016-08-05 Thread Dan Goldberg
AM To: rbase-l@googlegroups.com Subject: Re: [RBASE-L] - Email I may be with my website hose, but I have tried thru my gmail account and I can get it to connect under email settings in Rbase but I still can't get it to send. Tom On Fri, Aug 5, 2016 at 10:17 AM, Dan Goldberg &l

Re: [RBASE-L] - Email

2016-08-05 Thread Tom Hart
I may be with my website hose, but I have tried thru my gmail account and I can get it to connect under email settings in Rbase but I still can't get it to send. Tom On Fri, Aug 5, 2016 at 10:17 AM, Dan Goldberg wrote: > I would try to break it down to see what is broken.