C++ Email/SMTP
-
Hey, Can you recommend me what C++ library or classes are available for sending email via SMTP in C++. I'm on Windows platform. I need a library which supports attachments and SSL connections. What are the options available. I'm not into implementing my own :) Oh I forgot to mention I'm using Visual C++ 6 Regards
Top Web Hosting Providers[^] Do, or do not. There is no 'try'.
-
Hey, Can you recommend me what C++ library or classes are available for sending email via SMTP in C++. I'm on Windows platform. I need a library which supports attachments and SSL connections. What are the options available. I'm not into implementing my own :) Oh I forgot to mention I'm using Visual C++ 6 Regards
Top Web Hosting Providers[^] Do, or do not. There is no 'try'.
Have you searched here at CP?
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
-
Have you searched here at CP?
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
-
Yes, I found few but none met the requirement (SSL, Visual C++ 6).
Top Web Hosting Providers[^] Do, or do not. There is no 'try'.
You should be able to add TLS support (e.g., www.openssl.org[^]) to any SMTP-related implementation. Finding a class with both is going to be rather specific.
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
-
You should be able to add TLS support (e.g., www.openssl.org[^]) to any SMTP-related implementation. Finding a class with both is going to be rather specific.
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
-
Can you point me to a tutorial which may help me adding SSL support?
Top Web Hosting Providers[^] Do, or do not. There is no 'try'.
Ahmed Manzoor wrote:
Can you point me to a tutorial which may help me adding SSL support?
Other than the one I already pointed you to?
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
-
Hey, Can you recommend me what C++ library or classes are available for sending email via SMTP in C++. I'm on Windows platform. I need a library which supports attachments and SSL connections. What are the options available. I'm not into implementing my own :) Oh I forgot to mention I'm using Visual C++ 6 Regards
Top Web Hosting Providers[^] Do, or do not. There is no 'try'.
Anyone who thinks he has a better idea of what's good for people than people do is a swine. - P.J. O'Rourke