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 applications?
Have you tried tracing the code at the offending workstations while monitoring 
variables and verifying they are correct? Most of the time when I have this 
type of issue I trace the code one line at the time and almost always I am able 
to find the offending code or missing/undefined variable.

Javier,

Javier Valencia, PE
O: 913-829-0888
H: 913-397-9605
C: 913-915-3137
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of 
Carpet Broker, Dick Fey
Sent: Tuesday, December 11, 2018 4:07 PM
To: RBase Maillist
Subject: [RBASE-L] - Email

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