Re: [RBASE-L] - email printing thru gmail

2017-08-18 Thread Tom Hart
I had a similar situation, ran mine thru my website host and worked great
until they changed something and it stopped.  I tried Gmail and Yahoo and
could not get it to work.  Used my Cox account and it works fine

Tom Hart

On Aug 18, 2017 9:38 AM, "J BLAUSTEIN"  wrote:

> my client has been using the below code for the pass 10 years without any
> problem.  He recently been hack and he changed the password and now is
> working thru gmail.
>
> I would appreciate some assistance in changing the code to permit the
> email to go out via the gmail client.
>
> thanks
>
> J
>
>
> PRINT A9_CONTRACT WHERE EIDEN = .VEIDENFM  +
> OPTION PDF|FILENAME WELCOME.PDF |EMAIL ON  |EMAIL_TO_LIST
>  +
>* |EMAIL_HOST smtpout.secureserver.net
>  *|EMAIL_BCC_LIST em...@visualimageny.com
> +
> |EMAIL_REPLY off...@visualimageny.com +
> *|EMAIL_USERID off...@visualimageny.com
>  |EMAIL_PASSWORD  +*
> |EMAIL_FROM_NAME VISUAL IMAGE OFFICE |EMAIL_FROM_ADDRESS
> off...@visualimageny.com +
> |EMAIL_SUBJECT  |EMAIL_BODY 
> |EMAIL_DELETE_AFTER_SEND Off +
>* |EMAIL_AUTHENTICATION on |EMAIL_PORT 3535* |EMAIL_SHOW_DIALOG On
> --
>
> *J. Blaustein*
>
> *J Blaustein Associates, Inc.*
>
> *12 Herrick Drive*
>
> *Lawrence, NY 11559*
>
> *516-371-3445 <(516)%20371-3445> FAX 516-515-4549 <(516)%20515-4549>*
>
> --
> 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] - email printing thru gmail

2017-08-18 Thread A. Razzak Memon

Use R:MailX to accomplish your R:BASE task more securely and professionally!

R:MailX has an easy to use configuration GUI for setting up specific 
server settings, which allows SMTP authentication.


R:Mail supports encrypted mail through Secure Sockets Layer (SSL 
v2/v3) and Transport Layer Security (TLS v1).


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

Very Best R:egards,

Razzak


At 11:27 AM 8/18/2017, Dan Goldberg wrote:

Unfortunately the print to email command does not support SSL. Gmail 
requires SSL to send email.


It is on my wish list..

From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On 
Behalf Of J BLAUSTEIN

Sent: Friday, August 18, 2017 7:38 AM
To: rbase-l@googlegroups.com
Subject: [RBASE-L] - email printing thru gmail

my client has been using the below code for the pass 10 years 
without any problem.  He recently

been hack and he changed the password and now is working thru gmail.

I would appreciate some assistance in changing the code to permit 
the email to go out via the

gmail client.


--
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] - email printing thru gmail

2017-08-18 Thread Dan Goldberg
Unfortunately the print to email command does not support SSL. Gmail requires 
SSL to send email.


It is on my wish list..

Dan Goldberg





From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of J 
BLAUSTEIN
Sent: Friday, August 18, 2017 7:38 AM
To: rbase-l@googlegroups.com
Subject: [RBASE-L] - email printing thru gmail


my client has been using the below code for the pass 10 years without any 
problem.  He recently been hack and he changed the password and now is working 
thru gmail.

I would appreciate some assistance in changing the code to permit the email to 
go out via the gmail client.

thanks

J



PRINT A9_CONTRACT WHERE EIDEN = .VEIDENFM  +
OPTION PDF|FILENAME WELCOME.PDF |EMAIL ON  |EMAIL_TO_LIST  +
|EMAIL_HOST smtpout.secureserver.net |EMAIL_BCC_LIST 
em...@visualimageny.com<mailto:em...@visualimageny.com> +
|EMAIL_REPLY off...@visualimageny.com<mailto:off...@visualimageny.com> +
|EMAIL_USERID off...@visualimageny.com<mailto:off...@visualimageny.com> 
|EMAIL_PASSWORD  +
|EMAIL_FROM_NAME VISUAL IMAGE OFFICE |EMAIL_FROM_ADDRESS 
off...@visualimageny.com<mailto:off...@visualimageny.com> +
|EMAIL_SUBJECT  |EMAIL_BODY  |EMAIL_DELETE_AFTER_SEND 
Off +
|EMAIL_AUTHENTICATION on |EMAIL_PORT 3535 |EMAIL_SHOW_DIALOG On
--

J. Blaustein
J Blaustein Associates, Inc.
12 Herrick Drive
Lawrence, NY 11559
516-371-3445 FAX 516-515-4549
--
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<mailto: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.


[RBASE-L] - email printing thru gmail

2017-08-18 Thread J BLAUSTEIN
my client has been using the below code for the pass 10 years without 
any problem.  He recently been hack and he changed the password and now 
is working thru gmail.


I would appreciate some assistance in changing the code to permit the 
email to go out via the gmail client.


thanks

J


PRINT A9_CONTRACT WHERE EIDEN = .VEIDENFM  +
    OPTION PDF|FILENAME WELCOME.PDF |EMAIL ON  |EMAIL_TO_LIST 
 +
*|EMAIL_HOST smtpout.secureserver.net *|EMAIL_BCC_LIST 
em...@visualimageny.com +

    |EMAIL_REPLY off...@visualimageny.com +
*    |EMAIL_USERID off...@visualimageny.com |EMAIL_PASSWORD  +*
    |EMAIL_FROM_NAME VISUAL IMAGE OFFICE |EMAIL_FROM_ADDRESS 
off...@visualimageny.com +
    |EMAIL_SUBJECT  |EMAIL_BODY  
|EMAIL_DELETE_AFTER_SEND Off +

*|EMAIL_AUTHENTICATION on |EMAIL_PORT 3535* |EMAIL_SHOW_DIALOG On

--

*J. Blaustein*

*J Blaustein Associates, Inc.*

*12 Herrick Drive*

*Lawrence, NY 11559*

*516-371-3445 FAX 516-515-4549*

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