Home »
MCQs »
Zend Framework MCQs
Which of the following class is used to send an email using the SMTP server?
79. Which of the following class is used to send an email using the SMTP server?
- Zend\Mail\Transport\Smtpemail
- Zend\Mail\Transport\Smtpclass
- Zend\Mail\Transport\Smtp
Answer: B) Zend\Mail\Transport\Smtpclass
Explanation:
Zend\Mail\Transport\Smtpclass is used to send an email using the SMTP server.