When using Joomla1.5.7 and ChronoForms3.0, I can design a form and get it to work. However, when trying to send a mail this fails.
Swithing on DEBUG shows a correctly formatted and filled in mail message, mail never arrives however. When adding my own mail() call in onSubmit fields (both before and after sending email) these mails arrive. I did follow all your tutorials but no solution for this problem so far. Can anybody give me any clue what is going on and how to solve it ??
regards,
Jan-Willem
[attachment=0]emails_template.jpg[/attachment]
[attachment=1]general.jpg[/attachment]
Hi studielijder,
in the forms manager and in front of your form, does it say "Enabled : 1" or "Disabled : 1" ?
Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
in my optinion, it is enabled, see screenshot below. Why is the 'disabled' lline shown anyway ??
regards,
Jan-WIllem
[attachment=0]forms_menu.jpg[/attachment]
Hi Jan,
because may you have set up more than 1 email and some of them are disabled!
try to use "admin" and "admin@admin.com" as the from name and email!
try to change the mail method in the Joomla global config!
Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
turn debug on and show me what you get too!
Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
changing 'from' and address to admin and [email]admin@admin.com[/email] did not make any difference, see screenshot below for output of DEBUG
To what should I change the Joomla mail conif ?? I already tried sendmail, no difference.
regards,
Jan-Willem
[attachment=0]debug_output.jpg[/attachment]
Hi Jan-Willem,
Joomla says the email has been sent successfully, so, try SMTP ? do you look at your bulk/SPAM folder ? do you have the latest Joomla version ? watch your email logs at your server, may be it will tell the solution, sometimes there is a small problem which needs to get fixed first.
Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
sending mail via Joomla's SMTP option has the same result. I cannot find any reporting of filtering or bouncing in the logs.Is there any difference in the way ChronoForms sends the mail and my test-snippets of mail() in the onSubmit before and onSubmit after sections ??
Is the (enabled:1 disabled:0) in the Forms Manager correct ??
regards,
Jan-WIllem
Hi Jan,
Chronoforms will use the Joomla core code mail function to send the email after it feeds it with all the necessary info, the Joomla core function will return either true or false, it returns true on the debug which means that the email has been sent ok, this means that all chronoforms settings are correct and an email should be received at your target email but if it doesn't then something is wrong either with Joomla itself or your mail server or the target mail server, try to play with those 3 things, try to setup a new site in Joomla 1.5.8 and test, change your target email and from emails, check you spam boxes, fixing this issue is based on trials you can make until you get it working!
Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi Max,
after upgrading to Joomla 1.5.8 and consulting our ISP, the problem is still there. Our ISP does not catch the mail in the spam-filter, he does however see that some mails are not transmitted when sending mail via SMTP (global config in Joomla). The debug output did show PHPMAILER_RECIPIENTS_FAILED (sorry no screenshot available now). does this ring a bell ?? The test-mails in before and after submit codefields are all sent OK (via php's mail())
regards,
Jan-WIllem
Hi Jan,
The same problem happens with another user here and I went and tried many things but I couldn't get it to work at all, did you try the JUtility::senmail line test ?
regards
MAx
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
no, can you give me any pointers on where to find more info how to use this ??
regards,
Jan-WIllem
Hi Jan,
add this to the onsubmit after email and replace the the variables with some of your data :
JUtility::sendMail('admin@admin.com', 'admin', 'youremail@domain.com', 'some subject', 'email body', true);
do you get any emails ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi Jan,
try this instead :
JUtility::sendMail('info@admin.nl', 'admin', 'blah@gmail.com', 'some subject', 'email body', 0);
let me know the results please!
Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
same result, the JUtility mail never occurs
regards,
Jan-WIllem
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
no change in result, the JUtility mail never arrives. I am using valid mailadresssed (the @admin.nl account is only examploratory)
regards,
Jan-WIllem
try to compare the email you get with the mail and the with the JUtility mail function, compare the mail headers, are they the same ? try to make them the same!
Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi Jan,
Those warnings should have no effect at all with the email issue, I still think that this is a problem with the php mailer code itself or your combination of the to and from eials, try to send to a gmail or yahoo email and from your joomla "from email" like webmaster@your_current_domain.com.
you can hide those warnings by setting error reporting to none in the global config!
Best regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi KKshiro,
If you look at the image you posted you'll see that it says Emails: enabled 0, disabled 1.
You need to enable the email in the Properties box. Please download the Email tutorial from the Downloads section if you have any problems.
Bob
Thanks verymuch ! I m successful 😀
Great comp !
is your form being sent now to your gmail account??? i'm encountering the same problem, after submitting the form it views a dummy email (the same in the tutorial) but my aim is to send the form data to my gmail account. 😢 hope someone can help me... thanks~
Hi cutescar2nis,
This is a very old thread :-(
Please check your Gmail spam folder.
Please post an image of the Debug page here including the dummy email.
Bob