You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I send about 10 mails with certain template then I will get error Expected response code "354" but got code "250", with message "250".
<extends:sendit:buildersubject="Ваш сервис получил отзыв"/><use:bundlepath="sendit:bundle"/><block:html><p>съешь же ещё этих мягких французских булок, да выпей чаю</p><p>съешь же ещё этих мягких французских булок, да выпей чаю</p><p>съешь же ещё этих мягких французских булок, да выпей чаю</p><p>съешь же ещё этих мягких французских булок, да выпей чаю</p><p>съешь же ещё этих мягких французских булок, да выпей чаю</p></block:html>
If you remove half of <p>...</p> then error will not occur.
I suspect that the error is related to the number of Cyrillic characters in a mail.
The text was updated successfully, but these errors were encountered:
gam6itko
changed the title
[SMTP] Expected response code "354" but got code "250", with message "250".
[SMTP] Mail with Cyrillic symbols. Expected response code "354" but got code "250", with message "250".
Jan 27, 2025
If I send about 10 mails with certain template then I will get error
Expected response code "354" but got code "250", with message "250".
If you remove half of
<p>...</p>
then error will not occur.I suspect that the error is related to the number of Cyrillic characters in a mail.
Here I have code with bug reproduction: gam6itko/spiral-app-sandbox@53714f4
The text was updated successfully, but these errors were encountered: