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

SendSmtpEmail.sender is not correctly transformed to From field #36

Open
brunnerh opened this issue Sep 29, 2024 · 0 comments
Open

SendSmtpEmail.sender is not correctly transformed to From field #36

brunnerh opened this issue Sep 29, 2024 · 0 comments

Comments

@brunnerh
Copy link

brunnerh commented Sep 29, 2024

The sender's domain is replaced with something like 4977204.brevosend.com.

E.g. when setting:

smtpEmail.sender = {
  name: 'Company Customer Service',
  email: '[email protected]',
};

The email fields will be something like:

From: Company Customer Service <[email protected]>
Reply-To: Company Customer Service <[email protected]>

Only the Reply-To is set correctly (if omitted in code).

(Package version: 2.2.0)

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

No branches or pull requests

1 participant