File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
javascriptv3/example_code/ses/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 */
1414import nodemailer from "nodemailer" ;
1515
You can’t perform that action at this time.
0 commit comments