133k views
0 votes
When you use PHPMailer to send an email, you start by creating a/an ________________ object.

A) EmailSender
B) MessageComposer
C) PHPMailer
D) SMTPConnection

User Cleroo
by
9.7k points

1 Answer

4 votes

Final answer:

When using PHPMailer to send an email, you start by creating a PHPMailer object.

Step-by-step explanation:

When you use PHPMailer to send an email, you start by creating a/an PHPMailer object. PHPMailer is a popular PHP library that provides a convenient way to send email using SMTP. By creating a PHPMailer object, you can set up the sender's email address, recipient's email address, subject, body, and other email properties.

User Tormod Hystad
by
8.1k points