<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Overriding smtp server not working in mimp</title> 
  <pubDate>Mon, 06 Apr 2026 16:02:02 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/3571</link> 
  <atom:link rel="self" type="application/rss+xml" title="Overriding smtp server not working in mimp" href="https://bugs.horde.org/ticket/3571/rss" /> 
  <description>Overriding smtp server not working in mimp</description> 
 
   
   
  <item> 
   <title>Overriding the outgoing smtp server, as can be done in serve</title> 
   <description>Overriding the outgoing smtp server, as can be done in servers.php, based on their authenticating server does not work in MIMP, and a configuration could dpend on this.



Adding an extremely simple stanza (taken from imp) as follows just below $params = $conf[&#039;mailer&#039;][&#039;params&#039;]; would enable this functionality.  Seems like a simple addition for a powerful feature.



        /* Force the SMTP host and port value to the current SMTP server if

         * one has been selected for this connection. */

        if (!empty($_SESSION[&#039;mimp&#039;][&#039;smtphost&#039;])) {

            $params[&#039;host&#039;] = $_SESSION[&#039;mimp&#039;][&#039;smtphost&#039;];

        }

        if (!empty($_SESSION[&#039;mimp&#039;][&#039;smtpport&#039;])) {

            $params[&#039;port&#039;] = $_SESSION[&#039;mimp&#039;][&#039;smtpport&#039;];

        }</description> 
   <pubDate>Tue, 07 Mar 2006 23:11:11 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/3571#t17364</link> 
  </item> 
   
  <item> 
   <title>This is actually a bug and has been fixed.  Thanks.</title> 
   <description>This is actually a bug and has been fixed.  Thanks.</description> 
   <pubDate>Wed, 08 Mar 2006 06:49:07 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/3571#t17375</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
