<div class="markdown">
<p dir="auto">One (experimental) feature I have been struggling to use is email read receipts. I have edited the Submissions.plist for each and all of my email IMAP accounts (Yahoo, Gmail, Fastmail, and Hover) without success.</p>
<p dir="auto">Release Notes - Experimental support for requesting DSNs<br>
<a href="http://updates.mailmate-app.com/release_notes">http://updates.mailmate-app.com/release_notes</a></p>
<p dir="auto">Any ideas?</p>
<p dir="auto">I have used receipts within PostBox and K9 mail on my phone on the Hover server with success. Not sure what could be at issue.<br>
Here is the content of my ~/Library/Application Support/MailMate/Submission.plist</p>
<pre><code>{ smtpServers = (
{ port = "587";
portSelection = "manual";
requireSSL = :true;
serverURL = "smtp://username%40yahoo.com@smtp.mail.yahoo.com";
requestDSN = "SUCCESS,FAILURE,DELAY";
reportDSN = "HDRS";
},
{ port = "587";
portSelection = "manual";
requireSSL = :true;
serverURL = "smtp://username%40gmail.com@smtp.gmail.com";
requestDSN = "SUCCESS,FAILURE,DELAY";
reportDSN = "HDRS";
},
{ port = "465";
portSelection = "manual";
requireSSL = :true;
serverURL = "smtp://username%40business.com@mail.hover.com";
requestDSN = "SUCCESS,FAILURE,DELAY";
reportDSN = "HDRS";
},
{ MRUPort = "587";
requireSSL = :true;
serverURL = "smtp://username%40fastmail.us@mail.messagingengine.com";
requestDSN = "SUCCESS,FAILURE,DELAY";
reportDSN = "HDRS";
},
{ port = "587";
portSelection = "manual";
requireSSL = :true;
serverURL = "smtp://otherusername%40yahoo.com@smtp.mail.yahoo.com";
requestDSN = "SUCCESS,FAILURE,DELAY";
reportDSN = "HDRS";
},
);
}
</code></pre>
<p dir="auto">Apologies if this topic has been reviewed/discussed. My internet searches have not been productive.</p>
<p dir="auto">-Zak</p>
<p dir="auto">MacBookPro 8,2<br>
10.8.5 (12F45)</p>
<h2>MailMate 1.7.2 (3905)</h2>
<p dir="auto">K9 Mail 4.803 on <br>
Motorola DROID RAZR HD</p>
<h2>Android 4.4.2 (Verizon)</h2>
<p dir="auto">Postbox 3.0.11</p>
</div>