I am receiving this error in my logs when trying to use the alarm notification pipeline -
I am having no issues using this script -
system.net.sendEmail(smtpProfile = 'Profile 1',fromAddr="automation@msiexpress.com", subject="Test", body=body, html=1, to=recipients)
The notification block is configured as such -
With the roster calculated like below. The "to email address" and "from email address" are the same in both the script and pipeline.
And my notification profile, "Email 1" is set to use "Profile 1" which is tested and working through the script console.
Is there some step or setting I am missing? All other sources I can find say that error occurs because of incorrect domain or foreign characters but the same From Address is working in the script. I do notice in the field for "From Address" in the block editor there appears to be a space before the address, not sure if this is just a cosmetic issue but I am unable to remove it.