update SetMTA comment
This commit is contained in:
parent
5945ddc8a0
commit
bbb6bec35f
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ const (
|
||||||
eventFromKey = "cc.etke.postmoogle.from"
|
eventFromKey = "cc.etke.postmoogle.from"
|
||||||
)
|
)
|
||||||
|
|
||||||
// SetSMTPAuth sets dynamic login and password to auth against built-in smtp server
|
// SetMTA sets mail transfer agent instance to the bot
|
||||||
func (b *Bot) SetMTA(mta utils.MTA) {
|
func (b *Bot) SetMTA(mta utils.MTA) {
|
||||||
b.mta = mta
|
b.mta = mta
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue