We are using Joomla Version 3 5 1/en. we have not updated to the latest version yet as we require a process of testing before doing so.
We use contact forms on our company website, via BreezingForms 1.8.3 Stable (build 831). These forms log any contact forms submitted and email them to a list of recipients who then deal with them. This has worked fine for a number of months and absolutely zero changes have been made to the configuration of joomla or breezing forms.
For out german contact form the email recipients are a customer service distribution list with an #DOMAIN.DE extension and an admin distribution list with an #DOMAIN.COM extension.
when the form is submitted, it is emailed to the .COM distribution list fine and all members receive it.
the .DE distribution list never receives the emails at all. this is confirmed by running a message trace via exchange.
Both DL's allow mail from internal and external senders, the spam was clear and message traces back up my findings.
However, when i created a new distribution list (ie, customerservice2#DOMAIN.COM) and made the .DE distribution list a member of it, the forms sent to the new DL and all recipients with no issues whatsoever, including the members of the .DE DL within it..
So, why are these contact forms not sending to .DE addresses?
Related
I am developing a website using Kentico 9 CMS. I have two websites running on a same web server first one is Dev and second one is the Production(LIVE). I am facing a strange issue with the Contact us form. When someone visit my website and fills the contact us form, it sends the enquiry to the admin via email. This functionality is working fine in Dev version but not working in Production (LIVE) version. In the Production version, those contact us form emails are getting stuck in the email queue tab in the Admin. And I forced to push/send the email manually from the Admin, which works.
I checked both website setting and found that is there is no difference is the email settings. I also checked the error logs also but found nothing in the logs about emails.
Thanks
There is scheduled tasks that triggers sending emails out - is it enabled for production site?
Hi i am grapich designer but temporary asked working to check this emails problem.
we are using drupal for our website. When we are using google apps as our email server, the contact form on our webpage (which our customer used to use for sending us question) was stop sending emails seems the mail fuction is not working anymore. Is that because we hosted our emails to google apps? Is there anyway that to make work? We need the contact form on our webpage send mail
If you are using Webform you can set your email address a few places:
This is where the default Webform email is set:
yoursite.com/admin/config/content/webform
and that default can be overridden in the individual Webform E-mail tab:
yoursite.com/node/1234/webform/emails (1234 is node id of your webform)
Drupal also has a global email address for your site that could be used as the default also, so its worth checking here: yoursite.com/admin/config/system/site-information
I have a google form on my site that collects user info, including email addresses.
I have already created a script that sends a welcome email.
Now I need to be able to create an email list from that list of emails.
The resulting email list will be receiving triggers from IFTTT to send an email with particular triggers.
How do I get the email addresses from the form results (google sheets) to the mailing list (currently in googlegroups)?
The email list should be able to be triggered with a single address (something#googlegroups.com) because that's all IFTTT will allow.
(I'm working on a test process for a tech company. While we refine details of the app's function, which I am not building, we also want to test the real-world end of the process, and make it as simple and user-friendly as possible.)
I'm using Aschroder SMTP Pro on my Magento site. The test for email sending(that the plugin does) is successful but order confirmation emails are not being sent.
I enabled email and exception log but i don't manage to see any error in it.
Send mail method in System > Configuration is set to "Separate Email" for each section.
Email templates are correctly configured.
What am i doing wrong?
Thank you.
I also struggled with the problem of order e-mails not being sent in CE 1.9.1 but found the problem after a while:
As of Magento CE 1.9.1 Magento doesn't send order emails directly during the order process.
Instead the mails are queued and are sent by the cron.
So make sure to configure the Magento cronjob properly.
Also refer to:
http://www.magentocommerce.com/knowledge-base/entry/ee1141-ce191-responsive-email#cron
http://www.magentocommerce.com/knowledge-base/entry/ce18-and-ee113-installing#install-cron
There are many things that can cause what you're describing, and most of them are completely unrelated to Magento.
From the limited amount of information you've provided, my guess would be that your email is undeliverable because your domain lacks Sender Policy Framework records (or one of the other major authentication standards like DKIM, SenderID, and Domain Keys), or because the IP/domain you're testing delivery from was formerly occupied by a spammer and has been blacklisted (which happens).
When it comes to testing emails, I usually test delivery to gmail accounts, because they seem to be the most receptive of the public web-based emails. Any kind of company email is usually a bad choice, because they're more likely to have stricter deliverability standards.
The problem was caused by a bad plugin...i had another problem and resolving it Magento restarted sending confirmation emails.
Here is the link to my question(with answer) : Source model "" not found for attribute “privacy” Magento 1.9
Strange things...
I'm trying to confugure a contact form module to send the forms to custom e-mails other than the administrator's, wich is from the same domain as Joomla installation.
When I configure the module to send to administrator's e-mail, it works fine. However when I input other e-mail adresses from different domains to be the recipient, the e-mail isn't sent.
I already tested with Breezing Forms and B2J Contact, and this problem happened with both of them so I suppose it's a Joomla configuration problem. Using B2J Contact allows me to add two e-mail recipients, so I tested using the administrator's as main and the other from a different domain as copy, and I receive the e-mail only on the main recipient.
I'm using PHP Mail as the send method and my Joomla version is 3.3.0.
I've been researching for days and can't seem to find a solution.
Any help would be much appreciated.
I solved this problem by changing the send mail method to SMTP and placing the right port number, which I got from my host provider.