We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c50848b commit cee72eeCopy full SHA for cee72ee
with-attachments/src/pages/api/send.ts
@@ -13,7 +13,7 @@ const send = async (req: NextApiRequest, res: NextApiResponse) => {
13
html: '<p>Thanks for the payment</p>',
14
attachments: [
15
{
16
- path: 'https://resend.com/docs/sample/invoice.pdf',
+ path: 'https://resend.com/static/sample/invoice.pdf',
17
filename: 'sample-invoice.pdf',
18
},
19
],
0 commit comments