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 b516059 commit 461b753Copy full SHA for 461b753
components/gmail/actions/send-email/send-email.mjs
@@ -117,7 +117,7 @@ export default {
117
}
118
const opts = await this.gmail.getOptionsToSendEmail($, this);
119
const response = await this.gmail.sendEmail(opts);
120
- $.export("$summary", `Successfully sent email to ${opts.to}`);
+ $.export("$summary", "Successfully sent the email");
121
return response;
122
},
123
};
0 commit comments