Since I m using DNN to built module, I m also wish to utilize as much as possible from DNN framework.
To send Email, I m just simply use API below
DotNetNuke.Services.Mail.Mail.SendMail
A single line of code to solve a problem. Here the simple example I used :
DotNetNuke.Services.Mail.Mail.SendMail(FromAddress, SendTo, “”, Title, output.ToString(), “”, “”, “”, “”, “”, [...]
Archive for January 22nd, 2008
Send Email Using DotNetNuke Framework?
Posted in ASP.NET 2.0, DNN Deployment, DNN Module Development, DotNetNuke v4, asp.net, dnn, dotnetnuke, tagged ASP.NET 2.0, dotnetnuke on January 22, 2008 | 4 Comments »