mirror of
https://github.com/Relintai/smtp_node.git
synced 2024-11-13 17:27:21 +01:00
Reorganized the AuthType enum.
This commit is contained in:
parent
d20b8d11f7
commit
91a5c49dd2
@ -8,9 +8,9 @@ enum SMTPStatus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
enum AuthType {
|
enum AuthType {
|
||||||
PLAINTEXT,
|
SMTPS,
|
||||||
STARTTLS,
|
STARTTLS,
|
||||||
SMTPS
|
PLAINTEXT,
|
||||||
}
|
}
|
||||||
|
|
||||||
export(String) var server : String = "smtp.gmail.com"
|
export(String) var server : String = "smtp.gmail.com"
|
||||||
|
Loading…
Reference in New Issue
Block a user