Invalid Email Address in To Field of Send Email Smart Service

Certified Lead Developer

I have an Array of Email Address which I am using in To field of Send Email Smart Service. Out of this array few are valid and few are invalid (Lets say wrong domain but valid format) . Email node will fail and throw com.sun.mail.smtp.SMTPAddressFailedException for invalid addresses and will pause by exception. In this case will email be surely sent to all valid addresses or the node will pause as soon as it encounters the first invalid email address. If so what will be the order in which email node will pick these email addresses as it is not sequential order in which the email addresses are picked in Array.

 

Thanks

  Discussion posts and replies are publicly visible