I just started to use Zend Mail Compoment and i need pop before smtp, but in the zend mail doc no mention about that.
Can anyone advise on that ?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
POP before SMTP is not part of the SMTP standard, it’s just a hack used to check that the client connecting to the SMTP server has valid credentials, without using SMTP’s own authentication mechanisms.
Just use the Zend framework to open the POP mailbox yourself, and then send the mail via SMTP.