YAFLogo

Coder Scripts
6 years ago
Register New User email confirmation not work YAF.NET Version: 2.2.4.4

my app.config

<add key="YAF.UseSMTPSSL" value="true" />  

my mail.config

"YAF.UseSMTPSSL" to "true".

<smtp deliveryMethod="Network" from="myboardmail@gmail.com">
	<!-- Uncomment to specify SMTP settings -->
	<!-- network host="smtp.gmail.com" port="465" password="mypassgmail" userName="myemail@gmail.com" / -->
</smtp>
But not work
Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
6 years ago

Register New User email confirmation not work YAF.NET Version: 2.2.4.4

Originally Posted by: Coder Scripts 

Of course that can't work. i added code format to your message to highlight the problem, because you didn't read the comment in the mail config.

<!-- Uncomment to specify SMTP settings -->

change the code to...

<smtp deliveryMethod="Network" from="myboardmail@gmail.com">
	<network host="smtp.gmail.com" port="465" password="mypassgmail" userName="myemail@gmail.com" />
</smtp>

Coder Scripts
6 years ago
not work read private im send my panel
Coder Scripts
6 years ago