diff --git a/api/sendpulse.js b/api/sendpulse.js index 751ef34..81b2213 100644 --- a/api/sendpulse.js +++ b/api/sendpulse.js @@ -945,7 +945,7 @@ function smtpSendMail(callback, email) { if (email.html) email['html'] = base64(email['html']); var data = { - email: serialize(email) + email }; sendRequest('smtp/emails', 'POST', data, true, callback); }