2011-11-03, 12:08 PM
What is mybb php code designation for the admins email?
I want to send an email to the admin via code in a plugin.
I'm sending it to a user this way:
but how would I also send to admin?
I want to send an email to the admin via code in a plugin.
I'm sending it to a user this way:
my_mail($user_info['email'], $subject, $message);
but how would I also send to admin?