I tested the Feedback form by typing in a non-existent email address at a non-existent domain. Instead of displaying an appropriate error message to the user, the red text at the top just reads "undefined error" and the email field is highlighted. Shouldn't it display the error message that I typed in the "Result Message - Failure" field in the Feedback settings? Or even better, it should say, "invalid email address."

Also, I tried typing in a non-existent email address @msn.com and I got a blank page with the following errors:

warning: fsockopen(): unable to connect to mx1.hotmail.com:25 in home2/[my hosting user name]/public_html/modules/feedback/feedback.module on line 393.

warning: Cannot modify header information - headers already sent by (output started at home2/[my hosting username]/public_html/includes/common.inc:384) in /home2/[my hosting user name]/public_html/includes/common.inc on line 192.

Comments

webdog24’s picture

In the second case, with the non-existent msn.com address, I noticed that the email did go through.

sun’s picture

Status: Active » Closed (won't fix)

Development on Feedback module v1.x has ended. Beginning from 2.x, the Feedback module has been replaced with a completely different module with a different purpose. Please note that Feedback 2.x is not compatible with 1.x. See #279636: Turn Feedback into user feedback module for further information.

There will be a final 5.x-1.1 release with all existing and tested patches in the issue queue applied. If you need the functionality of the Feedback 1.x module, the Contact module in Drupal core as well as the contributed Webform module are recommended replacements. However, there is no migration path to those modules.

Marking as won't fix.