Community Discussions and Support
Sv: Mercury 4.6 ./ MAISER / BASE64 and SQL 2005 Database Mail

[quote user="tdawson"] We use SQL Server 2005 and are testing using Mercury to handle some simple mail lists for us.   It appears that Mercury (or maybe the MAISER component) is having trouble with the BASE64 encoded emails generated by SQL Server 2005. [/quote]

You need to write a CLR-routine to send the message as plain text, or process the database mail-queue from an external "maintenanceapp". We've internally taken the second path, since the sql-2005 built-in mailer non changeable base-64 encoding gives problems with f.ex. squirrel mail and other clients as well, plus we can combine other actions outside the db in a separate app.

<P>[quote user="tdawson"] We use SQL Server 2005 and are testing using Mercury to handle some simple mail lists for us.   It appears that Mercury (or maybe the MAISER component) is having trouble with the BASE64 encoded emails generated by SQL Server 2005. [/quote]</P> <P>You need to write a CLR-routine to send the message as plain text, or process the database mail-queue from an external "maintenanceapp". We've internally taken the second path, since the sql-2005 built-in mailer non changeable base-64 encoding gives problems with f.ex. squirrel mail and other clients as well, plus we can combine other actions outside the db in a separate app.</P>

Hi,

We use SQL Server 2005 and are testing using Mercury to handle some simple mail lists for us.   It appears that Mercury (or maybe the MAISER component) is having trouble with the BASE64 encoded emails generated by SQL Server 2005.   We are needing the SQL server to automatically subscribe users to mailing lists, hence the problem.

The following simple test (to generate a database mail command in SQL), produces the following as a session transcript into Mercury 

EXEC msdb..sp_send_dbmail
@profile_name
= 'Tim',
@recipients = 'lists@lists',
@body = 'list',
@body_format = 'TEXT',
@subject = 'test from dbmail'

11:31:04.390: Connection from 10.255.255.8, Tue Mar 03 11:31:04 2009<lf>
11:31:04.390: << 220 apollo.main ESMTP server ready.<cr><lf>
11:31:04.390: >> EHLO border<cr><lf>
11:31:04.390: << 250-apollo.main Hello border; ESMTPs are:<cr><lf>250-TIME<cr><lf>
11:31:04.390: << 250-SIZE 0<cr><lf>
11:31:04.390: << 250-8BITMIME<cr><lf>
11:31:04.390: << 250-AUTH CRAM-MD5 LOGIN<cr><lf>
11:31:04.390: << 250-AUTH=LOGIN<cr><lf>
11:31:04.406: << 250 HELP<cr><lf>
11:31:04.593: >> MAIL FROM:<tdawson@> SIZE=817 AUTH=<> BODY=7BIT<cr><lf>
11:31:04.593: << 250 Sender OK - send RCPTs.<cr><lf>
11:31:04.593: >> RCPT TO:<lists@lists><cr><lf>
11:31:04.609: << 250 Recipient OK - send RCPT or DATA.<cr><lf>
11:31:04.609: >> DATA<cr><lf>
11:31:04.609: << 354 OK, send data, end with CRLF.CRLF<cr><lf>
11:31:04.609: >> Received: from zeus (10.50.50.11) by mail (10.255.255.8) with<cr><lf>
11:31:04.609: >>  Microsoft SMTP Server id 8.1.340.0; Tue, 3 Mar 2009 11:31:04 +1100<cr><lf>
11:31:04.609: >> Sensitivity: Normal<cr><lf>
11:31:04.625: >> Importance: Normal<cr><lf>
11:31:04.625: >> MIME-Version: 1.0<cr><lf>
11:31:04.625: >> From: "Tim (support)" <tdawson@><cr><lf>
11:31:04.625: >> To: <lists@lists><cr><lf>
11:31:04.640: >> Reply-To: tdawson@<cr><lf>
11:31:04.640: >> Date: Tue, 3 Mar 2009 11:31:04 +1100<cr><lf>
11:31:04.640: >> Subject: test from dbmail<cr><lf>
11:31:04.640: >> Content-Type: text/plain; charset="utf-8"<cr><lf>
11:31:04.640: >> Content-Transfer-Encoding: base64<cr><lf>
11:31:04.640: >> Message-ID: <a4351037-a324-417b-baf9-f468968879cb@HESTIA.main><cr><lf>
11:31:04.640: >> Return-Path: tdawson@<cr><lf>
11:31:04.640: >> <cr><lf>
11:31:04.656: >> bGlzdA==<cr><lf>
11:31:04.656: >> <cr><lf>
11:31:04.656: >> .<cr><lf>
11:31:04.656: << 250 Data received OK.<cr><lf>
11:31:04.656: >> QUIT<cr><lf>
11:31:04.671: << 221 apollo.main Service closing channel.<cr><lf>
11:31:04.671: --- Connection closed normally at Tue Mar 03 11:31:04 2009. ---
11:31:04.671:
 

