Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

getting timed out while trying to send email using email-notify pipe

Yusuf Malak
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 30, 2024

I am trying to send email from bitbucket pipeline using email-notify pipe. Below is the configuration for the pipe.

pipelines:
custom:
RunAutomatedRegressionTests:
- step:
name: Build
script:
- pipe: atlassian/email-notify:0.13.1
variables:
USERNAME: <USERNAME>
PASSWORD: <PASSWORD>
FROM: **REDACTED**
TO: **REDACTED**
HOST: <HOST>
PORT: 587
SUBJECT: 'Bitbucket Pipeline Notification'
DEBUG: 'true'

I am getting timed out error. Can some one help me with this please

1 answer

2 votes
Ben
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 1, 2024

Hi @Yusuf Malak 

Can you check that the host port is open by attempting to connect to it locally with the following command?

telnet yourhostnamehere.yourdomainhere.com 587

I would also suggest whitelisting our Bitbucket build environment IP addresses on the host server:

Please try the above and let me know how it goes.

Cheers!

- Ben (Bitbucket Cloud Support)

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events