Mail Service

⚠️ Minimum kernel version: TAIGO.ECore.DPC v.8.0.2+

⚠️ 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:

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:

Stripo — FREE Email Template Builder: drag-n-drop Html Email Editor

Last updated