Question: Email Generator

Questions about programming languages and debugging
Post Reply
User avatar
B4N3
Newbie
Newbie
Posts: 7
Joined: 02 Mar 2008, 17:00
16

Question: Email Generator

Post by B4N3 »

Yeah...

I just made my introduction post and just got a question...
Not so good it seems.

Uhm anyway, I've got some knowledge in C, C++, C#, Java, JSP, ASP, Html, CSS, XML, PHP and so on ..

I've been interested in a little program called "email generator", searched google for it, but did not found any.. truly interesting result.

So.. my question is: Is there any kind of program which generates lots of emails from different providers with password, or is it possible to program something like that, and what language would be preferred?

I found that some marketing guys use some programs which generates emails to spread their viral clips fast.. but none of those programs exist.


(If my english sucks at the moment.. Jagermeister + Redbull..)

User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Re: Question: Email Generator

Post by Gogeta70 »

Man, you're dancing around the rules by the skin of your teeth with this topic, but since it doesn't technically break any rules, i can give you some information.

In short, the answer is yes. Though i don't quite know what you mean by "with password," basically you'd need a list of smtp servers that you can connect to and use to send emails.

As for the recommended language, java would be most portable, but also the slowest. c, c++, and c# would be the other 3 options since they can actually be compiled. I don't recommend asp or php because they're mostly intended to be run on a web server.

Well, have fun sending mass spam email...
¯\_(ツ)_/¯ It works on my machine...

User avatar
hpprinter100
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 214
Joined: 19 Oct 2007, 16:00
16
Contact:

Re: Question: Email Generator

Post by hpprinter100 »

You can just install postfix and then send emails from a php/python script.

PM me if you want any more help/info.

User avatar
B4N3
Newbie
Newbie
Posts: 7
Joined: 02 Mar 2008, 17:00
16

Re: Question: Email Generator

Post by B4N3 »

Oh,
no it is not sending the emails, but generating an email adress (thats why I thought with password ^^)

User avatar
B4N3
Newbie
Newbie
Posts: 7
Joined: 02 Mar 2008, 17:00
16

Re: Question: Email Generator

Post by B4N3 »

(Yeah .. I know .. doublepost...)

//Push

If there is no one who can help,
please close ;)

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Re: Question: Email Generator

Post by bad_brain »

well, you can have a look at this:
http://www.addiff.com/pub/GYCBeta.aspx" onclick="window.open(this.href);return false;

but on your own risk... :wink:
Image

Post Reply