You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In the user_config.se_notifications_email_to_other_mail_id: 'sampath.yalamanchili2@nike.com, snehalatha.choppavarapu2@nike.com', i am providing multiple recipients but only the first recipient is receiving the email. If i change as list getting error
SparkExpectationsEmailException: error occurred while sending email notification from spark expectations project {"['sampath.yalamanchili2@nike.com', 'snehalatha.choppavarapu2@nike.com']": (553, b"5.1.3 <['sampath.yalamanchili2@nike.com', 'snehalatha.choppavarapu2@nike.com']>... Invalid route address")}
File /local_disk0/.ephemeral_nfs/cluster_libraries/python/lib/python3.11/site-packages/spark_expectations/notifications/plugins/email.py:53, in SparkExpectationsEmailPluginImpl.send_notification(self, _context, _config_args)
52 text = msg.as_string()
---> 53 server.sendmail(_context.get_mail_from, _context.get_to_mail, text)
54 server.quit()
Describe the bug
In the user_config.se_notifications_email_to_other_mail_id: 'sampath.yalamanchili2@nike.com, snehalatha.choppavarapu2@nike.com', i am providing multiple recipients but only the first recipient is receiving the email. If i change as list getting error
SparkExpectationsEmailException: error occurred while sending email notification from spark expectations project {"['sampath.yalamanchili2@nike.com', 'snehalatha.choppavarapu2@nike.com']": (553, b"5.1.3 <['sampath.yalamanchili2@nike.com', 'snehalatha.choppavarapu2@nike.com']>... Invalid route address")}
File /local_disk0/.ephemeral_nfs/cluster_libraries/python/lib/python3.11/site-packages/spark_expectations/notifications/plugins/email.py:53, in SparkExpectationsEmailPluginImpl.send_notification(self, _context, _config_args)
52 text = msg.as_string()
---> 53 server.sendmail(_context.get_mail_from, _context.get_to_mail, text)
54 server.quit()
To Reproduce
Steps to reproduce the behavior:
SparkExpectationsEmailException: error occurred while sending email notification from spark expectations project {"['sampath.yalamanchili2@nike.com', 'snehalatha.choppavarapu2@nike.com']": (553, b"5.1.3 <['sampath.yalamanchili2@nike.com', 'snehalatha.choppavarapu2@nike.com']>... Invalid route address")}
File /local_disk0/.ephemeral_nfs/cluster_libraries/python/lib/python3.11/site-packages/spark_expectations/notifications/plugins/email.py:53, in SparkExpectationsEmailPluginImpl.send_notification(self, _context, _config_args)
52 text = msg.as_string()
---> 53 server.sendmail(_context.get_mail_from, _context.get_to_mail, text)
54 server.quit()
Expected behavior
Multiple recipients should receive email
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: