StackStorm-Exchange / stackstorm-email

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

Use SMTP.send_message in send_email action #25

Open blag opened 5 years ago

blag commented 5 years ago

The SMTP.sendmail function does not properly handle email CC's and BCC's (source).

Instead of using sendmail, we should use the send_message function, which properly supports CC/BCC headers.