Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Commit0ea7ad3
committed
This PR was merged into the 6.4 branch.Discussion----------[Mailer] Mention the `SentMessageEvent` and `FailedMessageEvent`Thesymfony/symfony#47080 PR was created to solve the problem of [debugging](symfony/symfony#37570) and to get [information](symfony/symfony#42108) about email after it was sent.The section about [debugging](https://symfony.com/doc/current/mailer.html#debugging-emails) does not mention those events. Added some links for better navigation.For example what debug returns:```< 220 ESMTP SYMFONY.COM> EHLO [127.0.0.1]< 250-smtp.symfony.com< 250-PIPELINING< 250-SIZE 157286400< 250-AUTH PLAIN LOGIN PLAIN LOGIN PLAIN LOGIN< 250-AUTH=PLAIN LOGIN PLAIN LOGIN PLAIN LOGIN< 250-ENHANCEDSTATUSCODES< 250-8BITMIME< 250 SMTPUTF8> AUTH LOGIN< 334 VXNlcm5hbWU6> ZXhhbXBsZUBzeW1mb255LmNvbQ==< 334 UGFzc3dvcmQ6> U3ltcGhvbnkg.aXMgQXdlc29tZQ==< 235 2.7.0 Authentication successful> MAIL FROM:<example@symfony.com>< 250 2.1.0 Ok> RCPT TO:<dummy@symfony.com>< 250 2.1.5 Ok> DATA< 354 End data with <CR><LF>.<CR><LF>> .< 250 OK. ID: a20fb6ebbc54d22b```P.S.I see that the checks now can find repeated words:```mailer.rst ✘ 1765: The word "the" is used more times in a row. -> ``FailedMessageEvent`` allows acting on the the initial message in case of a failure and some```Commits-------8e3c1db [Mailer] Mention the SentMessageEvent and FailedMessageEvent in the debug section
1 file changed
+22
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
802 | 802 | | |
803 | 803 | | |
804 | 804 | | |
| 805 | + | |
| 806 | + | |
805 | 807 | | |
806 | 808 | | |
807 | 809 | | |
| |||
810 | 812 | | |
811 | 813 | | |
812 | 814 | | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
813 | 818 | | |
814 | 819 | | |
815 | 820 | | |
| |||
1712 | 1717 | | |
1713 | 1718 | | |
1714 | 1719 | | |
| 1720 | + | |
| 1721 | + | |
1715 | 1722 | | |
1716 | 1723 | | |
1717 | 1724 | | |
| |||
1722 | 1729 | | |
1723 | 1730 | | |
1724 | 1731 | | |
1725 | | - | |
1726 | | - | |
1727 | | - | |
| 1732 | + | |
| 1733 | + | |
| 1734 | + | |
1728 | 1735 | | |
1729 | 1736 | | |
1730 | 1737 | | |
1731 | 1738 | | |
1732 | 1739 | | |
1733 | 1740 | | |
1734 | | - | |
| 1741 | + | |
| 1742 | + | |
1735 | 1743 | | |
1736 | 1744 | | |
1737 | 1745 | | |
| |||
1743 | 1751 | | |
1744 | 1752 | | |
1745 | 1753 | | |
| 1754 | + | |
| 1755 | + | |
1746 | 1756 | | |
1747 | 1757 | | |
1748 | 1758 | | |
| |||
1752 | 1762 | | |
1753 | 1763 | | |
1754 | 1764 | | |
1755 | | - | |
| 1765 | + | |
| 1766 | + | |
| 1767 | + | |
1756 | 1768 | | |
1757 | 1769 | | |
1758 | 1770 | | |
| 1771 | + | |
1759 | 1772 | | |
1760 | 1773 | | |
1761 | 1774 | | |
1762 | 1775 | | |
1763 | | - | |
| 1776 | + | |
| 1777 | + | |
| 1778 | + | |
| 1779 | + | |
1764 | 1780 | | |
1765 | 1781 | | |
1766 | 1782 | | |
| |||
0 commit comments
Comments
(0)