Skip to content

Commit

Permalink
Update client.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mathe42 authored Jan 23, 2023
1 parent 45922d5 commit 4581354
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 @@ -134,7 +134,7 @@ export class SMTPClient {
if (config.replyTo) {
this.#connection.writeCmd(
"ReplyTo: ",
`${config.replyTo.name} <${config.replyTo.name}>`,
`${config.replyTo.name} <${config.replyTo.mail}>`,
);
}

Expand Down

0 comments on commit 4581354

Please sign in to comment.