YAFLogo

kp8080028
  • kp8080028
  • 51.8% (Neutral)
  • YAF Forumling Topic Starter
14 years ago
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,

Sponsor
bbobb
  • bbobb
  • 100% (Exalted)
  • YAF Developer
14 years ago
The defaultCredentials="true" is not a yaf config option.

Try and use example config with password to check it.

kp8080028
  • kp8080028
  • 51.8% (Neutral)
  • YAF Forumling Topic Starter
14 years ago
Hi,

These details have been updated

network host="mail.digiweb.ie" port="25" password="" userName="" / -->

This is an open smtp server, so no password or username is required. Anymore thoughts? I see nothing in the event viewer to rule out any application errors. I am lost with this.

Thanks in advance.

Paul.

Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer
14 years ago
In the /install section there is a place to test your SMTP server settings? Verify that your SMTP server works as expected there.
kp8080028
  • kp8080028
  • 51.8% (Neutral)
  • YAF Forumling Topic Starter
14 years ago
Thanks for that,

After a few tries i was able to track down the problem. typo😢