summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2023-03-19 18:59:43 -0400
committerAdam T. Carpenter <atc@53hor.net>2023-03-19 18:59:43 -0400
commit660e1de495e2e73e90a2002c6dcef56d177ac34b (patch)
treeced09ec4b91810b966cd831bd1af4f230fa97e0f
parent44ff0ef2d1ea08fe7d3a5af01377225f740405db (diff)
downloadcarpentertutoring-660e1de495e2e73e90a2002c6dcef56d177ac34b.tar.xz
carpentertutoring-660e1de495e2e73e90a2002c6dcef56d177ac34b.zip
fix: app passwords are not optional in email setup
-rw-r--r--tutors/email/index.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/tutors/email/index.php b/tutors/email/index.php
index 666ebf0..08139e1 100644
--- a/tutors/email/index.php
+++ b/tutors/email/index.php
@@ -21,15 +21,13 @@
Sending mail from your <a href="/">carpentertutoring.com</a> address requires a small amount of setup.
</p>
- <h3>App Password (for 2-Step Verification enabled accounts only)</h3>
+ <h3>App Password</h3>
<p>
- If you have Google 2-Step Verification enabled, you must first generate an App Password. You can verify whether you have 2-Step Verification turned on for your Google account by <a href="https://myaccount.google.com/signinoptions/two-step-verification">visiting this link to your Google account settings</a>. If 2-Step Verification is turned off, you may skip the next step.
+ Google 2-Step Verification requires you to first generate an App Password for your personal Gmail account. Note that <em>you must have 2-Step Verification turned on for your account in order to forward sent mail to your Carpenter Tutoring alias</em>. You can verify whether you have 2-Step Verification turned on for your Google account by <a href="https://myaccount.google.com/signinoptions/two-step-verification">visiting this link to your Google account settings</a>. If 2-Step Verification is turned off, turn it on and proceed with the following steps.
</p>
<p>
- If 2-Step Verification is turned on, generate an App Password by <a href="https://myaccount.google.com/apppasswords">following this link</a>.
-
<ol>
<li>On your computer, open <a href="https://myaccount.google.com/apppasswords" target="_blank">App Passwords</a>.</li>
<li>In the bottom of the window, click <em>Select app</em> and choose <em>Mail</em> from the list.</li>
@@ -51,7 +49,7 @@
<li>Enter your name and the address you want to send from. This will be your <a href="/">carpentertutoring.com</a> address. Leave the "Treat as an alias" box checked.</li>
<li>Click <em>Next Step</em>.</li>
<li>For the "SMTP server" enter <em>smtp.gmail.com</em>. Select <em>465</em> for the port.</li>
- <li>For the username and password you will enter your personal Gmail address (with "@gmail.com" suffix) and password. If you generated an App Password for 2-Step Verification, you will use the App Password here instead of your Gmail password.</li>
+ <li>For the username and password you will enter your personal Gmail address (with "@gmail.com" suffix) and the App Password you generated in the previous step.</li>
<li>Check "Secured connection using SSL (recommended)" and click <em>Add Account</em>.</li>
<li>Return to the "Send mail as" section on the settings page and look for "When replying to a message." Check "Reply from the same address the message was sent to." This will ensure you respond to tutoring inquiries with your Carpenter Tutoring address and personal mail with your Gmail address.</li>
</ol>