appbase ~master (2021-01-06T11:23:12Z)
Dub
Repo
appbase.gateway.smtp
appbase
gateway
Undocumented in source.
Modules
attachment
module
appbase.gateway.smtp.attachment
Undocumented in source.
message
module
appbase.gateway.smtp.message
Undocumented in source.
Public Imports
appbase.gateway.smtp.attachment
public
import
appbase
.
gateway
.
smtp
.
attachment
;
appbase.gateway.smtp.message
public
import
appbase
.
gateway
.
smtp
.
message
;
Members
Functions
sendMail
Tuple
!(
int
,
string
)
sendMail
(string server, string senderAccount, string senderPassword, string senderNicename, string recipients, string subject, string content)
Send a email. recipients: a@xx.com;b@xx.com...
Meta
Source
See Source File
appbase
gateway
modules
chatrobot
sms
smtp