Hi all,
I am trying to capture Mail sent by user and save the attachment in a folder. I am using Receive Message Event for the same and sending mail from my Gmail account to the Process Model UUID as mentioned in the forum "processmodeluuid<UUID>@subdomain.appiancloud.com". Mail is not getting sent in Gmail and used another Smart service, 'SEND EMAIL' for sending mail for the above ID. Then also the process is not working and error "No Valid recipient" is displayed. I have done everything as per documentation. Can anyone please let me know the flow on how to Send the mail and start the process to receive the mail with attachment?
Thanks in Advance.
Please find screenshots below for reference and let me know the changes to be done.
Receive Message Event properties:
Process model properties.
Discussion posts and replies are publicly visible
Try wrapping this email in toemailaddress() function and see if that works.
docs.appian.com/.../fnc_conversion_toemailaddress.html
Hi Harshit,
I have used the subdomain and wrapped it with the toemailaddress() fn. Still getting the same error in the process model.
P.S. I am not having Admin access and not able to check on the Mail server setup.
you have mentioned processmodeluuid twice here
Yes, I have removed that and tried. Still facing the same issue.
Can you attach the error you are reciving?
try sending mail from my Gmail account to that email address, it will starts your process
A detailed tutorial can be found here - appianspace.com/.../
Hi Kiran,
Tried sending a mail from Gmail account. It is not working.
Followed the step by step process of tutorial. Now also the process is not working. Should I have Admin access for using this Smart service ?
1. Configure receive message event in start node as below
2. in the screenshot attached by you having condition where subject = 'invoice', just remove that condition or pass "invoice' in the subject and try.