Greetings All,
On our site we have forms users can submit to request product information. We were previously on a shared hosting plan and everything was working fine. We recently switched to a Virtual dedicated server, and since then have not been able to receive the emails from the forms. The server is CentOS and SMTP is enabled. From my PHP.ini file:
[mail function]
; For Win32 only.
;SMTP = localhost
smtp_port = 25
; For Win32 only.
;sendmail_from = me@localhost.com
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
sendmail_path = "/usr/sbin/sendmail -t -i"
I am assuming these are correct values and that I would not have to bother with the "Win32 only" values. I have checked the maillog files and they are empty. Could someone please point me in a direction to start troubleshooting this issue?
Thanks