MAISER log is:-
From tdawson@ at Tue, 3 Mar 2009 11:31:07 +1100
  bGlzdA==

And the returned message is:

The mail server has encountered errors processing your request:
 * Unrecognized command "".

Any Suggestions?  Does Maiser support Base64?

Tim

 

&lt;P&gt;Hi,&lt;/P&gt; &lt;P&gt;We use SQL Server 2005 and are testing using Mercury to handle some simple mail lists for us.&amp;nbsp;&amp;nbsp; It appears that Mercury (or maybe the MAISER component) is having trouble with the BASE64 encoded emails generated by SQL Server 2005.&amp;nbsp;&amp;nbsp; We are needing the SQL server to automatically subscribe users to mailing lists, hence the problem.&lt;/P&gt;&lt;FONT size=2&gt; &lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;The following&amp;nbsp;simple&amp;nbsp;test (to generate a&amp;nbsp;database mail command in SQL), produces the following as a session transcript into Mercury&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;EXEC&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; msdb&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;..&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;sp_send_dbmail @profile_name &lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;&#039;Tim&#039;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;, &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;@recipients &lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;A href=&quot;mailto:&#039;lists@lists&#039;&quot;&gt;&#039;lists@lists&#039;&lt;/A&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;, &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;@body &lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;&#039;list&#039;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;, &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;@body_format &lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;&#039;TEXT&#039;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;, &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;@subject &lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;&#039;test from dbmail&#039;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;11:31:04.390: Connection from 10.255.255.8, Tue Mar 03 11:31:04 2009&amp;lt;lf&amp;gt; 11:31:04.390: &amp;lt;&amp;lt; 220 apollo.main ESMTP server ready.&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.390: &amp;gt;&amp;gt; EHLO border&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.390: &amp;lt;&amp;lt; 250-apollo.main Hello border; ESMTPs are:&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt;250-TIME&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.390: &amp;lt;&amp;lt; 250-SIZE 0&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.390: &amp;lt;&amp;lt; 250-8BITMIME&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.390: &amp;lt;&amp;lt; 250-AUTH CRAM-MD5 LOGIN&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.390: &amp;lt;&amp;lt; 250-AUTH=LOGIN&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.406: &amp;lt;&amp;lt; 250 HELP&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.593: &amp;gt;&amp;gt; MAIL FROM:&amp;lt;tdawson@&amp;gt; SIZE=817 AUTH=&amp;lt;&amp;gt; BODY=7BIT&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.593: &amp;lt;&amp;lt; 250 Sender OK - send RCPTs.&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.593: &amp;gt;&amp;gt; RCPT TO:&amp;lt;&lt;A href=&quot;mailto:lists@lists%3E%3Ccr%3E%3Clf&quot;&gt;lists@lists&amp;gt;&amp;lt;cr&amp;gt;&amp;lt;lf&lt;/A&gt;&amp;gt; 11:31:04.609: &amp;lt;&amp;lt; 250 Recipient OK - send RCPT or DATA.&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.609: &amp;gt;&amp;gt; DATA&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.609: &amp;lt;&amp;lt; 354 OK, send data, end with CRLF.CRLF&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.609: &amp;gt;&amp;gt; Received: from zeus (10.50.50.11) by mail (10.255.255.8) with&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.609: &amp;gt;&amp;gt;&amp;nbsp; Microsoft SMTP Server id 8.1.340.0; Tue, 3 Mar 2009 11:31:04 +1100&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.609: &amp;gt;&amp;gt; Sensitivity: Normal&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.625: &amp;gt;&amp;gt; Importance: Normal&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.625: &amp;gt;&amp;gt; MIME-Version: 1.0&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.625: &amp;gt;&amp;gt; From: &quot;Tim (support)&quot; &amp;lt;&lt;A href=&quot;mailto:tdawson@%3E%3Ccr%3E%3Clf&quot;&gt;tdawson@&amp;gt;&amp;lt;cr&amp;gt;&amp;lt;lf&lt;/A&gt;&amp;gt; 11:31:04.625: &amp;gt;&amp;gt; To: &amp;lt;&lt;A href=&quot;mailto:lists@lists%3E%3Ccr%3E%3Clf&quot;&gt;lists@lists&amp;gt;&amp;lt;cr&amp;gt;&amp;lt;lf&lt;/A&gt;&amp;gt; 11:31:04.640: &amp;gt;&amp;gt; Reply-To: &lt;A href=&quot;mailto:tdawson@%3Ccr%3E%3Clf&quot;&gt;tdawson@&amp;lt;cr&amp;gt;&amp;lt;lf&lt;/A&gt;&amp;gt; 11:31:04.640: &amp;gt;&amp;gt; Date: Tue, 3 Mar 2009 11:31:04 +1100&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.640: &amp;gt;&amp;gt; Subject: test from dbmail&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.640: &amp;gt;&amp;gt; Content-Type: text/plain; charset=&quot;utf-8&quot;&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.640: &amp;gt;&amp;gt; Content-Transfer-Encoding: base64&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.640: &amp;gt;&amp;gt; Message-ID: &amp;lt;&lt;A href=&quot;mailto:a4351037-a324-417b-baf9-f468968879cb@HESTIA.main%3E%3Ccr%3E%3Clf&quot;&gt;a4351037-a324-417b-baf9-f468968879cb@HESTIA.main&amp;gt;&amp;lt;cr&amp;gt;&amp;lt;lf&lt;/A&gt;&amp;gt; 11:31:04.640: &amp;gt;&amp;gt; Return-Path: &lt;A href=&quot;mailto:tdawson@%3Ccr%3E%3Clf&quot;&gt;tdawson@&amp;lt;cr&amp;gt;&amp;lt;lf&lt;/A&gt;&amp;gt; 11:31:04.640: &amp;gt;&amp;gt; &amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.656: &amp;gt;&amp;gt; bGlzdA==&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.656: &amp;gt;&amp;gt; &amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.656: &amp;gt;&amp;gt; .&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.656: &amp;lt;&amp;lt; 250 Data received OK.&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.656: &amp;gt;&amp;gt; QUIT&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.671: &amp;lt;&amp;lt; 221 apollo.main Service closing channel.&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.671: --- Connection closed normally at Tue Mar 03 11:31:04 2009. --- 11:31:04.671: &amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;MAISER log is:- From &lt;A href=&quot;mailto:tdawson@u&quot;&gt;tdawson@&lt;/A&gt; at Tue, 3 Mar 2009 11:31:07 +1100 &amp;nbsp; bGlzdA== &lt;/P&gt; &lt;P&gt;And the returned message is:&lt;/P&gt; &lt;P class=MsoPlainText style=&quot;MARGIN: 0cm 0cm 0pt&quot;&gt;&lt;FONT face=Consolas size=3&gt;The mail server has encountered errors processing your request: &lt;/FONT&gt;&lt;FONT size=3&gt;&lt;FONT face=Consolas&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;* Unrecognized command &quot;&quot;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt; &lt;P&gt;&lt;FONT color=#0000ff&gt;Any Suggestions?&amp;nbsp; Does Maiser support Base64?&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#0000ff&gt;Tim&lt;/FONT&gt;&lt;/P&gt; &lt;P mce_keep=&quot;true&quot;&gt;&amp;nbsp;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;

