Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I need a good email engine for c++ with support for smtp and pop3.
All i've found were payed.
Anyone knows of a free one.

My problem is that i can send and email throw smtp but even if i put a unexistent email address the smtp still responds with 250 and it shouldn't

Cumpz,
Posted
Comments
Richard MacCutchan 17-Dec-11 5:34am    
Email services tend not to be provided free as, unlike websites, they cannot be paid for by advertising.
Mohibur Rashid 17-Dec-11 8:43am    
what exactly you need?
Email client
or
Email server???
Feence 9-May-16 4:59am    
I worked with this .NET library for emails which is able to accomplish your listed requirements in C++/CLI (not sure if this works for you). See these samples of receiving emails with POP in .NET and receiving emails with IMAP in .NET.

 
Share this answer
 
Comments
Cr4zYPT 17-Dec-11 5:19am    
this one is only good for 60 days
Hi,

Check out Microsoft MVP PJ Naughter[^] and his SMTP protocol class[^] along with his POP3 protocol class[^].

Best Wishes,
-David Delaune
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900