Base solution for your next web application
Open Closed

could not send email from module zero #2182


User avatar
0
thanapoomc created

i've try to test send email forgot password but could not receive any email even though i was trying to switch from hotmail to gmail still could not receive any email


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Email system writes messages to log file if you are working in Debug mode. You need to try it in Releaase mode if you want to receive emails.

  • User Avatar
    0
    thanapoomc created

    even change to release mode i got these error:

    System.Net.Mail.SmtpException: Failure sending mail. ---> 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:25

    at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)

    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.Mail.SmtpConnection.ConnectAndHandshakeAsyncResult.End(IAsyncResult result)

    at System.Net.Mail.SmtpTransport.EndGetConnection(IAsyncResult result)

    at System.Net.Mail.SmtpClient.ConnectCallback(IAsyncResult result)

    --- End of inner exception stack trace ---

    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    at Abp.Net.Mail.Smtp.SmtpEmailSender.<SendEmailAsync>d__3.MoveNext()

    --- End of stack trace from previous location where exception was thrown ---

    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    at Abp.Net.Mail.EmailSenderBase.<SendAsync>d__6.MoveNext()

    --- End of stack trace from previous location where exception was thrown ---

    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    at Abp.Net.Mail.EmailSenderBase.<SendAsync>d__4.MoveNext()

    --- End of stack trace from previous location where exception was thrown ---

    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAnd...

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Do you have a SMTP server on your local machine ? Error says the connection to 127.0.0.1:25 is refused.