Start a new topic

Replace reply-to field in email

Hello!



On custom backend code I have the following code:

modules.email.send('michael@example.com', 'tmp120210@example.com', 'New notification', 'Something happened!');



The email sent has a replay-to field with "support@kinvey.com" value. May I switch it to my own email? I would like to be the first man to get questions from my customers :)

Yes, you can-- check out the guide here http://devcenter.kinvey.com/rest/reference/business-logic/reference.html#email-module
Gal, thanks for the link, but this code will set 'reply-to' field with 'support@kinvey.com' mail.
Mike, in your code, you are not specifying the "reply-to" parameter... the signature of the method is: send(from, to, subject, text_body, reply_to, html_body)
I see it now. Thanks a lot for support ;)
Login or Signup to post a comment