Re: What's a Reasonably Simple Way to Send an Email?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



"jim evans" <jimsnews@xxxxxxxxxxxxxx> wrote in message
news:c6brq2lr9osdrc5ocrnkqe66oddl04a0fb@xxxxxxxxxx
I'm not up to learning how to write at the Winsock level.

If this must be free then you can either find a free component, use the
microsoft cdonts object or write it at the winsock level. The cdonts object
is a good object but requires the machine to support it and have the smtp
service installed I believe. The winsock option isn't going to be as hard as
you think if you implement it on a very basic level. Most of the commands
are similar to what you would have to implement in an OOPish language like
vb except of course they are text. If you're interested I could provide some
details.

Michael


.