99

Answer

Solution:

You can get the last SMTP error by calling$mail->getSMTPInstance()->getError();. It returns a structure like this:

[
    'error' => '',
    'detail' => '',
    'smtp_code' => '',
    'smtp_code_ex' => ''
]

The value you are looking for will be in thesmtp_code property.

People are also looking for solutions to the problem: php - Symfony2 + Doctrine OneToMany JOIN failing

Source

Didn't find the answer?

Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.

Ask a Question

Write quick answer

Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.

Similar questions

Find the answer in similar questions on our website.