mirror of
https://github.com/1f349/simplemail.git
synced 2025-01-21 06:36:27 +00:00
Remove unused Mail.Name field
This commit is contained in:
parent
109af2440d
commit
7aeeab415a
1
mail.go
1
mail.go
@ -12,7 +12,6 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type Mail struct {
|
type Mail struct {
|
||||||
Name string `json:"name" yaml:"name"`
|
|
||||||
Tls bool `json:"tls" yaml:"tls"`
|
Tls bool `json:"tls" yaml:"tls"`
|
||||||
Server string `json:"server" yaml:"server"`
|
Server string `json:"server" yaml:"server"`
|
||||||
From FromAddress `json:"from" yaml:"from"`
|
From FromAddress `json:"from" yaml:"from"`
|
||||||
|
Loading…
Reference in New Issue
Block a user