Mail program in VB6
-
I wrote a small program in VB6 where my mails should be sent to the recepient. But my program puts my mails in the outbox only. I have to go to outlook express then click on Send/Receive button then my mails go to sent items folder. But this is not the right way, I wanted my program to send the mails directly to the recepient. I used mapi controls for this program. Is there any other i can do by making reference to COM component or by using any APIs. plz, help me out. Thanx, Ravi.
-
I wrote a small program in VB6 where my mails should be sent to the recepient. But my program puts my mails in the outbox only. I have to go to outlook express then click on Send/Receive button then my mails go to sent items folder. But this is not the right way, I wanted my program to send the mails directly to the recepient. I used mapi controls for this program. Is there any other i can do by making reference to COM component or by using any APIs. plz, help me out. Thanx, Ravi.
check www.planetsourcecode.com[^] select visual basic category then write smtp in the search box.. i've got many results this way.