YAFLogo

Posted by: Mridul - Wednesday, 8 June 2016 13:35:49
i am getting the email error like below whenever i am trying to send digest or email verification..... Exception Getting Digest: System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:1297 at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at YAF.Core.Services.YafDigest.GetDigestHtml(Int32 userId, Object boardSettings, Boolean showErrors) at YAF.Pages.Admin.digest.TestSend_Click(Object sender, EventArgs e) and in event log: Exception Thrown in SendMail Thread: System.InvalidOperationException: The SMTP host was not specified. at System.Net.Mail.SmtpClient.CheckHostAndPort() at System.Net.Mail.SmtpClient.Send(MailMessage message) at YAF.Core.Services.YafSendMail.SendAll(IEnumerable`1 messages, Action`2 handleException)

Posted by: tha_watcha - Wednesday, 8 June 2016 15:53:18
Did you set up the email account in the mail.config?

Posted by: Mridul - Wednesday, 8 June 2016 16:14:10
Yes... Everything is working fine when I use the same mail settings from another demo website... Please help

Posted by: tha_watcha - Friday, 10 June 2016 08:45:44
And did you setup the email in the board settings as email address for the forum?

Posted by: Mridul - Friday, 10 June 2016 09:04:19
yes i did...its same as my credentials for sending email...nothing is working out..should i host my forum online and check whether its my local machine issue...what you suggest..??? And i forgot to tell you that even uploading option is not working for avatar..or for some attachment... I am tensed...kindly guide me...

Posted by: tha_watcha - Friday, 10 June 2016 09:20:25
Sorry but with that issue i can not help you, this is an issue with your server not with yaf. Because it seems that your server blocks the outgoing connections it could be a firewall issue or an proxy.

Posted by: Mridul - Friday, 10 June 2016 09:51:16
so should i host my yaf online...does that make any differnece...???

Posted by: tha_watcha - Friday, 10 June 2016 09:59:10
[quote=Mridul;67108]so should i host my yaf online...does that make any differnece...??? [/quote] You only need to make sure that the server or pc you run yaf on Dont block any outgoing connections to the internet.