I installed contao but when i submit form nothing happens. I put recepient mail. Did i need to set up something?
I installed contao but when i submit form nothing happens. I put recepient mail. Did i need to set up something?
What Contao version are you referring to?
Contao Community Moderator
→ Support options
Have you configured the delivery via SMTP?
Have you configured a valid email address in
- System > Settings > E-mail address of the system administrator
- Layout > Site structure > Website root settings > E-mail address of the website administrator
?
Are there any entries in the system log (regarding the form delivery)?
Update to Contao 4.4.20.
Contao Community Moderator
→ Support options
Have you configured delivery via SMTP? You must configure this in your app/config/parameters.yml
Example configuration:Code:parameters: … mailer_transport: smtp mailer_host: … mailer_username: … mailer_password: … mailer_port: 587 mailer_encryption: tls
//Moderation: Please create new threads for new topics. Thanks.
Contao Community Moderator
→ Support options
Bookmarks