Support Forum

Every time that you post a problem, PLEASE add the Joomla and the extension's versions and revisions (for example: Joomla 3.3.6, Contact Enhanced 3.3.5), PHP version and Server's Operating System. If you only manage only one site it is easier if you edit your profile and just add that information to your signature. Don't forget to add a detailed description of the problem. If possible, write down all steps to simulate the problem.

Before submitting a new post, PLEASE make sure you are running the latest version, test in different browsers (IE, FF, Chrome,..) and clear Joomla and browser's cache after every change you make.

Also, most questions are already answered in our FAQ and in iFAQ and Contact Enhanced documentation pages.

Email bounce question

14 years 1 week ago #2733 by junander
Hi Douglas,

First, I just wanted to say that the Ajax Contact form works great, very easy to implement and really nice looking.

One concern though: I installed in on a client site, and they said they were testing the form and not getting anything via email. I re-entered the email name in the recipient field, and everything seems to be working now. However, they wanted to see if there was anyway to know in the future if the email wasn't working. In other words, say the email isn't working (but we don't know yet) and someone fills out the form and sends it, is there anyway to detect that that email is not working? Like a log of email bounces? Something like that?

Thanks!

Joe

Please Log in or Create an account to join the conversation.

14 years 1 week ago #2736 by douglas
Dear Joe,

Some mail servers have specific set of rules that may prevent emails to get through. To avoid further problems I always recommend users to use SMTP, which solves most of the problems.

Here are a few common problems to check:

1. Does your account have SPAM filters?
If it does, check your junk mail folder (or trash, or whatever your particular program calls it.) It may have been received and filtered out. Fortunately most programs allow you to add it to a list of safe senders so it won't be filtered out in the future. If you set the mail settings to use SMTP usually solves this problem;

2. Are you sending to a legal address?
* a) Depending on how your host has things configured, sometimes you can't send a form mail to yourself@THISaddress.com if your form is on www.THATaddress.com . You may need to setup an email that corresponds to the site you are sending from, or see if your host allows you to add your other email address as an allowed recipient. Since all hosts are different, the best thing you can do is contact them.
* b) Special email sending requirements (e.g. the sender must be a valid email address in the website domain, whereas FormMail tries to make the email you receive look like it came From the person who filled out your form).

3. Do you need authentication?
When you send email from your mail program, do you need to provide a password for outgoing mail (outgoing mail authentication?). If you are unsure because you set up your mail a long time ago, the best thing to do is ask your host. This is usually required;


Best regards,

Please Log in or Create an account to join the conversation.

14 years 1 week ago #2737 by junander
Wow! Thanks for the fast response Douglas. Using SMTP is a good idea, I hadn't thought of that. One other quick question:

Is it possible to have more than one recipient?

Please Log in or Create an account to join the conversation.

14 years 1 week ago #2738 by douglas
Dear Joe,

Sure, you just have to enter multiple email addresses separated by commas, in the Recipient Module Parameter.

Kind regards,

Please Log in or Create an account to join the conversation.

14 years 1 week ago #2739 by junander
Perfect. Thanks for all your help and advice Douglas, I really appreciate it.

Joe

Please Log in or Create an account to join the conversation.

13 years 4 months ago #4797 by blackclio55
Hi Douglas,

Regarding point 2. b), about the FormMail. In contact enhanced each time someone fills in the form I receive an email that looks like it came actually from their email. I am having problems with my spam filter considering 50% of the form email as spam. Is there a way to make the emails look like they are sent always from a fixed email such as "contact@mydomain.com" or whatever I choose so I could set up that address in the spam whitelist to avoid this problem?

Thanks,

Daniel.

Please Log in or Create an account to join the conversation.

13 years 4 months ago #4798 by douglas
Dear Daniel,

Sure, it is possible, however it is not something out of the box. You will have to follow these simple steps below:
1- Open [Path to Joomla]/components/com_contact_enhanced/controller.php
2- Find these lines:
$mail->setSender( array( $this->emailInfo->email, $this->emailInfo->name.$surname ) );
//$mail->setSender(array($mainframe->getCfg('mailfrom'), $mainframe->getCfg('fromname')));
3- In order to use the System's email uncomment the second one and comment the first one, so it looks like this:
//$mail->setSender( array( $this->emailInfo->email, $this->emailInfo->name.$surname ) );
$mail->setSender(array($mainframe->getCfg('mailfrom'), $mainframe->getCfg('fromname')));
4-Or, if you want to add another email address, use if like this:
//$mail->setSender( array( $this->emailInfo->email, $this->emailInfo->name.$surname ) );
$mail->setSender(array('you@domain.com', 'Your Name / Your Company'));

I hope these instructions are easy to follow, if you have any further questions, please do not hesitate to contact me.

Best wishes,

Please Log in or Create an account to join the conversation.

13 years 4 months ago #4811 by blackclio55
Hi Douglas,

Very easy to follow, I used point 3 which is fine for what I need, works perfect!

Thanks for your great support.

Please Log in or Create an account to join the conversation.

12 years 7 months ago #8340 by magicworks
Hi Douglas,

Thanks for the post,
it is a problem regarding to Yahoo server....
i had a problem, while filling a contact form and sending it, it gives me a message "Could not instantiate mail function" but after the changes suggested by you in this post , it worked for me.


Thanks a lot.

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum

Copyright © 2018 IdealExtensions.com. All Rights Reserved.

This site is not affiliated with or endorsed by the Joomla!™ Project. It is not supported or warranted by the Joomla!™ Project or Open Source Matters™. The Joomla!™ logo is used under a limited license granted by Open Source Matters™, the trademark holder in the United States and other countries.
We may collect your IP address and your browser's User Agent string while using our site for security reasons and deriving aggregate information (analytics). This information is retained for a minimum of 1 and a maximum of 24 months.
Feedback