email not sending

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 年 前
Hi

tryin' to configure my email for a version 1.8 version of nopCommerce.
- created a new user account
- use my gmail-account:
  host: smtp.gmail.com
  port: 587
  enable SSL : true

When I send a testmail, i receive an error: Failure sending mail.
Log:

MailError
Level:  11
Bericht:  Error sending e-mail. Failure sending mail.
Fout:  System.Net.Mail.SmtpException: Failure sending mail. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 74.125.79.109:587 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, Int32 timeout, Exception& exception) --- End of inner exception stack trace --- at System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6, Int32 timeout) at System.Net.PooledStream.Activate(Object owningObject, Boolean async, Int32 timeout, GeneralAsyncDelegate asyncCallback) at System.Net.PooledStream.Activate(Object owningObject, GeneralAsyncDelegate asyncCallback) at System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout) at System.Net.Mail.SmtpConnection.GetConnection(ServicePoint servicePoint) at System.Net.Mail.SmtpClient.Send(MailMessage message) --- End of inner exception stack trace --- at System.Net.Mail.SmtpClient.Send(MailMessage message) at NopSolutions.NopCommerce.BusinessLogic.Messages.MessageManager.SendEmail(String subject, String body, MailAddress from, MailAddress to, List`1 bcc, List`1 cc, EmailAccount emailAccount) in C:\Users\SJORS\Documents\zusenzo.nl\Libraries\Nop.BusinessLogic\Messages\MessageManager.cs:line 1730 at NopSolutions.NopCommerce.BusinessLogic.Messages.SendQueuedMessagesTask.Execute(XmlNode node) in C:\Users\SJORS\Documents\zusenzo.nl\Libraries\Nop.BusinessLogic\Messages\SendQueuedMessagesTask.cs:line 66

Can anyone help me with this?

gr.

John
13 年 前
https://www.nopcommerce.com/boards/t/9521/contact-us-email-not-working.aspx
13 年 前
Solved my problem. Just needed to provide my users with the correct information (like password) :)
Got it working on port25 now.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.