Mar30Written by:slhilbert
3/30/2010 9:44 AM 
Call me old fashioned but I have been using DotNetNuke.Common.SendMail for a long time. We are old friends who have been delivering email for quite a while.
It appears that Dotnetnuke. 5.3.1 has finally killed off my old friend. DotNetNuke.Common.SendMail() no longer exists and has been replaced by DotNetNuke.Services.Mail.Mail.SendMail()
Tags:5 comment(s) so far...
Re: DotNetNuke.Common.SendMail IS DEAD! LONG LIVE DotNetNuke.Services.Mail.Mail.SendMail() Is it GONE as in Removed from the DNN DLL requiring all module developers to make another build for DNN 5.3.1 and above? By digmike on
3/30/2010 12:14 PM
|
Re: DotNetNuke.Common.SendMail IS DEAD! LONG LIVE DotNetNuke.Services.Mail.Mail.SendMail() My 5.3.1 customers are reporting errors and the error basically says that DotNetNuke.Common.SendMail doesn't exist. Stuart By Stuart on
3/30/2010 12:26 PM
|
Re: DotNetNuke.Common.SendMail IS DEAD! LONG LIVE DotNetNuke.Services.Mail.Mail.SendMail() So I guess they couldn't put some backwards capability into this? By Mark on
3/30/2010 2:28 PM
|
Re: DotNetNuke.Common.SendMail IS DEAD! LONG LIVE DotNetNuke.Services.Mail.Mail.SendMail() It has been a warning for years that a new function exists, so I really should have been using it, but I didn't. I guess it was time to clean out the old stuff. By Stuart on
3/30/2010 2:32 PM
|
Re: DotNetNuke.Common.SendMail IS DEAD! LONG LIVE DotNetNuke.Services.Mail.Mail.SendMail() AFAIR this method has been deprecated years ago in DNN 3 and replaced by Mail.SendMail. Ironically, the replacement has been deprecated in 5.3.1 as well, though the new interface still needs to be completed, i.e. I suggest to wait using the new messaging API. By Sebastian Leupold on
4/4/2010 6:19 AM
|