Hi. I just wanted to let you the a new version of the pimatic-mail plugin has been release. Those of you who have installed the fork from git need to perform the following steps to switch back to the release version. Following these steps the new version will already be installed.

sudo service pimatic stop
cd /home/pi/pimatic-app/node_modules/
sudo rm -rf pimatic-mail
cd ..
npm i pimatic-mail
sudo service pimatic start