Skip to content

Commit

Permalink
email: Don't provide default smtp user
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabteab authored and julianbrost committed May 24, 2024
1 parent 28b60a8 commit 17a0abe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/channel/email/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ func (ch *Email) GetInfo() *plugin.Info {
"en_US": "SMTP User",
"de_DE": "SMTP Benutzer",
},
Default: "user@example.com",
},
{
Name: "password",
Expand Down

0 comments on commit 17a0abe

Please sign in to comment.