-
-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Labels
BugSomething isn't workingSomething isn't working
Description
Bug Report
| Q | A |
|---|---|
| Version(s) | 2.24.0 |
Summary
Problem when sending an email that has a link to the store "". Occurs in a specific situation where the laminas-mime module slices the text of a message, and "to:" may appear at the beginning of a line. Then the mail server thinks that it is necessary to send a letter to this address, and gives:
ssmtp: RCPT TO: *** (555 5.5.2 Syntax error)
Current behavior
It is necessary to check and escape the presence of special words at the beginning of each line
How to reproduce
add '' to body of mail, add some characters for show "to:" in begginning of line, and use "quoted-printable" encoding method.
Expected behavior
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't working
