13 lines
No EOL
317 B
CoffeeScript
13 lines
No EOL
317 B
CoffeeScript
# feel free to make PR's to add more emails
|
|
# if so also leave a link to your service so I can test it
|
|
emails = [{
|
|
email: "sprig@hackclub.com",
|
|
type: "text"
|
|
}, {
|
|
email: "login@hackclub.com",
|
|
type: "html"
|
|
}, {
|
|
email: "team@hackclub.com",
|
|
type: "url-login"
|
|
}]
|
|
module.exports = emails |