From: D B. <ba...@aw...> - 2020-03-09 13:50:57
|
Hi, I ran into issues with sending verification emails for newly registered users in unity 3.2.0 last week. The exception in the logs was javax.mail.NoSuchProviderException: No provider for address type rfc822 which lead me to https://www.devsumo.com/technotes/2014/03/javamail-random-nosuchproviderexception-errors-sending-smtp-mail/ I could resolve the problem by removing geronimo-javamail_1.4_mail-1.8.4.jar from the lib/ folder and restarting the server. Hope that helps someone in the future :-) D |