Hello,
I am trying to setup Automatically send emails to my borrows that I have in my Contacts. The email populates and I can manually send emails via the context menu of Email Borrower but the automated email "Outgoing Emails"/Pending email list never shoots off an email. Mail.app has a working smtp server. I was wondering if there is something I can do to get this fixed.
Details on version and host:
macOS 10.14.5
DVDpedia - 5.9.3
I have looked in the error logs and I can only find one line in system.log
DVDpedia[67266]: assertion failed: 18F132: libxpc.dylib + 90677 [9A0FFA79-082F-3293-BF49-63976B073B74]: 0x89
I was using dtruss and found that DVDpedia was looking for these two files when I try to press the send now button
open("/Users/zolotkey/Library/Preferences/com.apple.mail.plist\0", 0x0, 0x1B6) = 21 0
open("/Users/zolotkey/Library/Mail/V2/MailData/Accounts.plist\0", 0x0, 0x1B6) = -1 Err#2
Thanks!