> For the complete documentation index, see [llms.txt](https://docs.taigo.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.taigo.xyz/launcher-settings/mail-service.md).

# Mail Service

⚠️ Not all launchers support sending emails. Check the information about the studio representative. Usually launchers support sending emails if the launcher itself provides password recovery

Placeholders for emails:\
{username} - player nickname\
{url} - url to reset the password\
{password} - new user password

Mail Service Settings:\
File: configs/MailService/config.yml:

```yaml
site_url: a link to your website to which the user will be redirected upon successful password reset. You can make a page on the site asking you to check the mailbox again, because an email with a new password will be sent to it
smtp_server: SMTP Server. For example - smtp.gmail.com
smtp_port: SMTP Server Port. Usually - 465 or 587
mail_user: The account of the mail service from which the emails will be sent
mail_password: account password or application password
```

⭐️ You can edit the type of the message. The launcher sends an email in HTML format. Use the placeholder to insert the necessary information

configs/MailService/OnReset.txt - an email asking you to click on the link to change your password. Use {username} and {url}

configs/MailService/NewPassword.txt - an email with a newly generated password. Use {username} and {password}

Email html editor:&#x20;

[Stripo — FREE Email Template Builder: drag-n-drop Html Email Editor](https://stripo.email/)
