Skip to content

Commit

Permalink
Added To: field to AWS ses emails
Browse files Browse the repository at this point in the history
  • Loading branch information
pucilpet committed Jun 28, 2022
1 parent f2859f1 commit 9586c93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions messenger/ses.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ func (s sesMessenger) Push(msg Message) error {

email := smtppool.Email{
From: msg.Campaign.FromEmail,
To: []string{msg.Subscriber.Email},
Subject: msg.Subject,
Sender: msg.From,
Headers: msg.Headers,
Expand Down

0 comments on commit 9586c93

Please sign in to comment.