Skip to content

Commit

Permalink
Fixed ReplyTo
Browse files Browse the repository at this point in the history
  • Loading branch information
nhopf committed Apr 30, 2023
1 parent 6065698 commit 6cbc4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/basic/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export class SMTPClient {
if (config.replyTo) {
await this.#connection.writeCmd(
"ReplyTo: ",
`${config.replyTo.name} <${config.replyTo.name}>`,
`${config.replyTo.name} <${config.replyTo.mail}>`,
);
}

Expand Down

0 comments on commit 6cbc4fd

Please sign in to comment.