mdomke / concourse-email-resource

A simple email resource for concourse CI
MIT License
3 stars 13 forks source link

send email from other smtp not working #15

Open gowrisankar22 opened 6 years ago

gowrisankar22 commented 6 years ago

we have a separate SMTP from corporate with 587 TLS support. When tried with our own SMTP concourse-email-resource is not working. Currently, only amazon ses is supported ????

r-chris commented 6 years ago

Is your question regarding the host parameter? The host parameter is used to specify an SMTP server.

Currently, however, there is no support for password authentication. Hence, if you need to log into your smtp server with a password, this is not going to work, but you are welcome contribute if that's needed.

What makes you think amazon ses is supported?

r-chris commented 6 years ago

PS: there is another email resource (from pivotal) that may already do such things: https://github.com/pivotal-cf/email-resource