So I basically want to make a program that emails the emails address I input.
What's a skeleton for that?
Printable View
So I basically want to make a program that emails the emails address I input.
What's a skeleton for that?
It is a nice Questions... U want more c++ Questions click this link http://www.coolinterview.com
Bump...
What have you tried and what issues do you see? Have you runned the code in the debugger? You can't just assume that the "old" code you found on the net works with your ISP. Many ISP's have some kind of anti spam activated :thumb: in their mail servers.
I promise that you'll get help if you write us
- what you've tried
- where you had problems
- example code of what you've done so far.
It isn't that hard to read some of the google links and to get a starting point. If you encounter problems let us know.
With regards
Programartist
I went to this page
http://visualprogramming.codeplex.co...ses/view/41732
and downloaded the source and the exe.
I ran the exe and it said something about how the program failed to start because its side-to-side configuration is incorrect.
I then opened up the source, ran it, it worked perfectly fine until I pressed send. When I did so, it said...
An unhandled exception of type 'System.Net.Mail.SmtpException' occurred in System.dll
Additional information: Failure sending mail.
That code is .net and off-topic for this forum.