Server Help

General Questions - Email

Versetti - Tue Jan 13, 2004 3:56 pm
Post subject: Email
Is there a code that I can use too send Email without a SMTP server if possible since I'm using it in a program I'm making and if not I guess the SMTP Server is not hard too setup anyways. So either one you find that can send Email from C++ program.

and also I want too know how can I multithread stuff in C++?
Dr Brain - Tue Jan 13, 2004 5:13 pm
Post subject:
Yes, send using the socket option rather than the SMTP one.

Multithreading depends on the library you want to use.
Fuzzjdc - Tue Jan 20, 2004 6:56 am
Post subject:
u can use any smtp server on the internet anyway. an example is smtp.iprimus.com.au
Versetti - Tue Jan 20, 2004 6:42 pm
Post subject:
don't want SMTP server tho and is there a tutorial or a example on how too send it dirctly too the mailserver without a SMTP?
Fuzzjdc - Tue Jan 20, 2004 9:40 pm
Post subject:
I have seen a tutorial on how to use SMTP servers using Telnet. But the way it was done is outdated (Thanks Spammers!). Find on the internet how to communicate with an SMTP server. I know a program called genius at http://www.indiesoft.com was able to send mail using SMTP but its coded in delphi.
Basically (or as far as i know), there is no way to send an email without SMTP. note: You dont need the SMTP sever on your computer or with the bot just use one on the internet.
All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001 phpBB Group