As shown in the above image i have a record table and from this record table i have to retrieve the fields recruiter and candidateID so i can send e-mails to them.
This was my code for retrieving the data from the fields and then sending them automated emails. But, i am not getting any mails. Can anyone please help me about where i went wrong so i can rectify it.
Discussion posts and replies are publicly visible
The send email node has a few outputs that provide insights of what email could be sent.
Receiving an email is a whole different story and heavily depends on external systems (mail servers, DNS, SPAM filters ...) outside of your control.
But when i choose an user it is sending an email to the user's email.
OK. And the node outputs?
I didnt give any Node outputs. even when i just gave the specified user i didnt give any node outputs or inputs and yet got the mail. But when iam trying to do that same while retrieving the fields iam not getting the mails.