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)
I am working on Windows Server 2003, MS SQL Express 2005
I have checked the yaf_mail table and all the email are contained there, they have high number of send attempts. Were could i see the real error message to why these are failing to send.
Any help welcomed thanks,
Edited by user
13 years ago
|
Reason: Not specified