mirror of
https://github.com/volatiletech/authboss.git
synced 2025-01-10 04:17:59 +02:00
e9c5d3e13c
- Allow users to test the smtp mailer by sending themselves e-mails - Add a protection to ensure that either the HTML or the Text body exists so we never send blank e-mails. - Fix a bug where if the html body was blank, the mime section for it was still set and therefore gmail and (probably) other clients would show a blank e-mail instead of the content in the text e-mails.
31 lines
347 B
Plaintext
31 lines
347 B
Plaintext
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
*.o
|
|
*.a
|
|
*.so
|
|
|
|
# Folders
|
|
_obj
|
|
_test
|
|
|
|
# Architecture specific extensions/prefixes
|
|
*.[568vq]
|
|
[568vq].out
|
|
|
|
*.cgo1.go
|
|
*.cgo2.c
|
|
_cgo_defun.c
|
|
_cgo_gotypes.go
|
|
_cgo_export.*
|
|
|
|
_testmain.go
|
|
|
|
*.exe
|
|
*.test
|
|
*.prof
|
|
*.out
|
|
|
|
*.iml
|
|
.idea
|
|
|
|
defaults/smtp_mailer_test.json
|