Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

Batch file email bomber?


ghost's Avatar
0 0

Is it possible to make a batch email bomber? I want to be able to repeatedly connect to an smtp server via telnet and, if possible, pull mail messages from specified text files. Otherwise, I just want to be able to repeatedly send mail to a single address with a looping batch file. Can you even telnet with batch…?

I have done some research but I don't know if this can work, I'm attempting to make one right now though.

Thanks for any help!


spyware's Avatar
Banned
0 0

Use PHP, is better, faster and stronger.


ghost's Avatar
0 0

Only thing is, I don't know php and I don't have time to learn much right now, what with all the insane classes I'm taking…

I plan to, of course, as soon as I get time, but for now it can't be helped.

But is this even possible in batch?

[edit] as soon as it connects to the mailserver, cmd stops reading the batch and the server takes over control for input. [/edit]


ghost's Avatar
0 0

K, cool. I kinda wanted to figure out how to make somethign on my own, but that link is useful. One more thing: php can be run on an apache server on my own machine, right? and how does this send mail… how does it know what to connect to/ how to send? Unless php has this built-in… I honestly don't know much (far less than I should =\ ) about php…

[edit] OK i'm at w3schools, I see the thing about php.ini… I'll look into that, so I can specify an external smtp server? [/edit]


ghost's Avatar
0 0

OK, cool, thanks very much. One last thing… Does apache have any kind of smtp mailserver or do I need to get software from somewhere else?