I know its off topic, but from where do you find 100-200 emails?
<?php
for($i=1;$i<100;$i++){
mail($to, $Subject, $message);
}
?>
Look on this forum for the nulled version of Interspire...it's great. I run it on a shared hosting account on HostGator and send out as much as several thousand emails per day, so surely it can handle what you're trying to do. It also allows you to setup autoresponders etc.
this is easy task:
PHP:<?php for($i=1;$i<100;$i++){ mail($to, $Subject, $message); } ?>
Several thousand a day using Interspire with a Hostagor shared account...really? That sounds excellent and I will check into it.
Thanks.
If you will click "thanks" button I will even send you complete script in PMCan you explain the functions of the Php tags a little better, so I can get a bit more in-depth knowledge on them? Thanks.
Hey OP go to mailchimp .com and setup a free account you can send unlimited emails for up to 2000 subscribers with that free account!