-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
617 changed files
with
124,933 additions
and
23,230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ public/js/super_secret.js | |
*.xml | ||
.idea | ||
*.swp | ||
playground |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Architecture Review: Email Servicer | ||
## Goal | ||
I've always wanted my own domain. And I got one (`bryngo.me`). I've always wanted to send emails from said domain, and now it's time to do just that. | ||
|
||
Another motivation for doing this is I want to use the node module `nodemailer` to send out emails. Of course, I can just do this with my gmail, but Google doesn't play nice with such 3rd party services. | ||
|
||
## Steps | ||
1. Follow [this guide](https://www.digitalocean.com/community/tutorials/how-to-run-your-own-mail-server-with-mail-in-a-box-on-ubuntu-14-04) | ||
to figure out how to send emails from my server domain. | ||
2. Install `nodemailer` | ||
3. Done? | ||
|
||
## Testing | ||
1. After setting up the mail server, I'll manually send emails to myself. | ||
2. Once I can verify the mail server work, I can look into connecting it | ||
to the code. | ||
- I can do this by just running the script found [here](https://www.w3schools.com/nodejs/nodejs_email.asp). | ||
## Misc | ||
- This AR isn't really an AR, honestly. It's just some documentation on what I'm doing to my server in case I need reference to it one day. |
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.