Hi

I recently just installed Feedback.module (CVS i think), but it seems like it wont work. I get this message:

The form could not be processed due to the following errors:
Error: E-Mail address error:
SMTP Info:Invalid E-mail address structure

Can someone tell me, where to change SMTP....is it on the config file or..??

/roma

Comments

Mad Maks’s picture

Did you set the default email address on the feedback settings page?

MM

roma’s picture

Im not sure where to do it.

is it in the file or in the system. I mean....is it on the feedback.module file or admin > settings > feedback

Because i only did changed it in the system.

beside, dont you think it may be a internal problem ? because im not hosting my site though

Mad Maks’s picture

/admin/settings/feedback

you have a field with Default Email Address.

succes

MM

roma’s picture

Hi

thanks, i did know that :D

/roma

kbahey’s picture

Hi.

I am the author of this module.

You have to configure it the way Mad Maks said.

Also, in the settings, you have several checkboxes. Look at the one that says: Validate Sender's Email Address. If it is enabled, feedback will try to validate the sender's email address using the SMTP server.

This may not work for some installations and hosting environments. Try turning it off and see what happens.
--
Consulting: 2bits.com
Personal: Baheyeldin.com

--
Drupal performance tuning and optimization, hosting, development, and consulting: 2bits.com, Inc. and Twitter at: @2bits
Personal blog: Ba

roma’s picture

hi

Thank you, i've tried that, and it seems to be working. Al though, i also need to know, where can "reset" the feedback module. Because it seems like, when i delete my feedback modul from the module directory and copy a new and fresh feedback.module into the folder, it seems like its using the old configuration. And i think thats is whats causing the problem.

When i said i tried it, i was triyin on my other page.

thanks
/roma

kbahey’s picture

The variable table holds parameters for many many modules, including the feedback module.

Disabling the module (any module, not just feedback) does NOT reset the values in the database. This is a Drupal design thing.

All the variables for feedback are called feedback_something. You can check what they are set to by using the SQL command
select * from variable where name like 'feedback%';

Or delete them using:
delete from variable where name like 'feedback%';
--
Consulting: 2bits.com
Personal: Baheyeldin.com

--
Drupal performance tuning and optimization, hosting, development, and consulting: 2bits.com, Inc. and Twitter at: @2bits
Personal blog: Ba

roma’s picture

Hi,

yes it seems like its worked. It just needed to reset the feedback module, and now im back on track again. Thanks to you! ;)

for users:
problem:
feedback module didnt work, but did show me this message:
The form could not be processed due to the following errors:
Error: E-Mail address error:
SMTP Info:Invalid E-mail address structure

solution:
Under, admin>settings>feedback, untick the second last box (validate sender email) or reset your feedback modul by using this command in SQL:
delete from variable where name like 'feedback%';
and then try to untick the box mentioned above.

that should work!

/roma

kbahey’s picture

Just to avoid confusion for the rest of the readers here:

Under, admin>settings>feedback, untick the second last box (validate sender email) or reset your feedback modul by using this command in SQL:
delete from variable where name like 'feedback%';
and then try to untick the box mentioned above.

Remember that the DELETE SQL statement will wipe out ALL paremeters for feedback. It is important to reconfigure and Save the parameters again after this step, otherwise one will get defaults again.
--
Consulting: 2bits.com
Personal: Baheyeldin.com

--
Drupal performance tuning and optimization, hosting, development, and consulting: 2bits.com, Inc. and Twitter at: @2bits
Personal blog: Ba

Ken Watts’s picture

I'm sure I must just be dense or something, but I just installed the feedback module, and when I go to administration/settings/feedback the page has nothing on it but an opportunity to add more feedback pages.

There is no second last box, or anywhere to set default emails or anything else.

The add page doesn't have these setting either, including the one about checking email servers.

I must have overlooked something ridiculously obvious, but I can't imagine what it could be.

Does anyone have a clue what I'm doing wrong?

Thanks.

kbahey’s picture

The module underwent a total rewrite about a month ago, so the above does not apply.

Check the included README.txt file for instructions.
--
Drupal development and customization: 2bits.com
Personal: Baheyeldin.com

--
Drupal performance tuning and optimization, hosting, development, and consulting: 2bits.com, Inc. and Twitter at: @2bits
Personal blog: Ba

Ken Watts’s picture

Thanks. I thought I was going crazy...