Results 1 to 13 of 13
  1. #1
    258456's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    ghjghj
    Posts
    1,222
    Reputation
    18
    Thanks
    300
    My Mood
    Relaxed

    Is it possible to send email.

    is it possible to send emails with a c++ win32 console application?

  2. #2
    Melodia's Avatar
    Join Date
    Dec 2009
    Gender
    female
    Posts
    2,608
    Reputation
    276
    Thanks
    1,662
    My Mood
    Dead
    Yes.

    But I suspect yas want to Keylog or something nasty like this, So google it.
    Love You All~

  3. #3
    258456's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    ghjghj
    Posts
    1,222
    Reputation
    18
    Thanks
    300
    My Mood
    Relaxed
    no, please. why would i keylog with a console application, i would just go to visual basic and use the smtp server.

    Please tell me how to send emails with c++ console applications. I am not keylogging.

  4. #4
    258456's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    ghjghj
    Posts
    1,222
    Reputation
    18
    Thanks
    300
    My Mood
    Relaxed
    Please tell me how i just made a program that solves my math equations and i wanted to send them to my email.
    NOT KEYLOGGING.

  5. #5
    258456's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    ghjghj
    Posts
    1,222
    Reputation
    18
    Thanks
    300
    My Mood
    Relaxed
    Wow, i don't want to triple post but i really need an answer, i know there are a lot of knowlegable people out their and i really need this code. I tried googling it instead of wasting ur time but no results.

  6. #6
    r_arraz's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Your desktop h4x1n up your compooter
    Posts
    370
    Reputation
    16
    Thanks
    76
    My Mood
    Cool
    Google pop3 c++ library. Take your pick.
    [IMG]https://lh4.ggph*****m/_-aCmMp6G0AQ/S4-phW7LRvI/AAAAAAAAALc/3cpKkpjIgUM/s400/display.php.png[/IMG]




  7. #7
    Melodia's Avatar
    Join Date
    Dec 2009
    Gender
    female
    Posts
    2,608
    Reputation
    276
    Thanks
    1,662
    My Mood
    Dead
    I would pheraps have answered but you seem too dumb and impatient.

    You need to use a MailServ and to send it the required informations so it can successfuly send a mail, These informaions are variable depending of the Method you choose for your querry ( POPx/IMAP ) and you will get your ass up and do this by yourself.
    Love You All~

  8. #8
    Arhk's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Engineering
    Posts
    3,618
    Reputation
    35
    Thanks
    217
    My Mood
    Amused
    This would require network programming skills. /yea
    ~
    SMTP
    Last edited by Arhk; 06-10-2010 at 11:38 PM.
    "If the world hates you, keep in mind that it hated me first." John 15:18

  9. #9
    why06's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    IBM
    Posts
    4,304
    Reputation
    170
    Thanks
    2,204
    My Mood
    Flirty
    Quote Originally Posted by Arhk View Post
    This would require network programming skills. /yea
    ~
    SMTP
    nah this would require a flippin ounce of patience and commonsense. There are some libraries out there to use. A favorite of mine is: see by: Marshallsoft SMTP POP3 IMAP Email Component Library for Visual C++, email library, C++ SMTP Component, VC++ email component, email control

    read up on smtp servers a bit cuz u will need to create ur own, most liekly on ur own machine, or use an external email.

    "Every gun that is made, every warship launched, every rocket fired signifies, in the final sense, a theft from those who hunger and are not fed, those who are cold and are not clothed. This world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children. The cost of one modern heavy bomber is this: a modern brick school in more than 30 cities. It is two electric power plants, each serving a town of 60,000 population. It is two fine, fully equipped hospitals. It is some fifty miles of concrete pavement. We pay for a single fighter plane with a half million bushels of wheat. We pay for a single destroyer with new homes that could have housed more than 8,000 people. This is, I repeat, the best way of life to be found on the road the world has been taking. This is not a way of life at all, in any true sense. Under the cloud of threatening war, it is humanity hanging from a cross of iron."
    - Dwight D. Eisenhower

  10. #10
    Melodia's Avatar
    Join Date
    Dec 2009
    Gender
    female
    Posts
    2,608
    Reputation
    276
    Thanks
    1,662
    My Mood
    Dead
    Quote Originally Posted by why06 View Post
    nah this would require a flippin ounce of patience and commonsense. There are some libraries out there to use. A favorite of mine is: see by: Marshallsoft SMTP POP3 IMAP Email Component Library for Visual C++, email library, C++ SMTP Component, VC++ email component, email control

    read up on smtp servers a bit cuz u will need to create ur own, most liekly on ur own machine, or use an external email.
    Easier to use another server than creating a Virtual one the time of a Mail.

    Just use gMail, And configure it a bit.

    If you have your own server(s), It's even easier.
    Love You All~

  11. #11
    258456's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    ghjghj
    Posts
    1,222
    Reputation
    18
    Thanks
    300
    My Mood
    Relaxed
    Thanks guys, i already had some experience with the smtp server but that was on visual basic. Thanks, now i just have to learn it for c++.

  12. #12
    That0n3Guy's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    1,137
    Reputation
    13
    Thanks
    271
    My Mood
    Sleepy
    SMTP is for receiving emails, POP3 is for sending it out. If you want the source code to a POP3 client, just Google it.
    Quotes Hall of Fame

    Quote Originally Posted by martijno0o0 View Post
    ok, i got visual basic 2008 and i got some expirients but i need c++ to make hacks rigth?
    so i need c++ and my question is!?¿? where i dontload it? and is c++ a own program or a update for vb08?
    [IMG]https://i660.photobucke*****m/albums/uu327/EddieTheWin/duff.png[/IMG]

  13. #13
    258456's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    ghjghj
    Posts
    1,222
    Reputation
    18
    Thanks
    300
    My Mood
    Relaxed
    In visual basic u could send emails with it, trust me i made a nice email/sms bomber. LOL.

Similar Threads

  1. [Help] Sending Email Fails [solved]
    By hackzerz in forum Visual Basic Programming
    Replies: 11
    Last Post: 09-03-2011, 01:51 PM
  2. Sending Email
    By 258456 in forum C++/C Programming
    Replies: 12
    Last Post: 07-21-2011, 10:50 AM
  3. [HELP] Sends Email
    By FUKO in forum Visual Basic Programming
    Replies: 19
    Last Post: 04-06-2011, 08:08 PM
  4. [Help]Sending Email
    By 258456 in forum C++/C Programming
    Replies: 7
    Last Post: 10-01-2010, 03:25 AM
  5. Help on sending emails
    By zmansquared in forum Visual Basic Programming
    Replies: 4
    Last Post: 02-13-2010, 01:34 PM