Mail issue
Last Post 11/01/2014 7:00 AM by laxmi pandey. 8 Replies.
Author Messages
laxmi pandey
Nuke Active Member
Nuke Active Member
Posts:23


--
10/27/2014 8:05 AM  
Hi All
I have a getting Mail in my Inbox which is successfully sent by Dotnetnuke.services.mail.mail.sendmail.

Please provide me that how can i check in Database ..... Means which table or something i have to check for the mail entry.
I have tested ok by Host Setting TEST mail also from this i can receive the mail.
Joseph Craig
DNN MVP
Posts:11667


--
10/27/2014 8:59 AM  
What is the problem that you are trying to solve?

Joe Craig, Patapsco Research Group
Complete DNN Support
laxmi pandey
Nuke Active Member
Nuke Active Member
Posts:23


--
10/27/2014 11:50 PM  
Hello Joseph Craig

I want to know that when we sending any Main from smtp using DNN then that mail entry is kept in which database Table ?

I want that Table Name ..
because i am sending a mail in a Module.. Code is executed successfully but i am not getting that mail in my Inbox.
Ajay Vekariya
Nuke Newbie
Nuke Newbie
Posts:9


--
10/28/2014 5:10 AM  
hi laxmi,

i think the mail logs falls in [dnn_EventLog] table


Regards,
Ajay Vekariya
laxmi pandey
Nuke Active Member
Nuke Active Member
Posts:23


--
10/28/2014 6:29 AM  
Hello Ajay
i am not able to find such table in My Database.
From Mr. Google i come to know that Dotnetnuke.service.Mail.Mail.SendMail has no database entry.

Can you all please tell me that what are the reason that i am not receiving the sent Mail ?
my code line is the following

**************************************************************
DotNetNuke.Services.Mail.Mail.SendMail(fromemail, toemail, "", "Subscribe for e-NewsLetter", sbBody.ToString(), "", DotNetNuke.Services.Mail.MailFormat.Html.ToString(), "", "", "", "");
Response.Redirect(Globals.NavigateURLByPageKey("eNewsletterRegistration"));
*****************************************************************


please help ...
Joseph Craig
DNN MVP
Posts:11667


--
10/28/2014 11:27 AM  
There will only be an entry in the event log if your module logs the success or error.

I would test to see if mail is sent from your portal by sending an email to the same address or addresses using the Admin, Newsletter module. If you can send mail with that, then there is something in your module that is not correct.

If mail is not sent or not received from the Newsletter function, you'll need to track this down. Look at Admin, Event Log to see if there are any entries logged about mail errors.

Joe Craig, Patapsco Research Group
Complete DNN Support
laxmi pandey
Nuke Active Member
Nuke Active Member
Posts:23


--
10/29/2014 6:19 AM  

yooooooo..........................

Thanks it's working


Thanks to all of you
Joseph Craig
DNN MVP
Posts:11667


--
10/29/2014 8:19 AM  
If you don't mind, what was the problem?

Joe Craig, Patapsco Research Group
Complete DNN Support
laxmi pandey
Nuke Active Member
Nuke Active Member
Posts:23


--
11/01/2014 7:00 AM  
a silly mistake...
for sending mail i have check the module setting and that setting comes null so mail is not sent..


Thanks for support


---