System email problems #1723
Unanswered
JulieVelghe
asked this question in
Q&A
Replies: 1 comment
-
Should be fixed for the next release. To get this early, run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, I have a formie form that sends a notification mail.
The recipiënts are the system email variable and another emailadres.
in my env file I have the following (x's are placeholders) :
SYSTEM_EMAIL="[email protected]"
EMAIL_HOSTNAME="smtp-auth.mailprotect.be"
EMAIL_PORT=2525
EMAIL_VERIFICATION=true
EMAIL_USERNAME="[email protected]"
EMAIL_PASSWORD="xxxxxxxxxx"
EMAIL_ENCRYPTION_METHOD="tls"
And in my craft emailsettings I have:
Everything worked fine until I updated formie from 2.0.37 to 2.1.2 and Craft from 4.5.6.1 to 4.6.0.
Since then, I'm getting an error that references this system email variable:
Notification email parse error for “To: {systemEmail},[email protected]”. Template error: “Email "$system_email" does not comply with addr-spec of RFC 2822.” /data/sites/web/xxxxxxx/checkout/main/f73ecfb49b041959d7715531cf72f3e78bc24dec/vendor/symfony/mime/Address.php:54
Does anybody know if this is a bug in Formie or in Craft? Or if this variable has been changed?
Beta Was this translation helpful? Give feedback.
All reactions