rob-luke / emails-html-to-pdf

Convert emails without attachments to pdf and send as email
32 stars 7 forks source link

Add support for SMTP port 465 #34

Open ajquick opened 2 years ago

ajquick commented 2 years ago

Add support for Port 465, which requires the use of SMTP_SSL instead of SMTP and STARTTLS.

ajquick commented 2 years ago

You were correct! Should be good to go now!