Base solution for your next web application

Activities of "odn"

Answer

I managed getting it to work.

Abp complains "Setting value for 'Abp.Net.Mail.Smtp.UserName' is null or empty". I switched to "use default credentials" (even though I don't need any credentials as the smtp server only checks for a specific ip range). Actually I did want to avoid this, but this seems the only way to do it [correction: enter fake values for domain/user/password will do it as well].

Thanks for all ypur help.

Oliver

Answer

Thanks for this hint, but unfortunately this didn't solve the problem.

I tried 1.) disabling registering NullEmailSender 2.) registering SMTPEmailSender

The web site displays "an internal error occured" without further details when trying to activate "send activation email". Output shows "A first chance exception of type 'Abp.AbpException' occurred in mscorlib.dll"

Showing 1 to 2 of 2 entries