Drillster / drone-email

Drone plugin for sending email notifications
Apache License 2.0
46 stars 43 forks source link

default port will not switch from port 587 #38

Closed justinhauer closed 4 years ago

justinhauer commented 4 years ago

When trying to use a port other than 587, builds consistently fail. I specify port: 25 in my drone.yml file and receive the following error.

time="2020-05-06T18:50:05Z" level=error msg="Error while dialing SMTP server: dial tcp :587: connect: connection refused"
--
2 | dial tcp :587: connect: connection refused

Note: I am pulling your latest docker image