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(), “”, “”, “”, “”, “”, [...]
Posts Tagged ‘ASP.NET 2.0’
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 »
Speed up DNN Module Development with MyGeneration
Posted in ASP.NET 2.0, DotNetNuke v4, MyGeneration, tagged ASP.NET 2.0, DotNetNuke 4.5 on September 26, 2007 | Leave a Comment »
If you familiar with DotNetNuke module development, we know the DotNetNuke starter kit able generate classes and user controls for developer, but what if we want to speed up the development process? This is a real pain for developer to change the file one by one to add in additional table columns, change the user [...]