Re: error using wwIPStuff and GMail account

2009-08-12 Thread Chris Davis
:40 PM To: profoxt...@leafe.com Subject: Re: error using wwIPStuff and GMail account This is apposite: http://www.west-wind.com/wwThreads/ShowMsg.wwt?MsgId=2PU07MRXH --stuart On Fri, Aug 7, 2009 at 10:38 PM, Richard Kayerk...@artfact.com wrote: I don't think wwIPStuff supports TLS

RE: error using wwIPStuff and GMail account

2009-08-10 Thread Richard Kaye
-Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Stuart Dunkeld Sent: Friday, August 07, 2009 6:40 PM To: profoxt...@leafe.com Subject: Re: error using wwIPStuff and GMail account This is apposite: http://www.west-wind.com/wwThreads

Re: error using wwIPStuff and GMail account

2009-08-08 Thread Malcolm Greene
Michael, Nah, this is a quick time-saver friendly thingie I was doing for a person in another department. She's got to email about 150 different folks from her gmail account and I was trying to simply throw some automation together to save her a few hours. Doesn't sound like your efforts

Re: error using wwIPStuff and GMail account

2009-08-08 Thread Stephen Russell
On Fri, Aug 7, 2009 at 11:21 PM, MB Software Solutions, LLCmbsoftwaresoluti...@mbsoftwaresolutions.com wrote: Malcolm Greene wrote: Michael, I think gmail requires an SSL connection to their SMTP service (complicated). You can forget about that with wwIPstuff. I recommend using another paid

Re: error using wwIPStuff and GMail account

2009-08-08 Thread MB Software Solutions, LLC
Malcolm Greene wrote: Michael, Nah, this is a quick time-saver friendly thingie I was doing for a person in another department. She's got to email about 150 different folks from her gmail account and I was trying to simply throw some automation together to save her a few hours.

Re: error using wwIPStuff and GMail account

2009-08-08 Thread Stuart Dunkeld
-Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of MB Software Solutions, LLC Sent: Friday, August 07, 2009 5:33 PM To: profoxt...@leafe.com Subject: Re: error using wwIPStuff and GMail account Used 587 and fails immediately

error using wwIPStuff and GMail account

2009-08-07 Thread MB Software Solutions, LLC
Trying to use a gmail account to send simple emails from VFP. Using wwIPStuff class. Fails on send, with an error saying 530 5.7.0 Must issue a STARTTLS command first. 40sm395780aga.78 Ideas? tia! -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect

error using wwIPStuff and GMail account

2009-08-07 Thread MB Software Solutions, LLC
(VFP9SP1 and VFP9SP2) Trying to use a gmail account to send simple emails from VFP. Using wwIPStuff class. Fails on send, with an error saying 530 5.7.0 Must issue a STARTTLS command first. 40sm395780aga.78 Ideas? tia! -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief

Re: error using wwIPStuff and GMail account

2009-08-07 Thread MB Software Solutions, LLC
MB Software Solutions, LLC wrote: (VFP9SP1 and VFP9SP2) Trying to use a gmail account to send simple emails from VFP. Using wwIPStuff class. Fails on send, with an error saying 530 5.7.0 Must issue a STARTTLS command first. 40sm395780aga.78 Ideas? tia! Here's the code I'm using:

RE: error using wwIPStuff and GMail account

2009-08-07 Thread Richard Kaye
: Re: error using wwIPStuff and GMail account LOCAL loMail as wwIPStuff OF wwIPStuff.vcx, lcText as String loMail = NEWOBJECT('wwIPStuff','wwIPStuff.vcx') loMail.cMailServer = smtp.gmail.com loMail.cSendername = John Dough loMail.cSenderEmail = myem...@gmail.com loMail.cUsername = uid

RE: error using wwIPStuff and GMail account

2009-08-07 Thread Richard Kaye
BTW, Rick includes a form called SMTP.SCX (and ftp.scx for that matter) that's very helpful for troubleshooting wwIPStuff issues. I modified it to include textboxes for bcc and smtp port lines. rk Ideas? tia! ___ Post Messages to:

Re: error using wwIPStuff and GMail account

2009-08-07 Thread MB Software Solutions, LLC
Richard Kaye wrote: At a minimum, you will need to set the port to the one that gmail uses for SMTP. Using Intellisense, I don't see a way to set the port via that object. ?? -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com

RE: error using wwIPStuff and GMail account

2009-08-07 Thread Richard Kaye
Luke, use Hungarian notation... (nSMTPPort) rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of MB Software Solutions, LLC Sent: Friday, August 07, 2009 3:22 PM To: profoxt...@leafe.com Subject: Re: error using wwIPStuff and GMail

Re: error using wwIPStuff and GMail account

2009-08-07 Thread MB Software Solutions, LLC
Richard Kaye wrote: Luke, use Hungarian notation... (nSMTPPort) Ugh...thanks. Tried setting that to 465 and 467...it just hangs forever and then fails. FRUSTRATING -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com

RE: error using wwIPStuff and GMail account

2009-08-07 Thread Richard Kaye
: error using wwIPStuff and GMail account Richard Kaye wrote: Luke, use Hungarian notation... (nSMTPPort) Ugh...thanks. Tried setting that to 465 and 467...it just hangs forever and then fails. FRUSTRATING ___ Post Messages to: ProFox@leafe.com

Re: error using wwIPStuff and GMail account

2009-08-07 Thread MB Software Solutions, LLC
Richard Kaye wrote: I took a quick peek at my old Tbird settings and I was using port 587. Used 587 and fails immediately with the same STARTTLS error message. Grrr. Thanks though. -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect

RE: error using wwIPStuff and GMail account

2009-08-07 Thread Richard Kaye
, 2009 5:33 PM To: profoxt...@leafe.com Subject: Re: error using wwIPStuff and GMail account Used 587 and fails immediately with the same STARTTLS error message. Grrr. Thanks though. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http

RE: error using wwIPStuff and GMail account

2009-08-07 Thread Malcolm Greene
Michael, I think gmail requires an SSL connection to their SMTP service (complicated). You can forget about that with wwIPstuff. I recommend using another paid service like Yahoo Business Email or my favorite, Fastmail.fm (you can get a decent account for $15/year or $35/year if you expect to

Re: error using wwIPStuff and GMail account

2009-08-07 Thread MB Software Solutions, LLC
Malcolm Greene wrote: Michael, I think gmail requires an SSL connection to their SMTP service (complicated). You can forget about that with wwIPstuff. I recommend using another paid service like Yahoo Business Email or my favorite, Fastmail.fm (you can get a decent account for $15/year or