Link to home
Start Free TrialLog in
Avatar of Cuneyt
Cuneyt

asked on

SMTP mail

I need an ActiveX component to send e-mail. I want to give mail server, recipient, sender, subject and message as parameter. I want to be able to use this component in web for sending mail via ASP. Does anybody have document, code examples or components about that. Thanx in advance...
Avatar of mcix
mcix

Here is one that I have used, there is a cost $199.00, but I think you will find it is well worth it... It does what you want plus a good deal more.

http://www.flicks.com/ocxQmail/

If I remember correctly, it has an eval download of some sort.
Avatar of Cuneyt

ASKER

Yes i know i downloaded it but i was looking a free component
ASKER CERTIFIED SOLUTION
Avatar of mcix
mcix

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I don't have time to do it at the moment, but you could probably spend an hour and create your own. Simply create an ActiveX DLL with a form and a class in it. Place the mapi controls on the form, then place all the properties you would need in the class. The class will simply get and set the properties of the mapi controls on your form.

This will give you an ActiveX object that you can create from IIS or anything else for that matter.