![]() |
Sergey Kornilov admin 4/28/2015 |
If there are any errors they should be displayed on the page. Try to add a record and see what happens. |
D
|
DealerModulesDevClub member 5/1/2015 |
Most ?nix logs are stored at /var/log/maillog. You may want to check your firewall logs as well. Also some public server ISPs allow only so many SMTP's per day, maybe you are hitting your quota on a shared hosting account? |
B
|
bcritchley author 5/6/2015 |
Please forgive my lack of PHP experience on this but I'll give more detail to my environment. I have a Windows server 2012 machine that has the PHP application and an MSSQL server dedicated to this app that I am having trouble with. In the PHP script I added the portion to send a simple email to the person requesting the service and also a bcc to me as notification that the request has been submitted. The emails are being sent through another SMTP server within the same company and behind the same firewall. I have been in contact with the IT staff and they have told me they will look in the log files, but I am not certain they know what to even look for. I was hoping to have some sort of way to log the steps or results from the sever side that I have control over to definitively show that the PHP runner piece is doing what it is supposed to but the failure is on the smtp server side. Any thoughts? |
![]() |
Sergey Kornilov admin 5/6/2015 |
You should not be checking any logs. The only log that makes sense is SMTP server log ad you do not have access to it. If there were errors most likely you would have seen them on the page. I would say that if even simple email fails that must be something on SMTP server side. |
B
|
bcritchley author 5/6/2015 |
Thank you I will try the option of switching to a different SMTP server. |