YAFLogo

egg
  • egg
  • 52.4% (Neutral)
  • YAF Forumling Topic Starter
16 years ago
Hey,

I can't register new users. Not as the admin, or when the user tries to register. The new user registers, and the message that an email will be sent comes up, but there's no email sent. Is thee a setting I'm missing?

I don't get this site at all!

Sponsor
Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer
16 years ago
You need to set the SMTP server on the Admin->Host Settings.
egg
  • egg
  • 52.4% (Neutral)
  • YAF Forumling Topic Starter
16 years ago
I've done that. SMTP address, username and password. I try to create a new user, and no email is sent. Any other ideas, or am I misunderstanding what is required?
test2005
16 years ago
Are you sure you have the correct SMTP setting? Have you checked the mail.config file, make sure teh settings are there?


<smtp from="forumadmin@yourdomain.com" deliveryMethod="Network">
	<network host="smtp.yourmailprovider.com" password="mypassword" userName="myusername" />
</smtp>

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

egg
  • egg
  • 52.4% (Neutral)
  • YAF Forumling Topic Starter
16 years ago
Is the mail.config file supposed to be in the /forum directory? I don't see it there at all?
test2005
16 years ago
If your running a later version, it will be in yafnet.config

If your running v1.9.3.3, you should see app.config, db.config, mail.config, urlrewriter.config and web.config all in you "forum" directory. These should be moved to the site root if your intergrating YAF with another site. The web.config file will need merging.


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

egg
  • egg
  • 52.4% (Neutral)
  • YAF Forumling Topic Starter
15 years ago
Thanks for your help so far. I found the yafnet file, this is what's in it.

user id=pis0825302242179;pwd=Pisst2008;data source=p3swhsql-v06.shr.phx3.secureserver.net;initial catalog=pis0825302242179;timeout=90

~/upload/

1

/pisst/forum

true

I'm running version 1.9.1.7 by the looks of it.

Do I embed that smtp code in this file?

Thanks again.