Skip to content

Commit

Permalink
chore: source email from env
Browse files Browse the repository at this point in the history
Signed-off-by: Kathurima Kimathi <kathurimakimathi415@gmail.com>
  • Loading branch information
KathurimaKimathi committed Aug 11, 2023
1 parent 168747d commit d390a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/mycarehub/infrastructure/services/mail/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

var (
mailGunFrom = serverutils.MustGetEnvVar("MAILGUN_FROM")
mailGunTo = "denis.karanja@savannahinformatics.com"
mailGunTo = serverutils.MustGetEnvVar("MYCAREHUB_ADMIN_EMAIL")
)

// IServiceMail holds the methods to interact with the MailGuns service
Expand Down

0 comments on commit d390a62

Please sign in to comment.