Good news Tom.  Will probably have to do the same. 

Sent from my Verizon Wireless 4G LTE smartphone

-------- Original message --------
From: Tom Hart <[email protected]> 
Date: 08/12/2016  8:40 AM  (GMT-06:00) 
To: [email protected] 
Subject: Re: [RBASE-L] - Email 

I finally got my email routine to work after I set up an email account thru my 
fathers Cox account.  So Gary it is something to do with sbcglobal.Tom Hart
On Wed, Aug 10, 2016 at 5:16 PM, Steve Johnson <[email protected]> 
wrote:
                                                                                
      Tom, 
Authentication is handled differently on a hosted exchange server. I note I 
have a proxy server setting and NTLM authentication in my mail settings for 
Outlook. I suppose that is why Authentication Off worked for Frank.  Standard 
authentication is SPA (secure password authentication). However, I still have 
to enter a password at times, probably for sync with my phone.  
‎Port 25 should take anything, it really is the least secure of all submission 
ports. I used the rbase basic email code at one time but found it temperamental 
and upgraded to rmail plug in.  The plug in is nice as you can test the 
connection and it is a bit more flexible.
If I have some time, I will resurrect the old code and see what happens, I have 
access to 4 different ISP's for testing.  Curiosity! 
Steve                                                                           
                                                          
                                                                                
                                                                                
                                   BlackBerry Z30                               
                                                                                
                                                                                
                 From: Frank TaylorSent: Wednesday, August 10, 2016 7:37 AMTo: 
[email protected] To: [email protected]: RE: 
[RBASE-L] - Email








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


Reply To:
[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 +


  |EMAIL_USERID 
[email protected] +


  |EMAIL_PASSWORD Mycorrectpassword +


  |EMAIL_TO_LIST 
[email protected] +


  |EMAIL_FROM_NAME Daisy Exchange +


  |EMAIL_FROM_ADDRESS 
[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].

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.



-- 

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.






-- 

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.






-- 

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.






-- 

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.

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