Paul, 'tWould be great if you would share the VFP code


On Fri, Aug 1, 2014 at 8:41 PM, Paul Hill <[email protected]> wrote:

> On 31 July 2014 20:14, Stephen Russell <[email protected]> wrote:
> > On Thu, Jul 31, 2014 at 2:01 PM, <
> > [email protected]> wrote:
> >
> >> This is EXACTLY why I made the switch.  Blat was nice for awhile, but it
> >> wasn't as KISS (Keep It Short & Simple) as this, especially when it
> came to
> >> email that had to use TLS (and Gmail is very ubiquitous).
> >
> > Looks very much like one of my .NET apps mail component.
> >
> > Dim SMTPMail As New System.Net.Mail.SmtpClient
> >         SMTPMail.Credentials = New
> > Net.NetworkCredential(My.Settings.SMTPUser, My.Settings.SMTPPW)
> > bla-bla-bla
> >
> >  SMTPMail.Send(mmsg)
> >
> > I have to port something like this over to the web in my next app for
> > fun/friends and that may be a bit harder.  Oh well they want an emailing
> > app for membership.
>
> In my .NET app I have 3 email classes that implement the same C#
> interface (Outlook, MAPI & SMTP).
> System.Net.Mail.SmtpClient is one of them and works well.
>
> There were a few hoops I had to jump through to get attached in-line
> HTML images to work so drop me a line if you need to do this.
>
> Works with GMail too.
>
> --
> Paul
>
[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/cag1nny8pdzzqboqw3tox+3nyxwnokfdirnfr9zug+jhvc5r...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to