Feeds:
Posts
Comments

Archive for January 22nd, 2008

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(), “”, “”, “”, “”, “”, [...]

Read Full Post »