E-mail Object
{ to: "client(at)company.com", subject: "Reports", message: "Hello client, it's your report" }
{ to: ["client(at)company.com", "client2(at)company.com"], subject: "Reports", message: "Hello client, it's your report" }
{ to: "client(at)company.com", subject: "Reports", html: "<p>Hello client, it's your report</p>" }
{ to: "client(at)company.com", template: { name: "my_template" } }
Send email