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

Allow more than one Reply-To contact in order to be compliant with the Mail RFC #265

Conversation

guillermocalvo
Copy link
Contributor

@guillermocalvo guillermocalvo commented Jul 20, 2023

Added support for multiple replyTo per Email in a backward-compatible way.

Sendgrid does not support multiple 'replyTo' addresses, so we will log a warning.

Closes #217

@guillermocalvo guillermocalvo added the type: improvement A minor improvement to an existing feature label Jul 20, 2023
Copy link
Collaborator

@sdelamo sdelamo left a comment

Choose a reason for hiding this comment

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

what about postmark and mailjet?

@guillermocalvo
Copy link
Contributor Author

@sdelamo
what about postmark and mailjet?

Those two weren't even implementing single "replyTo" address support.

I just pushed some changes to make them take "replyTo" into account.

@guillermocalvo guillermocalvo force-pushed the 217-allow-more-than-one-reply-to-contact-in-order-to-be-compliant-with-the-mail-rfc branch from 0e63993 to 1d8a179 Compare July 21, 2023 12:58
email-mailjet/build.gradle.kts Outdated Show resolved Hide resolved
@sdelamo
Copy link
Collaborator

sdelamo commented Jul 27, 2023

@guillermocalvo can you merge master into this PR. thanks. I will merge it after you have resolved the conflicts.

…ore-than-one-reply-to-contact-in-order-to-be-compliant-with-the-mail-rfc
@sonarcloud
Copy link

sonarcloud bot commented Jul 28, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

75.4% 75.4% Coverage
0.0% 0.0% Duplication

@sdelamo sdelamo merged commit 9f81015 into master Jul 28, 2023
8 checks passed
@sdelamo sdelamo deleted the 217-allow-more-than-one-reply-to-contact-in-order-to-be-compliant-with-the-mail-rfc branch July 28, 2023 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: improvement A minor improvement to an existing feature
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Allow more than one Reply-To contact in order to be compliant with the Mail RFC
2 participants