Hi All,
I am new to DNN. In one of the project we are using DNN 4.8.2.0(I think, this project was created in 2009).
We are having a recurring problem after 1 or 2 months with the email system.
What is happening is that after a couple of month the mail generated are getting send after 24-48 Hours.
And we have no ideal why is this happening.
If we redeploy the classes then application again works fine for 1-2 month
Below is the sample code we are using for sending email.
DotNetNuke.Services.Mail.Mail.SendMail("EmailAddress", "EmailAddress", "", strSub, strBody, "", "html", "", "", "", "")
Can you please tell what would be the reason for this and what is the solution if possible.
Thank you for your help in advance.