Usually, I can do it without problem and without SMTP:
My form a a lot of field, I do not know if it’s see the reason that formit display a success message when I send my form, but I never receive a message.
I tried to setup SMTP as the following, but nothing is sent, and bad, formit does not show an error message or a ssucc sent
Try the extra QuickEmail to debug issues with the sending of E-Mails.
Also maybe take a look a this page in the documentation (and maybe this page for MODX cloud).
Also, if you (temporarily) remove the “email” hook and your form still doesn’t send, then your form has a different issue.
It’s only a warning and unrelated to the email sending.
because I configured formit with my e-mail as the following
[[!FormIt?
&hooks=`email`
&mathMinRange=`10`
&mathMaxRange=`20`
&mathField=`math`
&emailTpl=`emailTpl_cours_individuels`
&clearFieldsOnSuccess=`1`
&emailSubject=`Insciption aux cours individuels`
&validationErrorMessage=`Une erreur s'est produite. Vérifiez la saisie du formulaire.`
&successMessage=`Votre message a bien été envoyé!`
&emailTo=`pierrot@eeee.ch`
&validate=`nospam:blank`
]]
Why &emailSubject and my e-mail is not sown it the log above?
QuickEmail has nothing to do with FormIt. It’s just a way of testing your mail service and the mail-related System Settings.
If QuickEmail works to send a message, you know the problem is with FormIt, not your mail system and settings. If it doesn’t, something is wrong with your mail system or settings.
Are you using Gmail for SMTP? They now require you to set up an App password to do that.