Skip to content

Commit 5020f39

Browse files
ypliu-AWSbeqqrry-aws
authored andcommitted
fixed link to Nodemailer SES transport page
1 parent 52fdf74 commit 5020f39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.doc_gen/metadata/ses_metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ses_SendRawEmail:
7979
github: javascriptv3/example_code/ses
8080
sdkguide:
8181
excerpts:
82-
- description: Use <ulink url="https://nodemailer.com/transports/ses/">nodemailer</ulink> to send an email with
82+
- description: Use <ulink url="https://nodemailer.com/transports/ses">nodemailer</ulink> to send an email with
8383
an attachment.
8484
snippet_tags:
8585
- javascript.v3.ses.attachment

javascriptv3/example_code/ses/src/send-with-attachments.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import sesClientModule from "@aws-sdk/client-ses";
99
* nodemailer wraps the SES SDK and calls SendRawEmail. Use this for more advanced
1010
* functionality like adding attachments to your email.
1111
*
12-
* https://nodemailer.com/transports/ses/
12+
* https://nodemailer.com/transports/ses
1313
*/
1414
import nodemailer from "nodemailer";
1515

0 commit comments

Comments
 (0)