Email is not being sent

Hi there,

I'm using one of the Javascript REST Api's for sending email invitations. The issue is that this code hits the success method, displays the notification but I never receive the email, regardless of what email address I use. Could this issue occur on telligent's side or email server's side?

 

        $.telligent.evolution.post({
            url: $.telligent.evolution.site.getBaseUrl() + 'api.ashx/v2/users/invitations.json',
            data: {
                'Email': 'user@mail.com',
                'Message': bodycontent
            },
            success: function (response){
                $.telligent.evolution.notifications.show("Your email has been sent succesfully", { type: 'success' });
            }
        });

Best Regards.

Silviu Avram



This thread was automatically locked due to age.
[unlocked by: Kevin Cunningham at 1:43 AM (GMT -5) on Fri, Sep 1 2017]
Parents Reply Children