mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +01:00 
			
		
		
		
	fix: #10808; tweak copy for gmail app passwords support
This commit is contained in:
		| @@ -10,9 +10,9 @@ | |||||||
| 	"smtp-transport-help": "You can select from a list of well-known services or enter a custom one.", | 	"smtp-transport-help": "You can select from a list of well-known services or enter a custom one.", | ||||||
| 	"smtp-transport.service": "Select a service", | 	"smtp-transport.service": "Select a service", | ||||||
| 	"smtp-transport.service-custom": "Custom Service", | 	"smtp-transport.service-custom": "Custom Service", | ||||||
| 	"smtp-transport.service-help": "Select a service name above in order to use the known information about it. Alternatively, select 'Custom Service' and enter the details below.", | 	"smtp-transport.service-help": "Select a service name above in order to use the known information about it. Alternatively, select "Custom Service" and enter the details below.", | ||||||
| 	"smtp-transport.gmail-warning1": "There have been reports of the Gmail service not working on accounts with heightened security. In those scenarios, you will have to <a href=\"https://www.google.com/settings/security/lesssecureapps\">configure your GMail account to allow less secure apps</a>.", | 	"smtp-transport.gmail-warning1": "If you are using GMail as your email provider, you will have to generate an "App Password" in order for NodeBB to authenticate successfully. You can generate one at the <a href=\"https://myaccount.google.com/apppasswords\">App Passwords <i class=\"fa fa-external-link\"></i></a> page.", | ||||||
| 	"smtp-transport.gmail-warning2": "For more information about this workaround, <a href=\"https://nodemailer.com/usage/using-gmail/\">please consult this NodeMailer article on the issue.</a> An alternative would be to utilise a third-party emailer plugin such as SendGrid, Mailgun, etc. <a href=\"../extend/plugins\">Browse available plugins here</a>.", | 	"smtp-transport.gmail-warning2": "For more information about this workaround, <a href=\"https://nodemailer.com/usage/using-gmail/\">please consult this NodeMailer article <i class=\"fa fa-external-link\"></i></a> on the issue. An alternative would be to utilise a third-party emailer plugin such as SendGrid, Mailgun, etc. <a href=\"../extend/plugins\">Browse available plugins here</a>.", | ||||||
| 	"smtp-transport.host": "SMTP Host", | 	"smtp-transport.host": "SMTP Host", | ||||||
| 	"smtp-transport.port": "SMTP Port", | 	"smtp-transport.port": "SMTP Port", | ||||||
| 	"smtp-transport.security": "Connection security", | 	"smtp-transport.security": "Connection security", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user