Not receiving order confirmation email

Hi,
I am using the accelerators B2B for checkout. When placing order i don’t receive any email with the order information (order confirmation email).

What i can see in the code is that the OrderStateBuilder calls method in MailServiceImp and put the e-mail information in this method:

        _schedulerService.ScheduleJob<MailServiceProcessor>(x => x.Process(messageInfo));

How does this work?
Is there a setting that i am missing?

Litium version: 7.2

Thanks in advanced

Are there any errors in the log?
Have you added a sender address for the Website?
Have you set up a smtp server in Web.config?

Hi Nils

Sorry should have checked this first
I see the error now:

System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. —> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.

The self-signed certificate is issued to my local computer and is invalid.

I am running on local machine.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.