YAFLogo

snappy28
  • snappy28
  • 53.6% (Neutral)
  • YAF Forumling Topic Starter
16 years ago
I just installed YAF and its working just fine except I am unable to find where I can change the SMTP settings I configured during the initial setup. I must have entered an invalid password or SMTP address because the forgot password functionality does not work, I get an error when I try to use the forgot password function about an error sending the email.

Is there a config file that contains this information?

Sponsor
test2005
16 years ago

Depending on version, either in web.config or app.config. Also stored in the database, viewable in host setting via admin section.


.....the man in black fled across the desert..........and the gunslinger followed.....

snappy28
  • snappy28
  • 53.6% (Neutral)
  • YAF Forumling Topic Starter
16 years ago
thanks for the info I'll check the config files you mentioned.
snappy28
  • snappy28
  • 53.6% (Neutral)
  • YAF Forumling Topic Starter
16 years ago
ok I totally goofed, I created a new admin account and deleted the original host account. I had to tweak the new user account in the user table, the flag field should be set to 3 and I was able to access the host settings in the admin page and modified my SMTP settings.

Thanks for the help.

Chetan Bavarva
8 years ago
You need to change in web.config

UserName and Password always currect and enableSsl depended on host


<system.net>
    <mailSettings>
      <smtp>
        <network host="host" port="port" enableSsl="true " password="password" userName=" userName" />       
      </smtp>
    </mailSettings>
</system.net>


Chetan Patel

Custom software company India 

iFour Technolab Pvt. Ltd

Miekiships
8 years ago
It depends on version fmovies.se