smtp with auth
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sebastian Frank 2023-02-24 09:20:04 +00:00
parent 3e3fb870fd
commit b51fe632de
Signed by: apairon
GPG Key ID: 9A9F8F10A937E426

3
index.d.ts vendored
View File

@ -167,6 +167,9 @@ declare global {
* @param options email options map
*/
sendMail(options: {
host?: string
username?: string
password?: string
to: string | string[]
cc?: string | string[]
bcc?: string | string[]