skydiver / october-plugin-forms

Create easy (and almost magic) AJAX forms
https://octobercms.com/plugin/martin-forms
MIT License
60 stars 41 forks source link

Using Magic Form on October CMS 3 #266

Closed MateThemes closed 2 years ago

MateThemes commented 2 years ago

Hello,

I installed Magic Form on October CMS 3. When I want to send a test form I got this message:

`"Email "0" does not comply with addr-spec of RFC 2822." on line 54 of /Users/.../vendor/symfony/mime/Address.php

What does this error mean?

skydiver commented 2 years ago

Plugin is not under development anymore. You can read more here: https://github.com/skydiver/october-plugin-forms/discussions/267

Thanks.-

webBook-cz commented 2 years ago

I found a solution: Change function sendTo to send classes/SendMail.php line 59: Mail::send($template, $data, function($message) use ($properties, $post, $files) { $message->to($properties['mail_recipients']);