[quote user="tdawson"]

Hi,

We use SQL Server 2005 and are testing using Mercury to handle some simple mail lists for us.   It appears that Mercury (or maybe the MAISER component) is having trouble with the BASE64 encoded emails generated by SQL Server 2005.   We are needing the SQL server to automatically subscribe users to mailing lists, hence the problem.

The following simple test (to generate a database mail command in SQL), produces the following as a session transcript into Mercury 

EXEC msdb..sp_send_dbmail
@profile_name
= 'Tim',
@recipients = 'lists@lists',
@body = 'list',
@body_format = 'TEXT',
@subject = 'test from dbmail'

11:31:04.390: Connection from 10.255.255.8, Tue Mar 03 11:31:04 2009<lf>
11:31:04.390: << 220 apollo.main ESMTP server ready.<cr><lf>
11:31:04.390: >> EHLO border<cr><lf>
11:31:04.390: << 250-apollo.main Hello border; ESMTPs are:<cr><lf>250-TIME<cr><lf>
11:31:04.390: << 250-SIZE 0<cr><lf>
11:31:04.390: << 250-8BITMIME<cr><lf>
11:31:04.390: << 250-AUTH CRAM-MD5 LOGIN<cr><lf>
11:31:04.390: << 250-AUTH=LOGIN<cr><lf>
11:31:04.406: << 250 HELP<cr><lf>
11:31:04.593: >> MAIL FROM:<tdawson@> SIZE=817 AUTH=<> BODY=7BIT<cr><lf>

