3.9.2 - > feedback form doens't send emails

Author Message

laurent le cadet

Friday 15 June 2007 7:15:58 am

Hi,

I build a classic feedback_form class with a recipient attribute (email).
The process seems to be correct (informations collection page and redirection), the messages are store in admin/collected ... but not send to the specific email address of "recipient".

Something missing ?

Regards

Laurent

Lukasz Piech

Friday 15 June 2007 7:43:03 am

Can you send from other classes?

Are your SMTP or Sendmail setting correct?

Joe Kepley

Friday 15 June 2007 10:47:33 am

My debugging steps for this problem fall into roughly this order:

* Make sure the mail settings (sendmail vs SMTP) are right for the eZ Install. It's nearly always sendmail on linux hosts.
* If that's not the issue, try sending a message using sendmail from the command line. If that doesn't work, it's the server's email setup that needs fixed. If it does work, keep looking.
* Try sending an email using a simple php script. Sometimes the php.ini needs tweaked before it can send mail using the mail() function.
* If that works, and eZ still doesn't send, see if there's anything in eZ's error log (var/log/error.log)

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 30 2025 20:30:18
Script start
Timing: Jan 30 2025 20:30:18
Module start 'layout'
Timing: Jan 30 2025 20:30:18
Module start 'content'
Timing: Jan 30 2025 20:30:18
Module end 'content'
Timing: Jan 30 2025 20:30:18
Script end

Main resources:

Total runtime0.0246 sec
Peak memory usage6,144.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0059 588.2500151.2266
Module start 'layout' 0.00590.0040 739.4766220.7188
Module start 'content' 0.00990.0132 960.1953997.8359
Module end 'content' 0.02320.0014 1,958.031329.9922
Script end 0.0246  1,988.0234 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002811.2551140.0002
Check MTime0.00104.2011140.0001
Mysql Total
Database connection0.00093.539110.0009
Mysqli_queries0.002710.951230.0009
Looping result0.00000.052310.0000
Template Total0.00103.910.0010
Template load0.00083.182010.0008
Template processing0.00020.694910.0002
Override
Cache load0.00052.195910.0005
General
dbfile0.00166.414380.0002
String conversion0.00000.036840.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs