Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .doc_gen/metadata/ses_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ ses_SendRawEmail:
github: javascriptv3/example_code/ses
sdkguide:
excerpts:
- description: Use <ulink url="https://nodemailer.com/transports/ses/">nodemailer</ulink> to send an email with
- description: Use <ulink url="https://nodemailer.com/transports/ses">nodemailer</ulink> to send an email with
an attachment.
snippet_tags:
- javascript.v3.ses.attachment
Expand Down
2 changes: 1 addition & 1 deletion javascriptv3/example_code/ses/src/send-with-attachments.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import sesClientModule from "@aws-sdk/client-ses";
* nodemailer wraps the SES SDK and calls SendRawEmail. Use this for more advanced
* functionality like adding attachments to your email.
*
* https://nodemailer.com/transports/ses/
* https://nodemailer.com/transports/ses
*/
import nodemailer from "nodemailer";

Expand Down
Loading