AuthMe / AuthMeReloaded

The best authentication plugin for the Bukkit/Spigot API!
https://www.spigotmc.org/resources/authmereloaded.6269/
GNU General Public License v3.0
628 stars 516 forks source link

add visible MailName for E-mail recovery system. #1436

Closed Pluginsel closed 6 years ago

Pluginsel commented 6 years ago

If player send the e-mail recovery code, the mail name is mailaddress@gmail.com etc. Can you change this to official mail name ? Or add the e-mail name option to config.yml like a mailsubject option.

Example:

Mail Name

mailName: 'Authme Reloaded'
ljacqu commented 6 years ago

Isn't that what this does?

    # Custom sender name, replacing the mailAccount name in the email
    mailSenderName: ''
Pluginsel commented 6 years ago

Oh... I did not see it, I tested it and it works.

ljacqu commented 6 years ago

Thanks for the feedback :)