From 43c0c800c83765ca21b6dfe0146ac8a872b25cd6 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Thu, 29 Jun 2023 01:07:26 -0400 Subject: feat: update gmail instructions, begin form, replace current guide --- tutors/email/index.php | 101 ++++++++++++++++++++++++++++++++++--------------- 1 file changed, 71 insertions(+), 30 deletions(-) (limited to 'tutors/email/index.php') diff --git a/tutors/email/index.php b/tutors/email/index.php index 08139e1..49e430a 100644 --- a/tutors/email/index.php +++ b/tutors/email/index.php @@ -1,64 +1,105 @@ + + +

- This guide is for Gmail users only. While most of this guide will also be applicable to other mail providers, additional steps may be required. + Every tutor is expected to use a @carpentertutoring.com email address to facilitate client communication. This guide will walk you through setting up your email from scratch and configuring your mail client to use it.

-

Receiving Mail

-

- Once your carpentertutoring.com email address is created, you will receive a verification email. In order to receive mail in your personal address from this alias, you will have to click the confirmation link in the verification email. Once complete, you can start receiving mail immediately. + You have two options for using your new email address. The first is standalone which allows you to use the mail client of your choice to send and receive mail. Some popular desktop clients are Mail for Windows 10, Thunderbird

-

Sending Mail

+ +

Create a mail account

+
+ + + + + +
+ + + +

Connection details

+ +
+SMTP server: mail.53hor.net
+Connection security: STARTTLS
+Authentication method: normal password
+SMTP port: 587
+SMTP username: 
+
+Password: use the password you just submitted
+
+IMAP server: mail.53hor.net
+Connection security: STARTTLS
+Authentication method: normal password
+IMAP port: 143
+IMAP username: 
+
+Password: use the password you just submitted
+
+
+ +

Optional Gmail forwarding

+ +

Receiving Mail

- Sending mail from your carpentertutoring.com address requires a small amount of setup. + Once your carpentertutoring.com email address is created, you will begin receiving forwarded email in your Gmail inbox.

-

App Password

+

Sending mail from Gmail

- Google 2-Step Verification requires you to first generate an App Password for your personal Gmail account. Note that you must have 2-Step Verification turned on for your account in order to forward sent mail to your Carpenter Tutoring alias. You can verify whether you have 2-Step Verification turned on for your Google account by visiting this link to your Google account settings. If 2-Step Verification is turned off, turn it on and proceed with the following steps. + Sending mail from your carpentertutoring.com address via Gmail requires a small amount of setup.

-

    -
  1. On your computer, open App Passwords.
  2. -
  3. In the bottom of the window, click Select app and choose Mail from the list.
  4. -
  5. Click Select device and choose Other... and enter "Carpenter Tutoring" in the box.
  6. -
  7. Click Generate. You will see 16 letters and numbers in a yellow box. Copy this or write it down for the next step.
  8. -
  9. Click Done. Keep in mind you will not be able to see the App Password anymore. If you forget it before the next step, you will have to create a new one.
  10. -
-

- -

- -

Mail forwarding

  1. On your computer, open Gmail.
  2. In the top right, click settings (⚙️) and then See all settings.
  3. Click the Accounts and import or Accounts tab.
  4. In the "Send mail as" section, click Add another email address.
  5. -
  6. Enter your name and the address you want to send from. This will be your carpentertutoring.com address. Leave the "Treat as an alias" box checked.
  7. +
  8. Enter your name and the address you want to send from. This will be your carpentertutoring.com address. Leave the "Treat as an alias" box checked.
  9. Click Next Step.
  10. -
  11. For the "SMTP server" enter smtp.gmail.com. Select 465 for the port.
  12. -
  13. 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.
  14. -
  15. Check "Secured connection using SSL (recommended)" and click Add Account.
  16. +
  17. For the "SMTP server" enter mail.53hor.net. Select 587 for the port.
  18. +
  19. For the username and password you will enter your new Carpenter Tutoring address (with "@carpentertutoring.com" suffix) and the password you submitted in the previous step.
  20. +
  21. Check "Secured connection using TLS (recommended)" and click Add Account.
  22. +
  23. Gmail will prompt you to verify your new address. You should receive a confirmation code in your inbox, forwarded from your carpentertutoring.com address. Use it to complete the alias setup.
  24. 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.
  25. -
+

- -

Now you should be able to immediately send mail as your Carpenter Tutoring alias. To test this, compose a new message an check the "From" box. You should see a menu there where you can choose which address to send mail from.

- -

Thank you for being a part of Carpenter Tutoring!

-- cgit v1.2.3 From 0ac96491e93e7ee09325b03cdbc402f3908cffea Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Fri, 30 Jun 2023 12:11:51 -0400 Subject: feat: info about clients --- tutors/email/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tutors/email/index.php') diff --git a/tutors/email/index.php b/tutors/email/index.php index 49e430a..badb4eb 100644 --- a/tutors/email/index.php +++ b/tutors/email/index.php @@ -21,7 +21,7 @@

- You have two options for using your new email address. The first is standalone which allows you to use the mail client of your choice to send and receive mail. Some popular desktop clients are Mail for Windows 10, Thunderbird + You have two options for using your new email address. The first is standalone which allows you to use the mail client of your choice to send and receive mail. Some popular desktop clients are Apple's Mail app, Mozilla Thunderbird, and Microsoft Outlook. Popular mobile mail clients include the iOS Mail app and K-9 Mail for Android.

Date: Sun, 2 Jul 2023 10:36:02 -0400 Subject: feat: upload form and password encryption complete Helpful guides rough draft --- tutors/email/index.php | 174 +++++++++++++++++++++++++++++++++---------------- 1 file changed, 117 insertions(+), 57 deletions(-) (limited to 'tutors/email/index.php') diff --git a/tutors/email/index.php b/tutors/email/index.php index badb4eb..cb4602f 100644 --- a/tutors/email/index.php +++ b/tutors/email/index.php @@ -1,13 +1,3 @@ - -