I have a problem here with the MAIL FROM.  This is a bit confusing to me with the data after the SIZE command. I assume that the invalid email addresses yuo are using are not what you are sending.

11:31:04.593: << 250 Sender OK - send RCPTs.<cr><lf>
11:31:04.593: >> RCPT TO:<lists@lists><cr><lf>
11:31:04.609: << 250 Recipient OK - send RCPT or DATA.<cr><lf>
11:31:04.609: >> DATA<cr><lf>
11:31:04.609: << 354 OK, send data, end with CRLF.CRLF<cr><lf>
11:31:04.609: >> Received: from zeus (10.50.50.11) by mail (10.255.255.8) with<cr><lf>
11:31:04.609: >>  Microsoft SMTP Server id 8.1.340.0; Tue, 3 Mar 2009 11:31:04 +1100<cr><lf>
11:31:04.609: >> Sensitivity: Normal<cr><lf>
11:31:04.625: >> Importance: Normal<cr><lf>
11:31:04.625: >> MIME-Version: 1.0<cr><lf>
11:31:04.625: >> From: "Tim (support)" <tdawson@><cr><lf>
11:31:04.625: >> To: <lists@lists><cr><lf>
11:31:04.640: >> Reply-To: tdawson@<cr><lf>
11:31:04.640: >> Date: Tue, 3 Mar 2009 11:31:04 +1100<cr><lf>
11:31:04.640: >> Subject: test from dbmail<cr><lf>
11:31:04.640: >> Content-Type: text/plain; charset="utf-8"<cr><lf>
11:31:04.640: >> Content-Transfer-Encoding: base64<cr><lf>
11:31:04.640: >> Message-ID: <a4351037-a324-417b-baf9-f468968879cb@HESTIA.main><cr><lf>
11:31:04.640: >> Return-Path: tdawson@<cr><lf>
11:31:04.640: >> <cr><lf>
11:31:04.656: >> bGlzdA==<cr><lf>
11:31:04.656: >> <cr><lf>
11:31:04.656: >> .<cr><lf>
11:31:04.656: << 250 Data received OK.<cr><lf>
11:31:04.656: >> QUIT<cr><lf>
11:31:04.671: << 221 apollo.main Service closing channel.<cr><lf>
11:31:04.671: --- Connection closed normally at Tue Mar 03 11:31:04 2009. ---
11:31:04.671: 

