Re: [RBASE-L] - Re: Sending Secure E-Mails (was: Command History buttons)

2018-01-29 Thread Tom Hart
I had issues with Cox so I set up a free smtp2go account and that is where
I send emails thru.  I have the free plan that allows 1000 emails/month,
but you can go big if you want

Tom Hart

On Mon, Jan 29, 2018 at 3:22 PM, Gary Wendike <gary.w...@sbcglobal.net>
wrote:

> Sorry on the SubjectI may be just getting to old period!!!
>
> -Original Message-
> From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On
> Behalf Of A. Razzak Memon
> Sent: Monday, January 29, 2018 2:46 PM
> To: rbase-l@googlegroups.com
> Subject: [RBASE-L] - Re: Sending Secure E-Mails (was: Command History
> buttons)
>
> Gary,
>
> Are we becoming too old to use the correct
> Subject: when sending an e-mail to this list ?
>
> All internet providers are now subject to use SSL (Secure Sockets Layer)
> via their SMTP.
>
> You will need to look into R:Mail to accomplish your goal of sending
> secure e-mails through your service provider's SMTP.
>
> R:Mail has an easy to use configuration GUI for setting up specific server
> settings, which allows SMTP authentication.
> Encrypted mail is supported through Secure Sockets Layer (SSL v2/v3) and
> Transport Layer Security (TLS v1).
>
> http://www.rbase.com/products/rmail/
>
> Very Best R:egards,
>
> Razzak
>
>
> At 01:23 PM 1/29/2018, Gary Wendike wrote:
>
> >I have experienced a failure in the Print Email format that I have been
> >using for 5 months.
> >
> >Cox, my carrier, implemented a port change on the 25th of January.Â
> >Since then the program has not worked.  There only change was the out
> >going port.
> >
> >I can send an email to myself using the program, however, I cannot send
> >emails to anyone else that is required.
> >
> >I am using the current version of RBase Enterprise.
> >
> >Here is a snippet of print routine…
> >   PRINT  +
> >   OPTION PDF|FILENAME  +
> >   |EMAIL ON +
> >   |EMAIL_HOST smtp.cox.net +
> >   |EMAIL_USERID CompCon2017 +
> >   |EMAIL_PASSWORD XX +
> >   |EMAIL_TO_LIST .vmailadd +Â Â Â Â Â Â Â  Â  (This area is the
> >limiting function. I can  only send to my self at this point.  All
> >other locations are blocked)
> >   |EMAIL_FROM_NAME Gary Wendike +
> >   |EMAIL_FROM_ADDRESS <mailto:compcon2...@cox.net>compcon2...@cox.net +
> >   |EMAIL_SUBJECT .vsubject EMAIL +
> >   |EMAIL_BODY Automated EMAIL...do NOT respond TO. +
> >   |EMAIL_SHOW_DIALOG OFF
> >
> >Cox says it could be an update by windows that has caused the problem.
> >
> >Has anyone experienced a problem like this?  Any blue clues would be
> helpful.
> >
> >Thanks
> >Gary
>
> --
> 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 rbase-l+unsubscr...@googlegroups.com.
> 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 rbase-l+unsubscr...@googlegroups.com.
> 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 rbase-l+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: [RBASE-L] - Re: Sending Secure E-Mails (was: Command History buttons)

2018-01-29 Thread Gary Wendike
Sorry on the SubjectI may be just getting to old period!!!

-Original Message-
From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of 
A. Razzak Memon
Sent: Monday, January 29, 2018 2:46 PM
To: rbase-l@googlegroups.com
Subject: [RBASE-L] - Re: Sending Secure E-Mails (was: Command History buttons)

Gary,

Are we becoming too old to use the correct
Subject: when sending an e-mail to this list ?

All internet providers are now subject to use SSL (Secure Sockets Layer) via 
their SMTP.

You will need to look into R:Mail to accomplish your goal of sending secure 
e-mails through your service provider's SMTP.

R:Mail has an easy to use configuration GUI for setting up specific server 
settings, which allows SMTP authentication.
Encrypted mail is supported through Secure Sockets Layer (SSL v2/v3) and 
Transport Layer Security (TLS v1).

http://www.rbase.com/products/rmail/

Very Best R:egards,

Razzak


At 01:23 PM 1/29/2018, Gary Wendike wrote:

>I have experienced a failure in the Print Email format that I have been 
>using for 5 months.
>
>Cox, my carrier, implemented a port change on the 25th of January.  
>Since then the program has not worked.  There only change was the out 
>going port.
>
>I can send an email to myself using the program, however, I cannot send 
>emails to anyone else that is required.
>
>I am using the current version of RBase Enterprise.
>
>Here is a snippet of print routine…
>   PRINT  +
>   OPTION PDF|FILENAME  +
>   |EMAIL ON +
>   |EMAIL_HOST smtp.cox.net +
>   |EMAIL_USERID CompCon2017 +
>   |EMAIL_PASSWORD XX +
>   |EMAIL_TO_LIST .vmailadd +Â Â Â Â Â Â Â  Â  (This area is the 
>limiting function. I can  only send to my self at this point.  All 
>other locations are blocked)
>   |EMAIL_FROM_NAME Gary Wendike +
>   |EMAIL_FROM_ADDRESS <mailto:compcon2...@cox.net>compcon2...@cox.net +
>   |EMAIL_SUBJECT .vsubject EMAIL +
>   |EMAIL_BODY Automated EMAIL...do NOT respond TO. +
>   |EMAIL_SHOW_DIALOG OFF
>
>Cox says it could be an update by windows that has caused the problem.
>
>Has anyone experienced a problem like this?  Any blue clues would be helpful.
>
>Thanks
>Gary

--
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 rbase-l+unsubscr...@googlegroups.com.
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 rbase-l+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.