Hi,
I'm encountering an error when sending email either by email the topic or loggin in as admin and using the email feature in the admin page.
Here is the error message that I get:

The error is triggered by this code:
SendMail.Send( PageContext.BoardSettings.ForumEmail, ( string )row ["Email"], Subject.Text.Trim(), Body.Text.Trim() );
I tried to change the code and put some fixed values like the code below but the error is still the same
SendMail.Send("admin@itchytech.net", "rico@hotmail.com", "Sample", "Sample Only");
Any Idea? Thanks in advance...
Edited by user
15 years ago
|
Reason: Not specified