However the message was properly received and the RFC 2822 message body looks normal.

 

MAISER log is:-
From tdawson@ at Tue, 3 Mar 2009 11:31:07 +1100
  bGlzdA==

And the returned message is:

The mail server has encountered errors processing your request:
* Unrecognized command "".

Any Suggestions?  Does Maiser support Base64

Tim

Mercury/32 generally does not even care what the body text looks like as long as it's a valid RFC 2822 message body. That said, when you are doing a subscribe or unsubscribe to the maiser email address you do need to be sending plain test messages.[/quote]

&lt;blockquote&gt;[quote user=&quot;tdawson&quot;]&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;We use SQL Server 2005 and are testing using Mercury to handle some simple mail lists for us.&amp;nbsp;&amp;nbsp; It appears that Mercury (or maybe the MAISER component) is having trouble with the BASE64 encoded emails generated by SQL Server 2005.&amp;nbsp;&amp;nbsp; We are needing the SQL server to automatically subscribe users to mailing lists, hence the problem.&lt;/p&gt;&lt;font size=&quot;2&quot;&gt; &lt;/font&gt;&lt;p&gt;&lt;font color=&quot;#0000ff&quot; size=&quot;2&quot;&gt;&lt;font color=&quot;#0000ff&quot; size=&quot;2&quot;&gt;The following&amp;nbsp;simple&amp;nbsp;test (to generate a&amp;nbsp;database mail command in SQL), produces the following as a session transcript into Mercury&amp;nbsp;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font color=&quot;#0000ff&quot; size=&quot;2&quot;&gt;&lt;font color=&quot;#0000ff&quot; size=&quot;2&quot;&gt;EXEC&lt;/font&gt;&lt;/font&gt;&lt;font size=&quot;2&quot;&gt; msdb&lt;/font&gt;&lt;font color=&quot;#808080&quot; size=&quot;2&quot;&gt;&lt;font color=&quot;#808080&quot; size=&quot;2&quot;&gt;..&lt;/font&gt;&lt;/font&gt;&lt;font size=&quot;2&quot;&gt;sp_send_dbmail @profile_name &lt;/font&gt;&lt;font color=&quot;#808080&quot; size=&quot;2&quot;&gt;&lt;font color=&quot;#808080&quot; size=&quot;2&quot;&gt;=&lt;/font&gt;&lt;/font&gt;&lt;font size=&quot;2&quot;&gt; &lt;/font&gt;&lt;font color=&quot;#ff0000&quot; size=&quot;2&quot;&gt;&lt;font color=&quot;#ff0000&quot; size=&quot;2&quot;&gt;&#039;Tim&#039;&lt;/font&gt;&lt;/font&gt;&lt;font color=&quot;#808080&quot; size=&quot;2&quot;&gt;&lt;font color=&quot;#808080&quot; size=&quot;2&quot;&gt;, &lt;/font&gt;&lt;/font&gt;&lt;font size=&quot;2&quot;&gt;@recipients &lt;/font&gt;&lt;font color=&quot;#808080&quot; size=&quot;2&quot;&gt;&lt;font color=&quot;#808080&quot; size=&quot;2&quot;&gt;=&lt;/font&gt;&lt;/font&gt;&lt;font size=&quot;2&quot;&gt; &lt;/font&gt;&lt;font color=&quot;#ff0000&quot; size=&quot;2&quot;&gt;&lt;font color=&quot;#ff0000&quot; size=&quot;2&quot;&gt;&lt;a href=&quot;mailto:%27lists@lists%27&quot; mce_href=&quot;mailto:&#039;lists@lists&#039;&quot;&gt;&#039;lists@lists&#039;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color=&quot;#808080&quot; size=&quot;2&quot;&gt;&lt;font color=&quot;#808080&quot; size=&quot;2&quot;&gt;, &lt;/font&gt;&lt;/font&gt;&lt;font size=&quot;2&quot;&gt;@body &lt;/font&gt;&lt;font color=&quot;#808080&quot; size=&quot;2&quot;&gt;&lt;font color=&quot;#808080&quot; size=&quot;2&quot;&gt;=&lt;/font&gt;&lt;/font&gt;&lt;font size=&quot;2&quot;&gt; &lt;/font&gt;&lt;font color=&quot;#ff0000&quot; size=&quot;2&quot;&gt;&lt;font color=&quot;#ff0000&quot; size=&quot;2&quot;&gt;&#039;list&#039;&lt;/font&gt;&lt;/font&gt;&lt;font color=&quot;#808080&quot; size=&quot;2&quot;&gt;&lt;font color=&quot;#808080&quot; size=&quot;2&quot;&gt;, &lt;/font&gt;&lt;/font&gt;&lt;font size=&quot;2&quot;&gt;@body_format &lt;/font&gt;&lt;font color=&quot;#808080&quot; size=&quot;2&quot;&gt;&lt;font color=&quot;#808080&quot; size=&quot;2&quot;&gt;=&lt;/font&gt;&lt;/font&gt;&lt;font size=&quot;2&quot;&gt; &lt;/font&gt;&lt;font color=&quot;#ff0000&quot; size=&quot;2&quot;&gt;&lt;font color=&quot;#ff0000&quot; size=&quot;2&quot;&gt;&#039;TEXT&#039;&lt;/font&gt;&lt;/font&gt;&lt;font color=&quot;#808080&quot; size=&quot;2&quot;&gt;&lt;font color=&quot;#808080&quot; size=&quot;2&quot;&gt;, &lt;/font&gt;&lt;/font&gt;&lt;font size=&quot;2&quot;&gt;@subject &lt;/font&gt;&lt;font color=&quot;#808080&quot; size=&quot;2&quot;&gt;&lt;font color=&quot;#808080&quot; size=&quot;2&quot;&gt;=&lt;/font&gt;&lt;/font&gt;&lt;font size=&quot;2&quot;&gt; &lt;/font&gt;&lt;font color=&quot;#ff0000&quot; size=&quot;2&quot;&gt;&lt;font color=&quot;#ff0000&quot; size=&quot;2&quot;&gt;&#039;test from dbmail&#039;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font color=&quot;#ff0000&quot; size=&quot;2&quot;&gt;&lt;font color=&quot;#ff0000&quot; size=&quot;2&quot;&gt;11:31:04.390: Connection from 10.255.255.8, Tue Mar 03 11:31:04 2009&amp;lt;lf&amp;gt; 11:31:04.390: &amp;lt;&amp;lt; 220 apollo.main ESMTP server ready.&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.390: &amp;gt;&amp;gt; EHLO border&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.390: &amp;lt;&amp;lt; 250-apollo.main Hello border; ESMTPs are:&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt;250-TIME&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.390: &amp;lt;&amp;lt; 250-SIZE 0&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.390: &amp;lt;&amp;lt; 250-8BITMIME&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.390: &amp;lt;&amp;lt; 250-AUTH CRAM-MD5 LOGIN&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.390: &amp;lt;&amp;lt; 250-AUTH=LOGIN&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.406: &amp;lt;&amp;lt; 250 HELP&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.593: &amp;gt;&amp;gt; MAIL FROM:&amp;lt;tdawson@&amp;gt; SIZE=817 AUTH=&amp;lt;&amp;gt; BODY=7BIT&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;I have a problem here with the MAIL FROM.&amp;nbsp; This is a bit confusing to me with the data after the SIZE command. I assume that the invalid email addresses yuo are using are not what you are sending. &lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;font color=&quot;#ff0000&quot; size=&quot;2&quot;&gt;&lt;font color=&quot;#ff0000&quot; size=&quot;2&quot;&gt;11:31:04.593: &amp;lt;&amp;lt; 250 Sender OK - send RCPTs.&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.593: &amp;gt;&amp;gt; RCPT TO:&amp;lt;&lt;a href=&quot;mailto:lists@lists%3E%3Ccr%3E%3Clf&quot; mce_href=&quot;mailto:lists@lists%3E%3Ccr%3E%3Clf&quot;&gt;lists@lists&amp;gt;&amp;lt;cr&amp;gt;&amp;lt;lf&lt;/a&gt;&amp;gt; 11:31:04.609: &amp;lt;&amp;lt; 250 Recipient OK - send RCPT or DATA.&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.609: &amp;gt;&amp;gt; DATA&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.609: &amp;lt;&amp;lt; 354 OK, send data, end with CRLF.CRLF&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.609: &amp;gt;&amp;gt; Received: from zeus (10.50.50.11) by mail (10.255.255.8) with&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.609: &amp;gt;&amp;gt;&amp;nbsp; Microsoft SMTP Server id 8.1.340.0; Tue, 3 Mar 2009 11:31:04 +1100&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.609: &amp;gt;&amp;gt; Sensitivity: Normal&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.625: &amp;gt;&amp;gt; Importance: Normal&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.625: &amp;gt;&amp;gt; MIME-Version: 1.0&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.625: &amp;gt;&amp;gt; From: &quot;Tim (support)&quot; &amp;lt;&lt;a href=&quot;mailto:tdawson@%3E%3Ccr%3E%3Clf&quot; mce_href=&quot;mailto:tdawson@%3E%3Ccr%3E%3Clf&quot;&gt;tdawson@&amp;gt;&amp;lt;cr&amp;gt;&amp;lt;lf&lt;/a&gt;&amp;gt; 11:31:04.625: &amp;gt;&amp;gt; To: &amp;lt;&lt;a href=&quot;mailto:lists@lists%3E%3Ccr%3E%3Clf&quot; mce_href=&quot;mailto:lists@lists%3E%3Ccr%3E%3Clf&quot;&gt;lists@lists&amp;gt;&amp;lt;cr&amp;gt;&amp;lt;lf&lt;/a&gt;&amp;gt; 11:31:04.640: &amp;gt;&amp;gt; Reply-To: &lt;a href=&quot;mailto:tdawson@%3Ccr%3E%3Clf&quot; mce_href=&quot;mailto:tdawson@%3Ccr%3E%3Clf&quot;&gt;tdawson@&amp;lt;cr&amp;gt;&amp;lt;lf&lt;/a&gt;&amp;gt; 11:31:04.640: &amp;gt;&amp;gt; Date: Tue, 3 Mar 2009 11:31:04 +1100&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.640: &amp;gt;&amp;gt; Subject: test from dbmail&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.640: &amp;gt;&amp;gt; Content-Type: text/plain; charset=&quot;utf-8&quot;&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.640: &amp;gt;&amp;gt; Content-Transfer-Encoding: base64&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.640: &amp;gt;&amp;gt; Message-ID: &amp;lt;&lt;a href=&quot;mailto:a4351037-a324-417b-baf9-f468968879cb@HESTIA.main%3E%3Ccr%3E%3Clf&quot; mce_href=&quot;mailto:a4351037-a324-417b-baf9-f468968879cb@HESTIA.main%3E%3Ccr%3E%3Clf&quot;&gt;a4351037-a324-417b-baf9-f468968879cb@HESTIA.main&amp;gt;&amp;lt;cr&amp;gt;&amp;lt;lf&lt;/a&gt;&amp;gt; 11:31:04.640: &amp;gt;&amp;gt; Return-Path: &lt;a href=&quot;mailto:tdawson@%3Ccr%3E%3Clf&quot; mce_href=&quot;mailto:tdawson@%3Ccr%3E%3Clf&quot;&gt;tdawson@&amp;lt;cr&amp;gt;&amp;lt;lf&lt;/a&gt;&amp;gt; 11:31:04.640: &amp;gt;&amp;gt; &amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.656: &amp;gt;&amp;gt; bGlzdA==&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.656: &amp;gt;&amp;gt; &amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.656: &amp;gt;&amp;gt; .&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.656: &amp;lt;&amp;lt; 250 Data received OK.&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.656: &amp;gt;&amp;gt; QUIT&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.671: &amp;lt;&amp;lt; 221 apollo.main Service closing channel.&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 11:31:04.671: --- Connection closed normally at Tue Mar 03 11:31:04 2009. --- 11:31:04.671:&amp;nbsp; &lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;However the message was properly received and the RFC 2822 message body looks normal.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;MAISER log is:- From &lt;a href=&quot;mailto:tdawson@u&quot; mce_href=&quot;mailto:tdawson@u&quot;&gt;tdawson@&lt;/a&gt; at Tue, 3 Mar 2009 11:31:07 +1100 &amp;nbsp; bGlzdA== &lt;/p&gt;&lt;p&gt;And the returned message is:&lt;/p&gt;&lt;p class=&quot;MsoPlainText&quot; style=&quot;margin: 0cm 0cm 0pt;&quot;&gt;&lt;font size=&quot;3&quot; face=&quot;Consolas&quot;&gt;The mail server has encountered errors processing your request: &lt;/font&gt;&lt;font size=&quot;3&quot;&gt;&lt;font face=&quot;Consolas&quot;&gt;&lt;span style=&quot;&quot;&gt;&lt;/span&gt;* Unrecognized command &quot;&quot;.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font color=&quot;#ff0000&quot; size=&quot;2&quot;&gt;&lt;font color=&quot;#ff0000&quot; size=&quot;2&quot;&gt; &lt;p&gt;&lt;font color=&quot;#0000ff&quot;&gt;Any Suggestions?&amp;nbsp; Does Maiser support Base64&lt;/font&gt;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/blockquote&gt;&lt;font color=&quot;#ff0000&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;/font&gt;&lt;/font&gt; &lt;font color=&quot;#ff0000&quot; size=&quot;2&quot;&gt;&lt;font color=&quot;#ff0000&quot; size=&quot;2&quot;&gt;&lt;/font&gt;&lt;/font&gt;&lt;blockquote&gt;&lt;font color=&quot;#ff0000&quot; size=&quot;2&quot;&gt;&lt;font color=&quot;#ff0000&quot; size=&quot;2&quot;&gt;&lt;p&gt;&lt;font color=&quot;#0000ff&quot;&gt;Tim&lt;/font&gt;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/blockquote&gt;&lt;font color=&quot;#ff0000&quot; size=&quot;2&quot;&gt;&lt;font color=&quot;#ff0000&quot; size=&quot;2&quot;&gt;&lt;p mce_keep=&quot;true&quot;&gt;&lt;font size=&quot;3&quot;&gt;&lt;font face=&quot;Consolas&quot;&gt;&lt;span style=&quot;&quot;&gt;&lt;/span&gt;Mercury/32 generally does not even care what the body text looks like as long as it&#039;s a valid RFC 2822 message body. That said, when you are doing a subscribe or unsubscribe to the maiser email address you do need to be sending plain test messages.&lt;/font&gt;&lt;/font&gt;[/quote]&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft