Try phpmailer with smtp auth
For opening large e-mail lists use:
$file_handle = fopen("mailfile", "r");
while (!feof($file_handle)) {
$mail = fgets($file_handle);
echo $mail;
}
my 1st post btw :P
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.