I have been using magento for a very long time, I have never had an issue with not being able to send emails. Although I am now running a store on magento 1.7.2 and I am experiencing issues with new orders not sending emails. All of my settings are set exactly like magento 1.7
Related
Using Drupal 9.2.7 and Webform 6.1.2, I got the webform and html email working well on my dev machine. I am running WSL2 on Windows, and using Mailhog to validate the emails without an SMTP server. All looked good.
I copied the project to my test domain on A2Hosting and the emails come through as plain text.
I then installed Mail System and Mime Mail thinking that might be the problem. Mail hog shows nice emails in either the html or text version, but when sent from A2Hosting I see the text version and raw html in the same email. My email client (eM Client) say the email is in html format.
Unfortunately I do not have another place I can test this. Could Mailhog be hiding a configuration problem on my part or is there a chance A2Hostings mail system is mucking it up?
The solution turned out to be quite simple. I removed Mime Mail and Mail System, installed SMTP module, pointed it at an email account in my domain, and everything worked just as expected.
I installed Sylius using the documentation:
http://docs.sylius.org/en/latest/book/index.html#installation
Everything seems to work fine as you can see there:
http://sylius.krown.ch/app_dev.php/en_US/
Laurence
4567
Except with emails. I just want to enable default emails, as described there. Unfortunately no email is sent my the website after an order confirmation for example.
I have several projects installed in my server, including Symfony projects. Usually emails work just fine
How can I enable emails for my Sylius projects?
check your config_dev.yml if you have disabled mail delivery for dev environment:
swiftmailer:
disable_delivery: true
This weekend had Update 1 for my organization on CRM Online 2015 (7.1.1.3149) and since then we are not receiving emails into CRM. We use email router, everything has been checked, version, tested connection, approved emails, .... . We are able to send emails from CRM but we are not getting responses back.
Anyone else going through the same problem? Any ideas to get it solved?
We use Gmail for most of our mailing and POP/SMTP through EmailRouter to get it in and out of CRM.
Already opened a service request, but last response was "an internal investigation was submitted to our Operations Team...." with no estimate for a response time.
Thanks in advance,
I solved a similar issue (crm online, upgrade to 7.1, router no longer working) doing this:
delete all configurations inside email router
update email router to latest version (it wasn't the latest)
re-create all configurations from scratch, ending up with the exact same settings I had before
In this case updating the Email Router was the problem. Looking into windows update noticed EmailRouter was updated (Update 1.1 - 7.1.0001) the day before the problem started. Looking further about this update found this thread.
Uninstalling Update 1.1 resolved the issue.
Also disabled automatic updates for other Microsoft products on windows update settings.
I am running a portal where I require my customers to use default which I will be emailing to them in separate email. Can you advise how I can do this? I am running Magento Community 1.7
I'm trying to configure redmine to send email notifications once a day. I have installed a plugin: digest (https://github.com/drewkeller/redmine_digest)
I believe I followed the instruction (https://github.com/drewkeller/redmine_digest/blob/master/README.rdoc) pretty much correctly, but whenever I create a ticket the redmine still immediately sends email notification.
I want to receive a digest of notifications once a day, not every time I or someone create a ticket.
How should I correct this?
My setting for the plugin is:
Default setting for users [checked] send me digest emails
Days ago to start:1
Days to include:1
Output extra messages(console and log)[checked]
and My email notification setting is fully checked. Please help.
More information
Environment:
Redmine version 2.3.1.stable
Ruby version 1.8.7 (x86_64-linux)
Rails version 3.2.13
Environment production
Database adapter MySQL
Redmine plugins:
redmine_digest 0.2.0