You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The email address to which the email will be sent. Must be a verified email address.
336
336
*/
337
337
to?: string;
338
+
/**
339
+
* The email address to which the email will be CC'd. Must be a verified email address.
340
+
*/
341
+
cc?: string;
338
342
/**
339
343
* Allows for the partial override of the message's 'from' address. This **must** be an address ending with `YOUR_SERVER.mailosaur.net`, such as `my-emails@a1bcdef2.mailosaur.net`.
0 commit comments