79658807

Date: 2025-06-09 11:41:15
Score: 4.5
Natty:
Report link

Why the downvote on @michael's correction of the method name? The documentation is clear:

    //Recipients
    $mail->setFrom('[email protected]', 'Mailer');
    $mail->addAddress('[email protected]', 'Joe User');     //Add a recipient
    $mail->addAddress('[email protected]');               //Name is optional
    $mail->addReplyTo('[email protected]', 'Information');
    $mail->addCC('[email protected]');
    $mail->addBCC('[email protected]');

Lowercase 'addCC', not upper 'AddCC'

Reasons:
  • RegEx Blacklisted phrase (2): downvote
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @michael's
  • Starts with a question (0.5): Why the
  • Low reputation (1):
Posted by: Iain H