CiscoTestAutomation / pyats

Cisco DevNet pyATS Test Framework Bug Tracker
Apache License 2.0
149 stars 31 forks source link

Result notification email failed to send #169

Closed mgawroncisco closed 2 years ago

mgawroncisco commented 2 years ago

I'm getting such error at the end of my job run: 2022-07-05T10:03:56: %EASYPY-INFO: Sending report email... 2022-07-05T10:03:56: %EASYPY-INFO: Missing SMTP server configuration, or failed to reach/authenticate/send mail. Result notification email failed to send. 2022-07-05T10:03:58: %EASYPY-INFO: Done!

How to add some configuration? And where to put it?

stevedhn commented 2 years ago

Hi, you can check how to configure your email notification here: https://pubhub.devnetcloud.com/media/pyats/docs/easypy/email.html In order to configure Easypy to use your own SMTP host, update the following fields in pyATS Configuration’s block: https://pubhub.devnetcloud.com/media/pyats/docs/configuration/index.html#pyats-configuration

stevedhn commented 2 years ago

closing the issue