Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Emails not being sent after pipeline run

david dicocco August 8, 2025

Here is my yml

i have my user name and pwd set as variables. all i ever get after the pipline run is 'check your configuration settings'

when i edit my yml file, it does not show any issues. i replaced the commas between the email addresses with semi colons and that did not help either

Preview:
- step:
services:
- docker
script:
- export DISPLAY=:99
- Xvfb :99 -screen 0 1024x768x24 & # Start virtual display
- >
katalonc
-retry=0
-testSuitePath="Test Suites/Preview"
-browserType="Chrome"
-executionProfile="Preview"
-apiKey="66ba57f8-a5b6-4b59-a764-dff6bda6b056"
-projectPath="/opt/atlassian/pipelines/agent/build"
--config
-proxy.auth.option=NO_PROXY
-proxy.system.option=NO_PROXY
-proxy.system.applyToDesiredCapabilities=true
-webui.autoUpdateDrivers=true
artifacts:
- report/**
after-script:
- STATUS="success"
- if [[ $BITBUCKET_EXIT_CODE -ne 0 ]]; then STATUS="FAILED" ; fi
- pipe: atlassian/email-notify:0.13.2
variables :
USERNAME: $EMAIL_USERNAME
PASSWORD: $EMAIL_PASSWORD
FROM: 'jhulax@gmail.com'
TO: 'd@systemautomation.com; a@SystemAutomation.Com; r@systemautomation.com; t@systemautomation.com; e@systemautomation.com; j@SystemAutomation.Com'
HOST: 'smtp.gmail.com'
PORT: 587
SUBJECT: "Katalon Build #${BITBUCKET_BUILD_NUMBER} ${STATUS}: Bitbucket Pipeline Notification"

0 answers

Suggest an answer

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

Atlassian Community Events