Php Feedback form

I have been using a Php Feedback form successfully for years on my site. Recently Go Daddy is switch mail over to MS Exchange and now it won’t work.

Any insight please! I’m not sure what it is that is wrong. Do I need to ad something to the page?

Ugh!

Billy

I just wrote something longer about this in another thread. You may need to try updating to the SendForm Action, which is written in a more modern style. But if your server no longer uses local SMTP to send mail, no action will help you. All of the Actions I know of rely in the end on using the PHP mail() method to send the mail. They cannot be configured to use a remote SMTP server, as in Outlook or Gmail.

Walter