Razzak - thank you for your prompt reply - but I am using Rbase Print command email feature - is there a SSL option available there?
J
On 3/18/2012 5:13 PM, A. Razzak Memon wrote:
At 04:04 PM 3/18/2012, J BLAUSTEIN wrote:

update on my problem with setting up my client emailing under verizon -
Verizon requires SSL option - and I do not see where Rbase provides for
it. we temporarily setup the mailing process with my son email provider
that does not requires  SSL and everything works  fine.
Do I need to request a new feature to handle the above?


J,

If you are using the R:Mail 9.1, you should be able to send encrypted
email messages using enhanced SSL and TLS protocols, with the OpenSSL
Project files installed on the computer.

For complete details and examples, you may refer to RMail91.PDF.

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

Folder: C:\RBTI\RMail91

-- Protocol Example 01
   Host: smtp.serviceprovider.com
   Port: 465
   Use Explicit TLS
   SSL Ver 3

-- Protocol Example 02
   Host: smtp.serviceprovider.com
   Port: 465
   Use Require TLS
   TLS Ver 1

-- R:Mail 9.1 E-Mail Example:

   PLUGIN RMail91 v1|CLEAR_LOG
   PLUGIN RMail91 v1|CLEAR_ALL
   PLUGIN RMail91 v1|WAIT 1000
   PLUGIN RMail91 v1|SHOW PROGRESS
   PLUGIN RMail91 v1|HIDE LOG
   PLUGIN RMail91 v1|MESSAGE_TYPE TEXT
   PLUGIN RMail91 v1|HOST_NAME smtp.serviceprovider.com
   PLUGIN RMail91 v1|HOST_PORT 465
   PLUGIN RMail91 v1|SSL_VERSION SSLV3
   PLUGIN RMail91 v1|USE_TLS USE_EXPLICIT_TLS
   PLUGIN RMail91 v1|AUTHENTICATION ON
   PLUGIN RMail91 v1|USER_NAME [email protected]
   PLUGIN RMail91 v1|PASSWORD userpassword
PLUGIN RMail91 v1|SENDER_INFO_TEXT "Sender Name" <[email protected]>
   PLUGIN RMail91 v1|ADD_REPLY_TO "Your Name" <[email protected]>
   -- More parameters here
   -- More options here ...
   PLUGIN RMail91 vRMail|SEND
-- Check the value of vRMail, 'OK' or 'Exact Error Message' and follow ...
   RETURN

Good Luck and Very Best R:egards,

Razzak.




--

*J. Blaustein*

*J Blaustein Associates, Inc.*

* 12 Herrick Drive*

* Lawrence, NY 11559*

*516-371-3445 FAX 516-345-8009*

Reply via email to