rob-luke / emails-html-to-pdf

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

Added seperate SMTP login username and password #31

Closed chirmstream closed 2 years ago

chirmstream commented 2 years ago

I added smtp_username and smtp_password options in case your outgoing email goes through an smtp server with different login credentials than your imap server.

rob-luke commented 2 years ago

@dglb99 I just pushed a change directly to your branch. Can you test if this works locally and report back? You will need to do a 'git pull origin master' (I think you are using master branch) to receive my latest changes.

chirmstream commented 2 years ago

@rob-luke, I just tried your changes and they work locally for me.