|
-
Apr 7th, 2017, 11:19 PM
#1
Thread Starter
Lively Member
COM Library for sending mails via SMTP?
Is there any utilities one can make use immediately to send emails via SMTP? Close source, or open source, doesn't matter.
Any suggestions?
-
Apr 8th, 2017, 06:47 AM
#2
Re: COM Library for sending mails via SMTP?
vbRichClient5 has the following classes:
cRPCClientInfo, cRPCConnection, cRPCListener, cRPCListenerThread, cRPCStatusInfo, cTCPClient, cTCPServer, cUDP
I don't know if they can be used to send emails, maybe Olaf can answer this question.
Last edited by dreammanor; Apr 8th, 2017 at 08:55 AM.
-
Apr 8th, 2017, 08:50 AM
#3
Re: COM Library for sending mails via SMTP?
If commercial libraries are acceptable, I've been using Chilkat with success: https://www.chilkatsoft.com/default.asp
There's a lot to handle with SMTP like encryption, DKIM, attachments, etc...so rolling your own would be a big job.
-
Apr 8th, 2017, 11:25 AM
#4
Re: COM Library for sending mails via SMTP?
At work we're using the "Dart-Dlls" (former PowerTCP-COMponents) for all kind of Mailing-stuff -
they still offer bundles with COM/ActiveX-support:
http://www.dart.com/mail-activex-email-library-api.aspx
I agree with jpbro, that "writing your own, based on plain winsock-APIs" would be a huge task these days (with all the SSL/TLS-stuff now involved).
But since you mentioned the RC5-(socket-based) Communication-Classes (which BTW don't support standard-Mail-protocols out of the box):
Do you plan to use Mail-Protocols only as "just another transport-vehicle"?
(to ensure "transfers to a Web-Host" in conjunction with your planned "Instant-Messenger-App").
If yes, there are far better ways to approach that.
Olaf
Last edited by Schmidt; Apr 8th, 2017 at 11:37 AM.
-
Apr 8th, 2017, 12:24 PM
#5
Re: COM Library for sending mails via SMTP?
-
Apr 8th, 2017, 08:14 PM
#6
Re: COM Library for sending mails via SMTP?
Why wouldn't you just use the CDO library that Windows comes with?
There are thousands of samples out there, though some are pretty crudely done and appear to be based on very ancient ASP VBScript copy/pasting.
Last edited by dilettante; Apr 9th, 2017 at 12:18 AM.
Reason: silly typo
-
Apr 8th, 2017, 09:48 PM
#7
Hyperactive Member
Re: COM Library for sending mails via SMTP?
-
Apr 9th, 2017, 02:12 AM
#8
Re: COM Library for sending mails via SMTP?
Also, vbSendEmail library (free with source code)
http://www.freevbcode.com/ShowCode.asp?ID=109
-
Apr 9th, 2017, 05:46 AM
#9
Re: COM Library for sending mails via SMTP?
 Originally Posted by Schmidt
Do you plan to use Mail-Protocols only as "just another transport-vehicle"?
(to ensure "transfers to a Web-Host" in conjunction with your planned "Instant-Messenger-App").
If yes, there are far better ways to approach that.
Olaf
I am planning "Instant-Messenger-App" and are collecting relevant information and third-party tools. After a few weeks I will post a thread to discuss the specific solution, hoping to get your advice and help.
Last edited by dreammanor; Apr 9th, 2017 at 06:27 AM.
-
Apr 9th, 2017, 05:55 AM
#10
Re: COM Library for sending mails via SMTP?
Resurrected = dreammanor ???
-
Apr 9th, 2017, 06:25 AM
#11
Re: COM Library for sending mails via SMTP?
 Originally Posted by Eduardo-
Resurrected = dreammanor ???
No, I'm not Resurrected. I have sent a thread about IM-app some time ago. I'm sorry to talk about things that are not relevant to the OP's topic.
-
Apr 13th, 2017, 05:17 AM
#12
Thread Starter
Lively Member
Re: COM Library for sending mails via SMTP?
Guys. Sorry for the late reply.
Do you plan to use Mail-Protocols only as "just another transport-vehicle"?
Nope. Not in this case. But I'd like to learn about the RC5-(socket-based) Communication-Classes. 
Why wouldn't you just use the CDO library that Windows comes with?
Also, vbSendEmail library (free with source code)
Commercial libraries are not my options. I will try those mentioned above. Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|