We are currently performing maintenance on Appian Community. As a result, discussions posts and replies are temporarily unavailable. We appreciate your patience.

No valid recipients resolved

Certified Associate Developer

Hi,

I have two environments (one is hosted, other on premise). In hosted environment Send Email Smart Service works without problems, while same code in on premise installation doesn`t.
We`re using the service to send an email to the person who started a request.

The configuration is following:

= toemailrecipient(user(rule!HR_GetUsernameByEmployeeId(pv!recordsUpdated['recordType!HR Absence Request.fields.employeeId'])[1],"email"))

Do you know what could be the reason for this to work in one setting and not in the other?

Kind regards,

Nejc

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Associate Developer
    in reply to Sanjay Joshi

    So If you haven't configured any SMTP settings in Appian Admin console.

    Then definitely you wont get any emails with certain custom senders, because the domain that email node uses is from Appian authorized like following image:



    you are trying to send email as the custom sender from the same appian domain.

    So if you use custom sender, some email providers blocks these type of emails or diverts into spam as it is not treated as reputated domain, mostly in gmail.

    If possible add an email authentication from your domain like XXX@yourcompany.com in admin console, follow this guide .

    Please check this for additional Info - Custom Sender.

    I do know a bit because i'd faced this issue before in POCs.

Children
No Data