Skip to content

Commit c69c13f

Browse files
authored
feat: Update readme.md - added replyTo parameter (#433)
1 parent 0d9568b commit c69c13f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readme.md

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Send your first email:
3636
await resend.emails.send({
3737
3838
39+
replyTo: '[email protected]',
3940
subject: 'hello world',
4041
text: 'it works!',
4142
});
@@ -49,6 +50,7 @@ Send an email custom HTML content:
4950
await resend.emails.send({
5051
5152
53+
replyTo: '[email protected]',
5254
subject: 'hello world',
5355
html: '<strong>it works!</strong>',
5456
});
@@ -79,6 +81,7 @@ import EmailTemplate from '../components/EmailTemplate';
7981
await resend.emails.send({
8082
8183
84+
replyTo: '[email protected]',
8285
subject: 'hello world',
8386
react: <EmailTemplate firstName="John" product="MyApp" />,
8487
});

0 commit comments

Comments
 (0)