私のシステムでは、DNNを使用しているリストを確認した後、通知メールを送信する必要があります
私が使用するコードがあります
private void SendEmailNotification()
{
DotNetNuke.Services.Mail.Mail.SendMail("mail@gmail.com", "mail@ymail.com", String.Empty, "URL Test", "this is a test of dnnmail: <a href='http://www.dotnetnuke.com'>DotNetNuke</a>", String.Empty, "html", String.Empty, String.Empty, String.Empty, String.Empty);
}
そして関数呼び出しは
SendEmailNotification();
しかし、私はメールを受け取らない、、、私は何を間違っているのか