outdoorbits / little-backup-box

This software turns a single-board computer into a versatile, pocket-sized backup solution. Especially for digital photography, this is the solution for backing up images and media files on mass storage devices when traveling or at events. Media content can be viewed and rated for the subsequent process.
http://littlebackupbox.com
GNU General Public License v3.0
504 stars 103 forks source link

emails are sent using "username" instead of "sender" #181

Closed mrsparkle331 closed 1 year ago

mrsparkle331 commented 1 year ago

Describe the bug emails are sent using the username value instead of sender value

To Reproduce Steps to reproduce the behavior:

  1. configure email service
  2. for this example username is AAA@AAA.com and sender is BBB@BBB.com
  3. trigger an email event (test email, boot up, back up job complete, etc...)
  4. view the email on recipient end
  5. The email received is sent from AAA@AAA.com which is the login username and not the configured sender value.

Expected behavior email should be sent using the "sender" field in this example the email should be sent from BBB@BBB.com

Instead I see the emails coming in with the "username" value.

Additional context In my case I use a postmaster username to login to my email service and specify a sender email for sent emails.

outdoorbits commented 1 year ago

Bug fixed.

mrsparkle331 commented 1 year ago

verified as fixed