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

PDS: Enable to specify name of email sender. #2369

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

Conversation

YOCKOW
Copy link
Contributor

@YOCKOW YOCKOW commented Mar 28, 2024

While nodemailer can parse address with formatted-name such as "John <[email protected]>", the name part must be enclosed in double quotes if special symbols are contained.
That may be complicated because we pass the address via an environment variable to PDS.
This PR enables to specify the name of the sender by adding configurable points with backward compatibility.

While nodemailer can parse address with formatted-name such as "John [email protected]",
the name part must be enclosed in double quotes if special symbols are contained.
That may be complicated because we pass the address via an environment variables to PDS.
This commit enables to specify the name of the sender by adding configurable points
with backward compatibility.
@YOCKOW
Copy link
Contributor Author

YOCKOW commented Apr 29, 2024

@devinivy
May I request review from you or someone you recommend?

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.

None yet

1 participant