I have submitted an email job with an enhanced email option and I setup the From address and Reply to as follows,
EnhancedEmailOptions = new EnhancedEmailOptionsType()
{
Subject = new EncodableStringType()
{
Value = "Test Email"
},
FromDisplayName = "Some Value",
FromAddress = "Noreply@website.com",
ReplyTo = "Noreply@website.com"
}
When I submit, I got Job ID but no email received. I do not find any jobs related to this job id in my portal.
The Job Id I got "2920166". when we removed FromAddress and ReplyTo it works fine.