Skip to content

Commit

Permalink
add ridglan
Browse files Browse the repository at this point in the history
  • Loading branch information
jakehobbs committed Mar 19, 2024
1 parent fddbe3f commit df12f30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ var EmailSettings = map[string]struct {
}{
"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]"},
"ridglan": {FromDomain: "righttorescue.com", Subject: "Prosecute animal abuse at Ridglan Farms", To: "[email protected]"},
"test": {FromDomain: "righttorescue.com", Subject: "Test", To: "[email protected]"},
}

0 comments on commit df12f30

Please sign in to comment.