|
-
December 5th, 2008, 11:06 AM
#1
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
-
December 5th, 2008, 12:54 PM
#2
Re: Send Anonymous emails
You can specify a FROM address, but that doesn't hide anything in the email header. Just the message itself.
-
December 5th, 2008, 01:01 PM
#3
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
-
December 5th, 2008, 05:03 PM
#4
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
-
December 5th, 2008, 05:27 PM
#5
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?
-
December 5th, 2008, 08:33 PM
#6
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.
-
December 5th, 2008, 08:52 PM
#7
Re: Send Anonymous emails
 Originally Posted by freefrag
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
-
December 5th, 2008, 10:02 PM
#8
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.
-
December 9th, 2008, 08:32 AM
#9
Re: Send Anonymous emails
 Originally Posted by dglienna
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
-
December 9th, 2008, 10:24 PM
#10
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.
-
December 10th, 2008, 08:55 AM
#11
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|