Discussion:
SMTP with authentication
(too old to reply)
Andy Trezise
2010-04-22 23:16:07 UTC
Permalink
Can anyone recommend a simple / easy to use SMTP email routine for sending
simple emails.

I'd prefer to use SMTP to MAPI

My SMTP / ISP provider requires me to use authentication so I must be able
to pass a username & password
Dan Freeman
2010-04-23 00:29:43 UTC
Permalink
Post by Andy Trezise
Can anyone recommend a simple / easy to use SMTP email routine for sending
simple emails.
I'd prefer to use SMTP to MAPI
My SMTP / ISP provider requires me to use authentication so I must be able to
pass a username & password
Since the Windows API has this built-in, Google should be able to find
numerous examples for you. Which ones have you tried?

I happen to be partial to the wrapper classes in the West-Wind client
tools at www.west-wind.com.

Dan
Andy Trezise
2010-04-23 07:55:06 UTC
Permalink
I've used west-wind (wwIPStuff) in the past Dan but didn't think you could
pass an smtp username/password off to it?
Post by Dan Freeman
Post by Andy Trezise
Can anyone recommend a simple / easy to use SMTP email routine for
sending simple emails.
I'd prefer to use SMTP to MAPI
My SMTP / ISP provider requires me to use authentication so I must be
able to pass a username & password
Since the Windows API has this built-in, Google should be able to find
numerous examples for you. Which ones have you tried?
I happen to be partial to the wrapper classes in the West-Wind client
tools at www.west-wind.com.
Dan
Andy Trezise
2010-04-23 09:17:04 UTC
Permalink
I see the latest version of west-winds has SMTP authentication built in
Dan...I think I'll try that route. Thanks
Post by Dan Freeman
Post by Andy Trezise
Can anyone recommend a simple / easy to use SMTP email routine for
sending simple emails.
I'd prefer to use SMTP to MAPI
My SMTP / ISP provider requires me to use authentication so I must be
able to pass a username & password
Since the Windows API has this built-in, Google should be able to find
numerous examples for you. Which ones have you tried?
I happen to be partial to the wrapper classes in the West-Wind client
tools at www.west-wind.com.
Dan
DAG
2010-04-27 16:20:21 UTC
Permalink
Post by Andy Trezise
Can anyone recommend a simple / easy to use SMTP email routine for sending
simple emails.
I'd prefer to use SMTP to MAPI
My SMTP / ISP provider requires me to use authentication so I must be able
to pass a username & password
I use Chillkat. it works fine and allows you to use authentification.
swdev2
2010-05-19 06:12:59 UTC
Permalink
I use blat.dll - has all of the stuff you need, integration seemed 'easy'
for me.

--
===================
William Sanders / EFG VFP / mySql / MS-SQL
www.efgroup.net/vfpwebhosting
www.terrafox.net
----
Post by Andy Trezise
Can anyone recommend a simple / easy to use SMTP email routine for sending
simple emails.
I'd prefer to use SMTP to MAPI
My SMTP / ISP provider requires me to use authentication so I must be able
to pass a username & password
Continue reading on narkive:
Loading...