Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
Hello,
I'm trying to send an Email from a process model, but when putting in the "TO" recipient an email address not related to an user registered in my environment, it does not send it.
I do not give any error, just do not send it to such recipient:
as you maybe can see from the screenshot, when monitoring the process there is not any error, but no "ToValidAddresses" is registered.
Instead, if I put my Appian Account email in the "TO" field, this became filled and I can receive the email.
Any idea about this behaviour?
Thanks a lot
Discussion posts and replies are publicly visible
Use this function to turn your email address string into a real email address.
https://docs.appian.com/suite/help/22.3/fnc_conversion_toemailaddress.html
I believe this where the conversion from text to email address type fails, try wrapping your email address with: toemailaddress()
Moreover, you can store the email address in a constant value of type "Email Address" that you can create and set as a value to the email "To" field.
Yes but I don't suggest this we can but sometimes we take email as a input and email process is generic most of the times.
Sure, this option applies mostly when you have a fixed email address. When the email address is not known and it's stored in a pv then toemailaddress() funtion is the best option.
It worked perfectly, thanks a lot