YAFLogo

Coder Scripts
5 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: 3.0.3
5 years ago
Originally Posted by: Coder Scripts 

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



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
5 years ago
not work read private im send my panel
Coder Scripts
5 years ago
YAF Logo Copyright © YetAnotherForum.NET & Ingo Herbote. All rights reserved
About Us

The YAF.NET is an open source .NET forum project. YAF.NET is supported by an team of international developers who are build community by building community software.

Powered by Resharper Donate with PayPal button