imapsync on a mac takes too much ram

I’m currently migrating emails for one of our customers from the old hosting company to the new one. To do this we are using imapsync – an awesome tool! TL;DR: Just use the docker box by Gilles… https://hub.docker.com/r/gilleslamiral/imapsync My own journey But currently there is a weird bug on mac, that it might take aContinue reading “imapsync on a mac takes too much ram”

Shopware: How to set a sender address on emails

There are a few tutorials out there how to send emails with Shopware, e.g. these two: Unfortunately both hardcode the sender email address. Configure sender email address and name Back in the Magento days we had a couple of email addresses to chose from, but Shopware has only one, it is configured in Settings >Continue reading “Shopware: How to set a sender address on emails”

Shopware 6: How to URL in emails

A couple of weeks ago, I wrote about URLs: and today I discovered, that: {{ seoUrl() }} is broken in emails, because it doesn’t contain the domain! To have proper emails we now use {{ rawUrl() }}, it works like seoUrl but you can add the domain to it as third parameter. An example fromContinue reading “Shopware 6: How to URL in emails”

Shopware: BaseURL in Email Template

You need the base url of your shopware shop, root url, domain of the sales channel – yes that is for SEO, so I find next time my own post to copy paste the solution: Just in case you don’t know what happens: salesChannel is imho always passed to the mails. We take the salesContinue reading “Shopware: BaseURL in Email Template”