I search in google and in this forum for a simple sending email code with winsock!! but all what i find is complicated application with many options
all i want is the basics like "from" , "to" "subject".....
any help??
I don't have any code, but I do have a DLL that implements the SMTP protocol for sending mail. I've been using it for a couple of years and it has never let me down. It's easy to use and the best part, it's free.
Let me know if you're interested and I'll post it.
Pete
No trees were harmed in the making of this post, however a large number of electrons were greatly inconvenienced.
I don't have any code, but I do have a DLL that implements the SMTP protocol for sending mail. I've been using it for a couple of years and it has never let me down. It's easy to use and the best part, it's free.
Let me know if you're interested and I'll post it.
First man..Thx for ur help
but i don't want to use any ocx or dll
when i said using winsock..I was later going to replace the winsock with an api..
But thx for ur help
I don't have any code, but I do have a DLL that implements the SMTP protocol for sending mail. I've been using it for a couple of years and it has never let me down. It's easy to use and the best part, it's free.
Let me know if you're interested and I'll post it.
Could you post it anyway ? I'm kinda interested here
VbSendmail.dll may not be the dll that Shady Soft was referencing for sending email but it is pretty simple to use and allows you to specifiy the smtp server, server authentication info (uname/pwrd), send attachments, etc and it's free.
When you need to send mail, you would either need to have an SMTP server, or know how to talk to MX servers. The problem is that ISP's tend to block the ports required, which means you need to get a server that redirects a port.
If you have all those figured out, then go and search some code for sending email via MX servers.
Remember, if someone's post was not helpful, you can always rate their post negatively .