bolt / bolt

Bolt is a simple CMS written in PHP. It is based on Silex and Symfony components, uses Twig and either SQLite, MySQL or PostgreSQL.
MIT License
4.15k stars 811 forks source link

Send mail #1536

Closed kuzsa closed 10 years ago

kuzsa commented 10 years ago

Does not work to send mail, the password is not restores Simple Forms not working. Although with the usual php script mail out. Bolt 1.6.10

bobdenotter commented 10 years ago

This looks like an issue with the configuration of Swiftmailer. Check the mailoptions: section in config.yml, and configure it to use your SMTP server, which is always better than relying on PHP's built-in mail() function.

In the future, please post support questions like this to Stack Overflow, using the bolt-cms tag. We'd like to keep the Github issue tracker for bugs only.