StackStorm-Exchange / stackstorm-email

E-Mail Actions/Sensors for StackStorm
https://exchange.stackstorm.org/
Apache License 2.0
9 stars 45 forks source link

Add date to header so the spam score will be lower #40

Closed mvdboogaard closed 3 years ago

mvdboogaard commented 3 years ago

Email send with this pack are marked as spam. One of the issues is there is no date set in the header. With this change the date is added to the header so the spam score will be lower.

mvdboogaard commented 3 years ago

Failing build has to do with the required version of oslo.utils (<5.0,>=4.0.0) is not available (anymore) for Python27.

nmaludy commented 3 years ago

@mvdboogaard yeah, we are working on removing Python2.7 from builds.

blag commented 3 years ago

Can you update the changelog and increment the minor version in pack.yaml?

Once you push that commit it will kick CI again, which has been fixed to not use Python 2.7.

blag commented 3 years ago

Thanks for the contribution!