Files
kimai2/var/docs/emails.md

1.1 KiB

Emails

Kimai uses the Swift MailerBundle for sending emails. Please read their documentation, there are a lot of possible configuration settings that you might want to adapt to your needs.

If not otherwise noted, all emails will be sent instantly (unless spooling is activated in swiftmailer.yaml).

Activating email

You have to adapt two settings in your .env configuration file:

  • MAILER_URL - your smtp connection details for sending emails
  • MAILER_FROM - an application wide "from" address for all emails

All existing emails

The following emails will be sent by Kimai:

If you want to change the content of the emails, please have a look at the FOSUserBundle config and its documentation.

  • Password reset
  • Account approval (only if activated, see User docu)