I'm having quite a bit of a problem with my issue tracker. for some reason my issue tracker is not sending notification. this is what i have in the web.config file.
<system.net>
<
mailSettings><smtp from="defaultEmail@yourdomain.com">
<
network host=hotname@yourdomain.com" port="portnumber" userName="username" password="password"/></smtp>
</
mailSettings>
</
system.net>
obviously, the hose, port, username, and password is of course what i have to put in but can anyone please help me. Is there something else that I'm missing that I need. Any help, suggestion would be greatly appreciated. Thanks in advanced.