I use Strava to track my bicycle rides. Below you can see my recent activity.
Check out all of the DotNetNuke Daily Tips from Chris Hammond.
DotNetNuke Daily Tip for 6/23/2006
Have you ever needed to send mail from one of your DotNetNuke modules? Here's the DotNetNuke method for sending off a message.
But what does that really mean? Here's a simple call to the mail function from a module.
Mail.SendMail("FROM@ADDRESS.COM", "TO@ADDRESS.COM", "", "THIS IS THE SUBJECT", "THIS IS THE MESSAGE BODY", "", "HTML", "", "", "", "" );
Could it get any simpler than that?
Actually it could! Here's another signature for sendmail
Do you have a question about DotNetNuke? Perhaps I can answer it here as a Daily DotNetNuke Tip! Email chris.hammond at dotnetnuke.com with your question! Be sure to put Daily Tips in the subject line.
This website runs on the best open source content management system, DotNetNuke, it always runs the latest release.