Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Zetbox
API
SmtpMailSender
C# Class Zetbox.API.SmtpMailSender
Sends an MailMessage through the System.Net.Mail.SmtpClient class Can be configured in the app.config file, see http://msdn.microsoft.com/en-us/library/w355a94k.aspx
Inheritance:
IMailSender
ファイルを表示
Open project: daszat/zetbox
Public Methods
Method
Description
Send
(
MailMessage
msg
) :
void
Method Details
Send()
public
method
public
Send
(
MailMessage
msg
) :
void
msg
System.Net.Mail.MailMessage
return
void