We use Magento (version 1.9.1.0).
Since installing SagePay via ebizmarts plugin we have had some ongoing issues with sending emails. The abandoned cart no longer sends regular emails. What could be the reason?
Who faced such problem please reply. Thanks.
If use extensions to send a mail there is chances of not getting abandoned cart email. so try to send email with the mail server.
Thank you all. I solved the problem. The developers of the extensions "SagePay" suggested. It was necessary to additionally install the latest version of the extension MageMonkey. Current version 1.2.3.
Maybe someone will need this solution.
Related
My company migrated their CRM starting to use Odoo, and then I proceeded to configure the external mail server (gmail), the #catchall parameter, and then define the odoo mail templates.
So far I have no problems, and everything works as I expect, so the mails are correctly and received.
However, I have a problem with viewing the emails ... let me explain.
Sent an email through Odoo, I see it correctly in html format, so by accessing the gmail email account via browser and opening the message, also in this case it is correctly formatted and displayed as html.
However, the recipient of the e-mail upon receipt loses the html formatting and therefore receives the e-mail displaying it in plain-text.
On the gmail settings I have already configured to send messages in html, I tried to disable it and then re-enable it but nothing happens.
Do you have any suggestions or advice?
I also have the same problem. We have tried several configurations both in the Google account and in the server. It only happens with GMail mail. Using any other service does not happen.
There's an answer here that I still can't implement, but it could be of help.
GMail displays plain text email instead HTML
A known reason for the issue was the appending of a footer in Google. Odoo has recently released a fix for all versions from 14.0 onwards: https://github.com/odoo/odoo/pull/108499. However, if they encounter other cases, Odoo Enterprise customers can open a support ticket and users of the Community edition can submit a Github issue.
When sending an email to a Saleforce contact using Gmail I would like to track the opening of that email and send it back to Salesforce.
Any ideas on how to do that ? The only way I found is to send the email from Salesforce.
Thanks a lot
The Chrome extension Email Tracker for Gmail - Mailtrack seems to have the functionality that you are looking for in their Pro (paid) version. It will tell you when your email has been read and it has an integration to Salesforce.
There are probably other third-party applications that provide similar functionality. For the record, I am not affiliated with them in any way.
I am not getting admin order confirmation email after the successful payment. I am getting payment notification from sisow but not from website. Customer is receiving confirmation email but not admin. I am new in prestashop and didn't find any solution.
Please suggest me to make it working.
To receive emails as admin you need to enable one module named "Email Alerts". Enable this module and configure this module. You will see all the setting here. Go through that and set it up accordingly. You can add multiple email ids to receive notifications.
Hope this helps you !!! :)
Also, make sure that you have properly configured in settings like:
Advance Preferences -> E-mail
It's highly recommended to use SMTP instead of mail() function.
Install the module "Mail alerts" to your prestashop project.
It solved my problem for the version 1.6.1.5
i think i got the trick : copy all emails in modules/mailalerts/lang.
should have the same in EN and YOUR LANG.
Also copy in /themes/same_path
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...
Does anyone know if it's possible to implement email read-receipts in Open ERP?
I'd like to use OpenERP to send invoices to customers, and we'd like to be able to track if the customer has received the email.
TIA
Everything is possible with openerp ! The system is already able to send à mail to the customer and can read mails in an inbox.
You would have to modify the fetchmail module and implement the email read-receipts standard.
I hope this will help you !
We are actually planning the development of an email analytics module that does what you describe and more (did the recipient click on a certain link, bounce-backs management,... similarly to what MailChimp does).
This development hasn't started yet so there is no ETA but there are internal discussions to have it certified.
__
Fabrice
OpenERP US