Re: SMTP Library that works with Gmail over SSL?

2016-04-15 Thread Ben Rubinstein
On 02/08/2011 20:26, Trevor DeVore wrote: Does anyone have a LiveCode solution that can send HTML email via SMTP using SSL? I need to send email through the Gmail SMTP server and the existing SMTP libraries I've found for LiveCode don't support SSL. Hi Trevor, Did you ever find a solution to

Re: SMTP Library that works with Gmail over SSL?

2011-08-03 Thread Bill Vlahos
Yes it does and has for a long time. put the cipherNames Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Aug 2, 2011, at 2:56 PM, Bob Sneidar wrote: Speaking of which, does Livecode do

Re: SMTP Library that works with Gmail over SSL?

2011-08-03 Thread Bob Sneidar
Oh thanks Bill. Would the SQL column used to store it need to be binary? Bob On Aug 3, 2011, at 8:35 AM, Bill Vlahos wrote: Yes it does and has for a long time. put the cipherNames Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important

Re: SMTP Library that works with Gmail over SSL?

2011-08-03 Thread Bill Vlahos
Bob, I'm not sure exactly what you mean. If you are using MySQL (or most other SQL databases) you can encrypt the entire database. However, you could also encrypt the data before it goes into the database. Bill On Aug 3, 2011, at 9:06 AM, Bob Sneidar wrote: Oh thanks Bill. Would the SQL

Re: SMTP Library that works with Gmail over SSL?

2011-08-03 Thread Bob Sneidar
Oh, well you can define an SQL column to store the data as a binary value instead of a string value. I decided to play it safe and redefine my password column in the table to varchar(255) binary. Bob On Aug 3, 2011, at 4:51 PM, Bill Vlahos wrote: Bob, I'm not sure exactly what you mean.

SMTP Library that works with Gmail over SSL?

2011-08-02 Thread Trevor DeVore
Does anyone have a LiveCode solution that can send HTML email via SMTP using SSL? I need to send email through the Gmail SMTP server and the existing SMTP libraries I've found for LiveCode don't support SSL. -- Trevor DeVore Blue Mango Learning Systems LiveCode Resources for Developers:

Re: SMTP Library that works with Gmail over SSL?

2011-08-02 Thread Bob Sneidar
Speaking of which, does Livecode do AES encryption now? I thought it did. I want to store passwords in AES format and decrypt them in my stack script. Bob On Aug 2, 2011, at 12:26 PM, Trevor DeVore wrote: Does anyone have a LiveCode solution that can send HTML email via SMTP using SSL? I