Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

email pack is failing to send emails #350

Open
lingaswamy143 opened this issue Jan 18, 2023 · 1 comment
Open

email pack is failing to send emails #350

lingaswamy143 opened this issue Jan 18, 2023 · 1 comment
Labels
question Further information is requested status:to be verified

Comments

@lingaswamy143
Copy link

stderr: "Traceback (most recent call last):
File "/opt/stackstorm/st2/lib/python3.8/site-packages/python_runner/python_action_wrapper.py", line 395, in
obj.run()
File "/opt/stackstorm/st2/lib/python3.8/site-packages/python_runner/python_action_wrapper.py", line 214, in run
output = action.run(**self._parameters)
File "/opt/stackstorm/packs/email/actions/send_email.py", line 54, in run
s = SMTP(account_data['server'], int(account_data['port']), timeout=20)
File "/usr/lib/python3.8/smtplib.py", line 255, in init
(code, msg) = self.connect(host, port)
File "/usr/lib/python3.8/smtplib.py", line 339, in connect
self.sock = self._get_socket(host, port, self.timeout)
File "/usr/lib/python3.8/smtplib.py", line 310, in _get_socket
return socket.create_connection((host, port), timeout,
File "/usr/lib/python3.8/socket.py", line 808, in create_connection
raise err
File "/usr/lib/python3.8/socket.py", line 796, in create_connection
sock.connect(sa)
socket.timeout: timed out

@cognifloyd
Copy link
Member

@lingaswamy143 Why did you file this issue in the stackstorm-k8s repo? Are you running StackStorm in kubernetes?

It looks like you are running an action from the email pack:
https://github.com/StackStorm-Exchange/stackstorm-email

What version of StackStorm? What version of the pack?

@cognifloyd cognifloyd added question Further information is requested status:to be verified labels Jan 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested status:to be verified
Projects
None yet
Development

No branches or pull requests

2 participants