Tom,


We recently switched to a hosted exchange where I had to make some changes to 
my report code, one thing that got me was while I had to send a userid and 
password, I had to have EMAIL_AUTHENTICATION OFF   , not sure why but once I 
changed that setting it worked on my end.. just something to try



         |email ON +

         |email_authentication OFF +

         |email_host &gEmailHost +

         |email_port 25 +

         |email_userid &gEmailUser +

         |email_password &gEmailPass +

         |email_to_list &vtoadd +

         |email_from_name Araho Transfer - Boston Division +

         |email_from_address &vfrom +

         |Email_subject &vsubject +

         |email_body &vames +

         |email_delete_after_send ON +

         |email_show_dialog OFF


Frank Taylor – Director of Information Technology
F.J. O'Hara & Sons,  Inc - Araho Transfer – Boston Florida Transport – Florida 
Refrigerated Logistics
Boston, MA - Rockland, ME - Ft. Myers, FL – Miami, FL
Direct Dial - 617-790-3093
Email: [email protected]<mailto:[email protected]>

From: [email protected] [mailto:[email protected]] On Behalf Of 
Tom Hart
Sent: Monday, August 8, 2016 8:22 AM
To: [email protected]
Subject: Re: [RBASE-L] - Email


Steve,  I have tried just about port
Tom

On Aug 7, 2016 11:44 PM, "Steve Johnson" 
<[email protected]<mailto:[email protected]>> wrote:
Tom,

See if you send out on another port that does not require SSL. Might try Port 
25, even though it's use is discouraged or even blocked by many residential 
ISP's.

Steve Johnson

BlackBerry Z30
From: Tom Hart
Sent: Thursday, August 4, 2016 7:59 PM
To: [email protected]<mailto:[email protected]>
Reply To: [email protected]<mailto:[email protected]>
Subject: [RBASE-L] - Email


I have used the email on report settings to send emails directly thru my 
website and it has worked fine.  Now it has stopped and when I test I get no 
connection.  I have checked with my webhost and am doing everything write. The 
following is my code which worked until recently

PRINT stemailreport WHERE COUNT = 1 OPTION PDF|FILENAME dbcheck.CHK +
  |EMAIL ON +
  |EMAIL_HOST mail.worldsecureemail.com<http://mail.worldsecureemail.com> +
  |EMAIL_USERID [email protected]<mailto:[email protected]> +
  |EMAIL_PASSWORD Mycorrectpassword +
  |EMAIL_TO_LIST [email protected]<mailto:[email protected]> +
  |EMAIL_FROM_NAME Daisy Exchange +
  |EMAIL_FROM_ADDRESS [email protected]<mailto:[email protected]> +
  |EMAIL_SUBJECT hello +
  |EMAIL_BODY FROM Daisy Exchange +
  |EMAIL_ATTACHMENTS dbcheck.CHK +
  |EMAIL_PORT 587 +
  |EMAIL_AUTHENTICATION ON +
  |EMAIL_DELETE_AFTER_SEND ON +
  |EMAIL_SHOW_DIALOG On
  return

Tom Hart
--
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]<mailto:[email protected]>.
For more options, visit https://groups.google.com/d/optout.
--
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]<mailto:[email protected]>.
For more options, visit https://groups.google.com/d/optout.
--
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]<mailto:[email protected]>.
For more options, visit https://groups.google.com/d/optout.

-- 
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