Which of the following statements is used to add an attachment to the mail?
Which of the following statements is used to add an attachment to the mail? Correct Answer $mimemail->addAttachment(‘attachment.pdf’);
Call the Mail_Mime object’s addAttachment() method passing in the attachment name and extension.