We are getting close to launch of a client site and we’re having issues with email being sent from EE. This is a Windows IIS server, and their IT guy and I have not been able to figure this one out.
Sending emails via Tools > Communicate using SMTP just times out. PHPMail and Sendmail don’t work either. Posting via contact form using Freeform gives the following:
Error Number: 1364
Field 'weblog_id' doesn't have a default value
INSERT INTO `exp_freeform_entries` (`author_id`, `group_id`, `ip_address`, `entry_date`, `edit_date`, `status`, `form_name`, `name`, `email`, `message`) VALUES (1, '1', '98.112.224.26', 1343329503, 1343329503, 'open', 'Contact Form', 'Kelly', '[email protected]', 'Test')
Filename: C:\inetpub\HSAWebsite\system\codeigniter\system\database\DB_driver.php
Line Number: 330We are running EE 2.5.0. Any help on figuring this out would be great.