mirror of
https://github.com/kataras/iris.git
synced 2026-01-07 20:17:05 +00:00
Add FromAlias to the Mail service and some iriscontrol fixes
This commit is contained in:
@@ -10,6 +10,8 @@ type Mail struct {
|
||||
Username string
|
||||
// Password is the auth password for the sender
|
||||
Password string
|
||||
// FromAlias is the from part, if empty this is the first part before @ from the Username field
|
||||
FromAlias string
|
||||
// UseCommand enable it if you want to send e-mail with the mail command instead of smtp
|
||||
//
|
||||
// Host,Port & Password will be ignored
|
||||
|
||||
Reference in New Issue
Block a user