<div class="markdown">
<p dir="auto">Hi,</p>

<p dir="auto">in the latest test release (r5197) I've added a hidden preference to enable a new experimental feature for making it easier to switch SMTP server (for a given account):</p>

<pre><code>defaults write com.freron.MailMate MmSMTPAlternativeEnabled -bool YES
</code></pre>

<p dir="auto">I'd like to add a few comments to this feature to avoid any misunderstandings with respect to how it's intended to work:</p>

<ul>
<li>When enabled, you should see a new popup in the status bar of the Composer. (This does not mean that I have dropped my plans to replace the status bar with standard Apple GUI elements.)</li>
<li>By default, the popup shows the name of the IMAP account corresponding to the From address.</li>
<li>Changing the From address (also if implicitly done by changing the recipient) should also update the SMTP popup except if it has been explicitly changed.</li>
<li>An explicit change should be remembered by MailMate when editing an existing draft.</li>
<li>A successfully sent message should result in MailMate reusing the explicit change for new messages sent from the same IMAP account.</li>
<li>I have not tested it, but I believe manually editing <code>Submission.plist</code> would allow adding SMTP servers not connected to any specific IMAP account. In this case, a <code>name</code> key must be added (as in <code>Sources.plist</code>).</li>
<li>When I write <strong>experimental</strong> it means that you should expect any of the above to fail to work as advertised. In that case, please report what happened.</li>
</ul>

<p dir="auto">Note that the current solution does not handle automatically using different SMTP servers for different email addresses within the same IMAP account. This is not implemented yet (and I make no promises about that). In other words, the above is mainly useful for users having to switch SMTP server depending on whether they are at home or at work.</p>

<p dir="auto">And yes, I probably should have added this feature several years ago :-)</p>

<p dir="auto">-- <br>
Benny</p>

</div>