-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replyto mail not working #6
Comments
Winter 1.2.1, Magic Forms 2.0.0 PHP. 8.1 |
You can solve it by changing classes/mails/Notification.php from:
to:
|
Open
josephcrowell
referenced
this issue
in josephcrowell/wn-magicforms-plugin
Jul 4, 2023
Fix #6 #10: Replyto not working due to RFC error
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If replyto-field is set it gives error from swiftmailer "Address in mailbox given does not comply with RFC 2822".
Tested on php7.3.17 / wn 1.1.7 and works fine with version 1.5.1 of october-plugin-forms but generates error with 2.0.0 of wn-forms-plugin.
The text was updated successfully, but these errors were encountered: