I normally mail single user on php but what I dont know if its possible to fetch all emails from the users table and bundle it in one variable ($to
) and then mail it together with
mail($to, $subject, $message, $headers);
Can anyone help me with the syntax on how to mail multiple users? I am new to php and mysqli. Thanks.