CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 11 of 11
  1. #1
    Join Date
    Nov 2008
    Posts
    9

    Send Anonymous emails

    Hey I want to make an email application, I was wondering if there is a way to hide or replace the email sender's address like for example if I use smtp server at gmail and send an email from [email protected], it would display [email protected], and so on. Im not really fussed about it being untracable, or containing my ip since I just want to see how and if such thing could be done in Visual basic. I was looking for things like that on the net but I didnt find anything

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Send Anonymous emails

    You can specify a FROM address, but that doesn't hide anything in the email header. Just the message itself.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Nov 2008
    Posts
    9

    Re: Send Anonymous emails

    Ive tried that, I sent the messesage via Gmail smtp, and specified a from to be [email protected], it didnt work tho

  4. #4
    Join Date
    Mar 2002
    Location
    St. Petersburg, Florida, USA
    Posts
    12,125

    Re: Send Anonymous emails

    Please re-read the Acceptable USe Policy for CodeGuru. Topics which are likely to facilitate "bad behaviour" (and SPAM or FRAUD definately apply) are NOT allowed here on CG.
    TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
    2008, 2009,2010
    In theory, there is no difference between theory and practice; in practice there is.

    * Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
    * How NOT to post a question here
    * Of course you read this carefully before you posted
    * Need homework help? Read this first

  5. #5
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    3,654

    Re: Send Anonymous emails

    I bump Wizard's post. I'm so darn tired of deleting those spam mails regarding viagra, penis enlargment surgey, cheap software and god knows what... What morons do really respond to those?
    Debugging is twice as hard as writing the code in the first place.
    Therefore, if you write the code as cleverly as possible, you are, by
    definition, not smart enough to debug it.
    - Brian W. Kernighan

    To enhance your chance's of getting an answer be sure to read
    http://www.codeguru.com/forum/announ...nouncementid=6
    and http://www.codeguru.com/forum/showthread.php?t=366302 before posting

    Refresh your memory on formatting tags here
    http://www.codeguru.com/forum/misc.php?do=bbcode

    Get your free MS compiler here
    https://visualstudio.microsoft.com/vs

  6. #6
    Join Date
    Nov 2008
    Posts
    9

    Re: Send Anonymous emails

    well I dont think I would want to send viagra messesages with my ip contained in the email, Im doing that solely for my learning purposes and fraud or spam is not what I had in mind, however I can understand that you dont trust me, so nvm. thaks for the help.

  7. #7
    Join Date
    Mar 2002
    Location
    St. Petersburg, Florida, USA
    Posts
    12,125

    Re: Send Anonymous emails

    Quote Originally Posted by freefrag View Post
    well I dont think I would want to send viagra messesages with my ip contained in the email, Im doing that solely for my learning purposes and fraud or spam is not what I had in mind, however I can understand that you dont trust me, so nvm. thaks for the help.
    It has NOTHING to do with "trusting you"...It has to do with how the information could be used by the thousands of others who read the information for years and years to come.
    TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
    2008, 2009,2010
    In theory, there is no difference between theory and practice; in practice there is.

    * Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
    * How NOT to post a question here
    * Of course you read this carefully before you posted
    * Need homework help? Read this first

  8. #8
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Send Anonymous emails

    Microsoft locked things down (tightly) with SP2. While the methods have continued to improve (to generate spam) at least it isn't as easy as it was just a while back.

    User would open your email message. It'd load your activex or macro, and blast the same message to everyone in YOUR addressbook.

    Now, even ISP's don't allow relaying anymore. Wonder why?

    If your PC tried to send out 70 MILLION emails, one night, would you mind?

    Now, there's a 5 second delay between EACH one that you don't send yourself.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  9. #9
    Join Date
    Dec 2003
    Location
    Northern Ireland
    Posts
    1,362

    Re: Send Anonymous emails

    Quote Originally Posted by dglienna View Post
    Now, even ISP's don't allow relaying anymore. Wonder why?
    It is still possible, but if your server has an open relay it will be added to blacklists faster than you can say lickety split.
    Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rich Cook


    0100 1101 0110 1001 0110 0011 0110 1000 0110 0001 0110 0101 0110 1100 0010 0000 0100 0101 0110 1100 0110 1100 0110 0101 0111 0010

  10. #10
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Send Anonymous emails

    I can't send email from my CABLE account, if I'm on a DSL line. DSL requires authentication methods, which fail. I have a different account for anytime that sendmail doesn't work.

    If I can authenticate (same ISP), it works fine.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  11. #11
    Join Date
    Dec 2003
    Location
    Northern Ireland
    Posts
    1,362

    Re: Send Anonymous emails

    I guess it depends which version of SMTP the ISP is running, and what security measures they have in place.
    Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rich Cook


    0100 1101 0110 1001 0110 0011 0110 1000 0110 0001 0110 0101 0110 1100 0010 0000 0100 0101 0110 1100 0110 1100 0110 0101 0111 0010

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured