As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
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
over 9 years ago
Gal, thanks for the link, but this code will set 'reply-to' field with 'support@kinvey.com' mail.
Gal
said
over 9 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 :)