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 <[email protected]> 
> wrote:
> 
> This is NOT actually an R:base issue, but is driving us completely nuts.
> 
> Many places in our R:base X application automatically sends out emails. 
> (invoice, confirmations, etc)
> We use the EMAIL ON code in the print command.  All the settings are drawn 
> from a user table.
> For years all worked fine, now 2 of our users cannot send emails, even though 
> there have been no changes
> to the R:base code, nor to the email program itself.  We all use Thunderbird 
> as our E:Mail client.
> They have no problem sending or receiving mail directly from Thunderbird.
> 
> I have discussed with John Minyo tryng R:Mail, but he doesn't think that's 
> going to solve our problem.
> 
> Anyone have a suggestion as to where I might look?
> 
> Dick Fey
> Carpet Broker Inc.
> 
> Code is below:
> 
>   PRINT &vreport +
>   WHERE refnum = .vrefnum  OPTION PDF | ORIENTATION PORTRAIT +
>   |FILENAME &vattach +
>   |EMAIL ON +
>   |EMAIL_HOST mail.thecarpetbroker.COM +
>   |EMAIL_USERID &vuseremail +
>   |EMAIL_PASSWORD &vuserpw +
>   |EMAIL_TO_LIST  &vmailto +
>   |EMAIL_BCC_LIST &vmailme +
>   |EMAIL_FROM_NAME Carpet Broker +
>   |EMAIL_FROM_ADDRESS &vuseremail +
>   |EMAIL_SUBJECT  &vsubject +
>   |EMAIL_BODY  &vbody +
>   |EMAIL_AUTHENTICATION ON +
>   |EMAIL_DELETE_AFTER_SEND OFF +
>   |EMAIL_SHOW_DIALOG OFF
> 
> -- 
> Carpet Broker Inc
> P: 913-894-9211
> F: 913-894-0138
> 
> 
> -- 
> For group guidelines, visit 
> http://www.rbase.com/support/usersgroup_guidelines.php
> --- You received this message because you are subscribed to the Google Groups 
> "RBASE-L" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to