Commit graph

29 commits

Author SHA1 Message Date
Bugagazavr 73b37a0fd6 Merge pull request #9 from igoraj/master
Support email notification without SMTP auth.
2016-04-22 16:29:21 +04:00
Igor Ajdišek f5a7199254 Support email notification without SMTP auth.
Even if .drone.yml does not specify username and password,
gomail.NewPlainDialer is still populated with them - albeit empty -
which means they are still being sent to SMTP server. In case of
Google's smtp-relay.gmail.com this will result in an error, even
if CI's server IP address is added to exclusion list allowing it to
skip auth entirely.

This commit constructs gomail.Dialer without username and password
if there was no username found in .drone.yml.

* Constructs gomail.Dialer without username when no username in .drone.yml
* Replaces gomail.NewPlainDialer with gomail.NewDialer
2016-04-22 13:55:28 +02:00
Thomas Boerger 725e06f997 Merge pull request #8 from drone-plugins/feature/additions
Makefile, gitignore and MAINTAINERS improvements
2016-02-26 00:02:01 +01:00
Thomas Boerger b8b6558f87 Reference to DOCS.md from README.md for usage information 2016-02-26 00:00:29 +01:00
Thomas Boerger 98042fa960 Updated gitignore to respect also coverage.out 2016-02-21 11:38:17 +01:00
Thomas Boerger 1f7f07e747 Updated maintainers file, added names and athieriot 2016-02-21 11:20:00 +01:00
Thomas Boerger 6ae77a6b5c Make the builds reproducable based on commit sha 2016-02-21 11:06:40 +01:00
Thomas Boerger a352b7639e Removed unused CI_BUILD_NUMBER from makefile 2016-02-21 10:43:08 +01:00
Thomas Boerger 2ecf539855 Added all task as first task to makefile 2016-02-21 10:38:53 +01:00
Thomas Boerger 4001636097 Merge pull request #7 from drone-plugins/feature/premailer
Added premailer to inline all css rules
2016-02-03 10:55:47 +01:00
Thomas Boerger 36ac5a2015 Added premailer to inline all css rules 2016-02-02 11:48:22 +01:00
Thomas Boerger 7913a81e98 Merge pull request #4 from drone-plugins/feature/skip-verify
Integrated skip verify, gomail and templates
2016-02-01 20:16:10 +01:00
Thomas Boerger 8484730b82 Integrated skip verify, gomail and templates
I have switched the mail sending mechanism to gomail to get more power
out of the sending method. Beside that I have added a flag to skip
certificate verification.

On top of that I have integrated the drone templating to make it
possible to overwrite the email templates optionally.

To be more compatible I have created a plaintext message format with the
help of html2text as well.
2016-02-01 12:55:41 +01:00
Thomas Boerger c0654081b5 Merge pull request #5 from drone-plugins/feature/unification
Unification: Drone config, Makefile, structure and badges
2016-01-26 13:01:47 +01:00
Thomas Boerger e558964bc8 Unification: Drone config, Makefile, structure and badges 2016-01-26 13:00:13 +01:00
Thomas Boerger 146cd70b2d Merge pull request #3 from drone-plugins/feature/docker-task
Added make task for building docker container
2015-12-15 12:50:43 +01:00
Thomas Boerger 4068fc88ea Added make task for building docker container 2015-12-15 00:48:25 +01:00
Jack Spirou 969221aae8 Merge pull request #2 from drone-plugins/feature/unify
Some streamlining of the next plugin
2015-12-13 10:27:58 -06:00
Thomas Boerger 9d5c1e3333 Some restructuring of code, no functional change 2015-12-11 10:40:37 +01:00
Thomas Boerger 40520edfdb Integrated a makefile 2015-12-11 10:40:37 +01:00
Thomas Boerger 49937bafb0 Removed empty lines 2015-12-11 10:40:37 +01:00
Thomas Boerger 07a1259df4 Streamlined the documentation 2015-12-11 10:40:37 +01:00
Brad Rydzewski 9c566da9a2 Updated MAINTAINERS file [CI SKIP] 2015-12-09 14:18:37 -08:00
Brad Rydzewski e1b50eec0e Updated MAINTAINERS file [CI SKIP] 2015-12-08 08:57:29 -08:00
Brad Rydzewski f0e521f90d Created MAINTAINERS file [CI SKIP] 2015-12-07 01:22:30 -08:00
Brad Rydzewski 474c2c7653 fixed spelling in docs [CI SKIP] 2015-11-10 17:58:02 -08:00
Brad Rydzewski fa69400d6c initial commit 2015-11-10 17:44:23 -08:00
Brad Rydzewski 790df28ae1 initial commit. compiles but hasn't been tested. needs docs too 2015-10-26 15:31:42 -07:00
Brad Rydzewski 275cbb8a6a Initial commit 2015-05-15 19:52:14 -07:00