aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/action_mailer_basics.md
diff options
context:
space:
mode:
authorYauheni Dakuka <yauheni.dakuka@gmail.com>2018-03-12 14:39:24 +0300
committerYauheni Dakuka <yauheni.dakuka@gmail.com>2018-03-12 15:36:26 +0300
commitf1b14944841ab4890dacb755dcae627dae101d67 (patch)
treee85361a90054ebe591ac6968243b338a7844aa70 /guides/source/action_mailer_basics.md
parentaacda9c6901bef01ffac6a11b073305676b3062f (diff)
downloadrails-f1b14944841ab4890dacb755dcae627dae101d67.tar.gz
rails-f1b14944841ab4890dacb755dcae627dae101d67.tar.bz2
rails-f1b14944841ab4890dacb755dcae627dae101d67.zip
Fix note marks [ci skip]
Diffstat (limited to 'guides/source/action_mailer_basics.md')
-rw-r--r--guides/source/action_mailer_basics.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/action_mailer_basics.md b/guides/source/action_mailer_basics.md
index fe31e3403f..9f239da90f 100644
--- a/guides/source/action_mailer_basics.md
+++ b/guides/source/action_mailer_basics.md
@@ -807,7 +807,7 @@ config.action_mailer.smtp_settings = {
authentication: 'plain',
enable_starttls_auto: true }
```
-Note: As of July 15, 2014, Google increased [its security measures](https://support.google.com/accounts/answer/6010255) and now blocks attempts from apps it deems less secure.
+NOTE: As of July 15, 2014, Google increased [its security measures](https://support.google.com/accounts/answer/6010255) and now blocks attempts from apps it deems less secure.
You can change your Gmail settings [here](https://www.google.com/settings/security/lesssecureapps) to allow the attempts. If your Gmail account has 2-factor authentication enabled,
then you will need to set an [app password](https://myaccount.google.com/apppasswords) and use that instead of your regular password. Alternatively, you can
use another ESP to send email by replacing 'smtp.gmail.com' above with the address of your provider.