Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BACK-2760] Punycode email addresses before sending. #132

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lostlevels
Copy link
Contributor

No description provided.

@lostlevels lostlevels force-pushed the punycode-email-addresses branch from b66697c to dc62ca1 Compare December 4, 2023 17:19
@lostlevels lostlevels changed the title Punycode email addresses before sending. [BACK-2760] Punycode email addresses before sending. Dec 4, 2023
toddkazakov
toddkazakov previously approved these changes Feb 26, 2024
toddkazakov
toddkazakov previously approved these changes Oct 15, 2024
@@ -78,7 +83,11 @@ func NewSesNotifier(cfg *SesNotifierConfig, log *zap.SugaredLogger) (*SesNotifie
func (c *SesNotifier) Send(to []string, subject string, msg string) (int, string) {
var toAwsAddress = make([]*string, len(to))
for i, x := range to {
toAwsAddress[i] = aws.String(x)
encodedAddress, err := idna.ToASCII(x)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should apply the same changes to mailer, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should apply the same changes to mailer, right?

It's already applied and merged on mailer becda4799c26

@lostlevels
Copy link
Contributor Author

/deploy dev1 hydrophone

@lostlevels
Copy link
Contributor Author

/deploy dev hydrophone

@tidebot
Copy link
Collaborator

tidebot commented Oct 15, 2024

lostlevels updated values.yaml file in dev1

@tidebot
Copy link
Collaborator

tidebot commented Oct 15, 2024

lostlevels updated flux policies file in dev1

@tidebot
Copy link
Collaborator

tidebot commented Oct 15, 2024

lostlevels deployed hydrophone punycode-email-addresses branch to dev1 namespace

@lostlevels
Copy link
Contributor Author

/deploy qa1 hydrophone

@tidebot
Copy link
Collaborator

tidebot commented Dec 3, 2024

lostlevels updated values.yaml file in qa1

@tidebot
Copy link
Collaborator

tidebot commented Dec 3, 2024

lostlevels updated flux policies file in qa1

@tidebot
Copy link
Collaborator

tidebot commented Dec 3, 2024

lostlevels deployed hydrophone punycode-email-addresses branch to qa1 namespace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants