Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
6943775
Add my template for mail
JonasBernard Oct 9, 2022
787a92d
Remove unused html and CSS
JonasBernard Oct 9, 2022
98b87d6
Change mail subject
JonasBernard Oct 9, 2022
5f9bffa
Add drone pipeline to preview the mail
JonasBernard Oct 9, 2022
c6c1737
Dont run on push
JonasBernard Oct 9, 2022
f9a4045
Add some margin to the mail
JonasBernard Oct 9, 2022
6a968e7
Send success and fail mail
JonasBernard Oct 9, 2022
472aea0
Inline mail subject
JonasBernard Oct 9, 2022
0da04cb
Fix artificial fail
JonasBernard Oct 9, 2022
8b4e30e
Fail now
JonasBernard Oct 9, 2022
032d68f
Please fail pipeline
JonasBernard Oct 9, 2022
fe31d2b
Finally found the typo
JonasBernard Oct 9, 2022
2415414
I confused light and dark mode
JonasBernard Oct 9, 2022
5c0b469
Change link color on dark mode
JonasBernard Oct 9, 2022
baa6ab1
Update README.md
JonasBernard Oct 9, 2022
8ffce65
Add screenshots to readme
JonasBernard Oct 9, 2022
54b6bea
Update README.md
JonasBernard Oct 9, 2022
ecb220f
Update README.md
JonasBernard Oct 9, 2022
552a4cb
Update README.md
JonasBernard Oct 9, 2022
99d9aea
Add confetti
JonasBernard Oct 10, 2022
3928a2a
Automatically build and push docker image
JonasBernard Oct 10, 2022
d64c149
No priveleged
JonasBernard Oct 10, 2022
20ef581
Different docker in docker setup
JonasBernard Oct 10, 2022
590157f
I'll figure this Docker stuff out later
JonasBernard Oct 10, 2022
dd572bb
Now is later
JonasBernard Oct 10, 2022
9260df2
Add missing steps
JonasBernard Oct 10, 2022
b42cbce
separate pipeline objects
JonasBernard Oct 10, 2022
edb190e
docker push
JonasBernard Oct 10, 2022
49b08b1
Try fixed position of confetti
JonasBernard Oct 10, 2022
cfd3f7f
Move confetti to bottom of html
JonasBernard Oct 10, 2022
b2faf92
Add confetti screenshot
JonasBernard Oct 10, 2022
c23d09a
Update README.md
JonasBernard Oct 10, 2022
1dbd2d5
Merge branch 'master' into new-theme
JonasBernard Oct 13, 2022
f7a4857
Revert changes that are not for the pull request
JonasBernard Oct 13, 2022
5b8bb45
Make gif clickable
JonasBernard Oct 13, 2022
1009773
Remove confetti
JonasBernard Oct 23, 2022
282cb44
Add thunderbird screenshots
JonasBernard Oct 23, 2022
5eb1f72
Use table instead of flex div for better support in Gmail
JonasBernard Nov 5, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@

Drone plugin to send build status notifications via Email. For the usage information and a listing of the available options please take a look at [the docs](DOCS.md).

Screenshots from Spark for Android:

<img src="img/screenshot_light.jpg" alt="Screenshot of light mail on mobile" width="320px"></img>
<img src="img/screenshot_dark.jpg" alt="Screenshot of dark mail on moblie" width="320px"></img>

Screenshots from Thunderbird for Linux:

<img src="img/screenshot_thunderbird_light.png" alt="Screenshot of light mail in thunderbird" width="640px"></img>
<img src="img/screenshot_thunderbird_dark.png" alt="Screenshot of dark mail in thunderbird" width="640px"></img>

## Binary

Build the binary with the following command:
Expand Down
Loading