Mam problem z konfiguracją maili we wtyczce AuthMeReloaded. Fragment z config.yml:
Email: # Email SMTP server host mailSMTP: smtp.gmail.com # Email SMTP server port mailPort: 465 # Only affects port 25: enable TLS/STARTTLS? useTls: true # Email account which sends the mails mailAccount: 'mójadresemail@gmail.com' # Email account password mailPassword: 'mojehasło' # Email address, fill when mailAccount is not the email address of the account mailAddress: 'mójadresemail@gmail.com' # Custom sender name, replacing the mailAccount name in the email mailSenderName: 'nazwaserwera' # Recovery password length RecoveryPasswordLength: 8 # Mail Subject mailSubject: Twoje nowe hasło do konta # Like maxRegPerIP but with email maxRegPerEmail: 1 # Recall players to add an email? recallPlayers: false # Delay in minute for the recall scheduler delayRecall: 5 # Blacklist these domains for emails emailBlacklisted: - 10minutemail.com # Whitelist ONLY these domains for emails emailWhitelisted: [ ] # Send the new password drawn in an image? generateImage: true # The OAuth2 token emailOauth2Token: ''
