Skip to content

Commit

Permalink
Update email-aliases.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig authored Apr 5, 2024
1 parent 1cc3c4d commit c57b0ba
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions docs/email-aliases.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,31 +32,31 @@ Here is a graphical representation of our email forwarding strategy flow:
```mermaid
graph LR
subgraph "Email Aliases"
admin[[email protected]]
contact[[email protected]]
dev[[email protected]]
feedback[[email protected]]
hello[[email protected]]
help[[email protected]]
legal[[email protected]]
news[[email protected]]
privacy[[email protected]]
sales[[email protected]]
schedule[[email protected]]
store[[email protected]]
support[[email protected]]
team[[email protected]]
test[[email protected]]
admin["[email protected]"]
contact["[email protected]"]
dev["[email protected]"]
feedback["[email protected]"]
hello["[email protected]"]
help["[email protected]"]
legal["[email protected]"]
news["[email protected]"]
privacy["[email protected]"]
sales["[email protected]"]
schedule["[email protected]"]
store["[email protected]"]
support["[email protected]"]
team["[email protected]"]
test["[email protected]"]
end
subgraph ra["Root Alias"]
root[[email protected]]
root["[email protected]"]
end
subgraph "Team Members"
jimmybriggs[[email protected]]
patrickhoward[[email protected]]
jimmybriggs["[email protected]"]
patrickhoward["[email protected]"]
end
Expand Down

0 comments on commit c57b0ba

Please sign in to comment.