|
-
May 9th, 2011, 11:33 PM
#1
c++ email question
So I basically want to make a program that emails the emails address I input.
What's a skeleton for that?
-
May 9th, 2011, 11:56 PM
#2
Re: c++ email question
It is a nice Questions... U want more c++ Questions click this link http://www.coolinterview.com
-
May 12th, 2011, 10:58 PM
#3
-
May 13th, 2011, 12:23 AM
#4
-
May 13th, 2011, 12:49 AM
#5
Re: c++ email question
 Originally Posted by petszk
I promise I've tried, and as stupid as it sounds, I'm not able to get any of the ones I find online to work =/
-
May 13th, 2011, 01:56 AM
#6
Re: c++ email question
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 in their mail servers.
-
May 13th, 2011, 01:59 AM
#7
Re: c++ email question
 Originally Posted by Dgameman1
I promise I've tried, and as stupid as it sounds, I'm not able to get any of the ones I find online to work =/
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
-
May 13th, 2011, 09:24 AM
#8
Re: c++ email question
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.
-
May 13th, 2011, 09:26 AM
#9
Re: c++ email question
That code is .net and off-topic for this forum.
-
May 13th, 2011, 09:36 AM
#10
Re: c++ email question
 Originally Posted by GCDEF
That code is .net and off-topic for this forum.
Oh, maybe that's why it didn't work..
I'm looking for a code that I can use in visual c++ or dev-c++
-
May 13th, 2011, 09:39 AM
#11
Re: c++ email question
 Originally Posted by Dgameman1
Oh, maybe that's why it didn't work..
I'm looking for a code that I can use in visual c++ or dev-c++
I just use MAPI. Have you tried that?
-
May 13th, 2011, 05:49 PM
#12
Re: c++ email question
 Originally Posted by GCDEF
I just use MAPI. Have you tried that?
i googled it and i'm not exactly sure how to use MAPI
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|