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
M
Mike Filippov
said
about 7 years ago
Gal, thanks for the link, but this code will set 'reply-to' field with 'support@kinvey.com' mail.
Gal
said
about 7 years ago
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)
Mike Filippov
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 :)