Posted by: kp8080028 - Friday, 1 October 2010 11:51:30 |
---|
Hi,
I have implemented the new version of the forum. The only issue i have is that no emails are sent by the application. None arrive at all.
The smtp server i have pointed to in the mail.config works fine as i use it for all my applications on that server.
What could be wrong. If i go to admin and compose an email and click send to users I get the Notification:
Mail Queued.
the debug shows:
10 sql queries (23.840 seconds, 69.93%).
[dbo].[yaf_user_emails]: 0.000
[dbo].[yaf_mail_create]: 1.241
[dbo].[yaf_mail_create]: 5.589
[dbo].[yaf_mail_create]: 5.512
[dbo].[yaf_mail_create]: 2.336
[dbo].[yaf_mail_create]: 1.503
[dbo].[yaf_mail_create]: 0.660
[dbo].[yaf_mail_create]: 0.824
[dbo].[yaf_mail_create]: 6.172
[dbo].[yaf_prov_getuser]: 0.003
mail.config(same as other working apps)
|
Posted by: bbobb - Friday, 1 October 2010 14:01:20 |
---|
The defaultCredentials="true" is not a yaf config option. Try and use example config with password to check it. |
Posted by: kp8080028 - Monday, 4 October 2010 03:28:03 |
---|
Hi,
These details have been updated
|
Posted by: Jaben - Monday, 4 October 2010 05:06:39 |
---|
In the /install section there is a place to test your SMTP server settings? Verify that your SMTP server works as expected there. |
Posted by: kp8080028 - Monday, 4 October 2010 18:26:25 |
---|
Thanks for that, After a few tries i was able to track down the problem. typo[crying] |