Skip to content
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

Email "" does not comply with addr-spec of RFC 2822. #265

Open
kaspar-allenbach opened this issue Sep 23, 2024 · 0 comments
Open

Email "" does not comply with addr-spec of RFC 2822. #265

kaspar-allenbach opened this issue Sep 23, 2024 · 0 comments
Labels

Comments

@kaspar-allenbach
Copy link

Upon sending the form I get the following error:

Email "" does not comply with addr-spec of RFC 2822.

I tried multiple emails adresses. none comply.
I disable non essential plugins. no effect

{{ input('email', 'fromEmail', submission.fromEmail ?? '', {
  id: 'from-email',
  autocomplete: 'email',
  placeholder: '[email protected]'
 }) }}
{{ submission ? _self.errorList(submission.getErrors('fromEmail')) }}

Additional info

  • Craft version: 5.4.4
  • PHP version: 8.3.10
  • Database driver & version: MySQL 8.0.36
  • Plugins & versions: Contact Form 3.1 / Contact Form Honeypot 2.1 / Contact Form Extensions 5.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant