Skip to content

Commit

Permalink
don't send from subdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
jakehobbs committed Mar 9, 2024
1 parent fc08f0e commit 08efc08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ var EmailSettings = map[string]struct {
Subject string
To string
}{
"duck": {FromDomain: "mail.helptheducks.com", Subject: "Prosecute Reichardt Duck Farm for Animal Abuse", To: "[email protected]"},
"sonoma": {FromDomain: "mail.righttorescue.com", Subject: "Prosecute animal cruelty, not animal rescuers", To: "[email protected]"},
"duck": {FromDomain: "helptheducks.com", Subject: "Prosecute Reichardt Duck Farm for Animal Abuse", To: "[email protected]"},
"sonoma": {FromDomain: "righttorescue.com", Subject: "Prosecute animal cruelty, not animal rescuers", To: "[email protected]"},
}

0 comments on commit 08efc08

Please sign in to comment.