I try send e-mails to my base which look like this:
wiercioch.adrian1993@gmail.com wiercioch.adrian@gmail.com wierciochadrian93@gmail.com
by this code (mails are in $mails array)
for ($i = 0;$i <= count($mails); $i++)
{
mail($mails[$i], $subject, $message);
}
And it`s sending for one of this mails - the last one. Can I tell me how change it or how will I write simply good code to send it?
I need your help so much


Sign In
Create Account


Back to top









