Community Discussions and Support
Email address parsing error?

10:12:48.713: >> MAIL FROM:<charlie<charlie.trial@gmail.com>><cr><lf>

This is invalid, the MAIL FROM: address should NOT include the personal name.  If should be simply <charlie.trial@gmail.com>  Your PHP function for sending mail should have a separate entry for the SMTP MAIL FROM: address and the RFC 2822 message header From: if it does not then use only the simple SMTP e-mail address without the brackets.

And yes I use MercuryC for relaying the email. The thing is that I if I use Mercury testing function 'Send mail message' and type the same text charlie<charlie.trial@gmail.com> into From textbox, the email is sent correctly.

Different From: address here.  This is only the RFC 2822 message body From: address since it's being sent directly to the queue and not via SMTP via MercuryS.

 

 

&lt;blockquote&gt;&lt;p&gt;10:12:48.713: &amp;gt;&amp;gt; &lt;b&gt;MAIL FROM:&amp;lt;charlie&amp;lt;charlie.trial@gmail.com&amp;gt;&amp;gt;&lt;/b&gt;&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;This is invalid, the MAIL FROM: address should NOT include the personal name.&amp;nbsp; If should be simply &amp;lt;charlie.trial@gmail.com&amp;gt;&amp;nbsp; Your PHP function for sending mail should have a separate entry for the SMTP MAIL FROM: address and the RFC 2822 message header From: if it does not then use only the simple SMTP e-mail address without the brackets. &lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;And yes I use MercuryC for relaying the email. The thing is that I if I use Mercury testing function &#039;&lt;span style=&quot;font-weight: bold;&quot;&gt;Send mail message&lt;/span&gt;&#039; and type the same text &lt;span style=&quot;font-weight: bold;&quot;&gt;charlie&amp;lt;charlie.trial@gmail.com&amp;gt; &lt;/span&gt;into From textbox, the email is sent correctly.&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Different From: address here.&amp;nbsp; This is only the RFC 2822 message body From: address since it&#039;s being sent directly to the queue and not via SMTP via MercuryS.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;

Hi, I am new to use mercury.

I wanna use Gmail to send email so that I configured the SMTP client.The thing is that when I tested it by PHP script and looked at the display message on Mercury Core process window, strange things happened!

Here is my My simple PHP script:


$headers = 'From: charlie.trial@gmail.com';

mail('charlie.trial@gmail.com', 'Mercury test mail', 'test email', $headers);

The above one worked perfectly. But if I changed header into this:

$headers = 'From: <charlie.trial@gmail.com><charlie.trial>';</charlie.trial>@gmail.com>

Problem occurred! Below is the log

12:56:58 Job MG000007: from <charlie.trial@gmail.com {non-local}

To: charlie.trial@gmail.com {non-local} (job MO000008) - OK

The symbol '>' is removed so that the error occured. Anyone encountered this problem? I use version 4.5 in Xampp package.

&lt;p&gt; Hi, I am new to use mercury. I wanna use Gmail to send email so that I configured the SMTP client.The thing is that when I tested it by PHP script and looked at the display message on Mercury Core process window, strange things happened! Here is my My simple PHP script: $headers = &#039;From: charlie.trial@gmail.com&#039;; mail(&#039;charlie.trial@gmail.com&#039;, &#039;Mercury test mail&#039;, &#039;test email&#039;, $headers); The above one worked perfectly. But if I changed header into this: $headers = &#039;From: &lt;b&gt;&amp;lt;charlie.trial@gmail.com&amp;gt;&lt;/b&gt;&lt;charlie.trial@gmail.com&gt;&#039;;&lt;/charlie.trial@gmail.com&gt;&lt;/p&gt; &lt;p&gt;Problem occurred! Below is the log 12:56:58 Job MG000007: &lt;b&gt;from &amp;lt;charlie.trial@gmail.com&lt;/b&gt; {non-local} To: charlie.trial@gmail.com {non-local} (job MO000008) - OK&lt;/p&gt;&lt;p&gt;The symbol &lt;b&gt;&#039;&amp;gt;&#039;&lt;/b&gt; is removed so that the error occured. Anyone encountered this problem? I use version 4.5 in Xampp package. &lt;/p&gt;

[quote user="alien9882"]Hi, I am new to use mercury.

I wanna use Gmail to send email so that I configured the SMTP client.The thing is that when I tested it by PHP script and looked at the display message on Mercury Core process window, strange things happened!

Here is my My simple PHP script:


$headers = 'From: charlie.trial@gmail.com';

mail('charlie.trial@gmail.com', 'Mercury test mail', 'test email', $headers)


The above one worked perfectly. But if I changed header into this:

$headers = 'From: <charlie.trial@gmail.com><charlie.trial>';</charlie.trial>@gmail.com>

Problem occurred! Below is the log

12:56:58 Job MG000007: from <charlie.trial@gmail.com {non-local}

To: charlie.trial@gmail.com {non-local} (job MO000008) - OK

The RFC 2822 body header From: does not require the <> unless using a personal name while the SMTP MAIL FROM: does.   In any case use session logging in MercuryS to see exactly what is being sent to MercuryS from your PHP application.  Here's a sample session log.  Note the form of the highlighted MAIL FROM: and From: addresses.

14:21:10.265: Connection from 192.168.1.5, Fri Oct 24 14:21:10 2008<lf>
14:21:10.265: << 220 tstephenson.com ESMTP server ready.<cr><lf>
14:21:10.281: >> EHLO [192.168.1.5]<cr><lf>
14:21:10.281: << 250-tstephenson.com Hello [192.168.1.5]; ESMTPs are:<cr><lf>250-TIME<cr><lf>
14:21:10.281: << 250-SIZE 0<cr><lf>
14:21:10.281: << 250-AUTH CRAM-MD5 LOGIN<cr><lf>
14:21:10.281: << 250-AUTH=LOGIN<cr><lf>
14:21:10.281: << 250-STARTTLS<cr><lf>
14:21:10.281: << 250 HELP<cr><lf>
14:21:10.453: >> AUTH CRAM-MD5<cr><lf>
14:21:10.453: << 334 PDPDg0Mzk3NDUzLjM0NkB0c3RlRIcGhlbnNvbi5jb20+<cr><lf>
14:21:10.453: >> dXNElciA4YTA2NTU0OWVlODDVjZMZMZmU2YjFEhZTJhMjE3MGQ3OWI4MA==<cr><lf>
14:21:10.453: << 235 Authentication successful.<cr><lf>
14:21:10.453: >> RSET<cr><lf>
14:21:10.453: << 250 Command processed OK.<cr><lf>
14:21:10.453: >> MAIL FROM:<thomas@tstephenson.com><cr><lf>
14:21:10.453: << 250 Sender OK - send RCPTs.<cr><lf>
14:21:10.453: >> RCPT TO:<support@tstephenson.com><cr><lf>
14:21:10.468: << 250 Recipient OK - send RCPT or DATA.<cr><lf>
14:21:10.468: >> DATA<cr><lf>
14:21:10.468: << 354 OK, send data, end with CRLF.CRLF<cr><lf>
14:21:10.468: >> Date: Fri, 24 Oct 2008 14:21:10 -0700<cr><lf>
14:21:10.468: >> From: Thomas Stephenson <thomas@tstephenson.com><cr><lf>
14:21:10.468: >> To: support@tstephenson.com<cr><lf>
14:21:10.468: >> Subject: Test of AUTH.<cr><lf>
14:21:10.468: >> Message-Id: <20081024142101.6DA6.5E4A2843@tstephenson.com><cr><lf>
14:21:10.468: >> MIME-Version: 1.0<cr><lf>
14:21:10.468: >> Content-Type: text/plain; charset="US-ASCII"<cr><lf>
14:21:10.468: >> Content-Transfer-Encoding: 7bit<cr><lf>
14:21:10.468: >> X-Mailer: Becky! ver. 2.48.01 [en]<cr><lf>
14:21:10.468: >> <cr><lf>
14:21:10.468: >> This a a test of becky authorization.<cr><lf>
14:21:10.468: >> <cr><lf>
14:21:10.468: >> <cr><lf>
14:21:10.468: >> <cr><lf>
14:21:10.468: >> -- <cr><lf>
14:21:10.468: >> Thomas Stephenson <thomas@tstephenson.com><cr><lf>
14:21:10.468: >> <cr><lf>
14:21:10.625: >> .<cr><lf>
14:21:10.625: << 250 Data received OK.<cr><lf>
14:21:10.656: >> QUIT<cr><lf>
14:21:10.656: << 221 tstephenson.com Service closing channel.<cr><lf>
14:21:10.656: --- Connection closed normally at Fri Oct 24 14:21:10 2008. ---
14:21:10.656:

The symbol '>' is removed so that the error occured. Anyone encountered this problem? I use version 4.5 in Xampp package.

You might have to do a lot of configuration in Mercury, the XAMPP installer does not do a very good job of this.  Make sure you are running Mercury v4.62 as well.  Has nothing to do with this specific problem but it really needs to be setup properly.  Probably cannot use MercuryE to send mail unless you have a fixed IP address and registered domain name so you need to convert to MercuryC and use your ISP's SMTP host for relaying.

[/quote]
&lt;blockquote&gt;[quote user=&quot;alien9882&quot;]Hi, I am new to use mercury. &lt;p&gt; I wanna use Gmail to send email so that I configured the SMTP client.The thing is that when I tested it by PHP script and looked at the display message on Mercury Core process window, strange things happened! Here is my My simple PHP script: $headers = &#039;From: charlie.trial@gmail.com&#039;; mail(&#039;charlie.trial@gmail.com&#039;, &#039;Mercury test mail&#039;, &#039;test email&#039;, $headers)&lt;/p&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;p&gt; The above one worked perfectly. But if I changed header into this: $headers = &#039;From: &lt;b&gt;&amp;lt;charlie.trial@gmail.com&amp;gt;&lt;/b&gt;&lt;charlie.trial@gmail.com&gt;&#039;;&lt;/charlie.trial@gmail.com&gt;&lt;/p&gt;&lt;p&gt;Problem occurred! Below is the log 12:56:58 Job MG000007: &lt;b&gt;from &amp;lt;charlie.trial@gmail.com&lt;/b&gt; {non-local} To: charlie.trial@gmail.com {non-local} (job MO000008) - OK&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;The RFC 2822 body header From: does not require the &amp;lt;&amp;gt; unless using a personal name while the SMTP MAIL FROM: does. &amp;nbsp; In any case use session logging in MercuryS to see exactly what is being sent to MercuryS from your PHP application.&amp;nbsp; Here&#039;s a sample session log.&amp;nbsp; Note the form of the highlighted MAIL FROM: and From: addresses.&lt;/p&gt;14:21:10.265: Connection from 192.168.1.5, Fri Oct 24 14:21:10 2008&amp;lt;lf&amp;gt; 14:21:10.265: &amp;lt;&amp;lt; 220 tstephenson.com ESMTP server ready.&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.281: &amp;gt;&amp;gt; EHLO [192.168.1.5]&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.281: &amp;lt;&amp;lt; 250-tstephenson.com Hello [192.168.1.5]; ESMTPs are:&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt;250-TIME&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.281: &amp;lt;&amp;lt; 250-SIZE 0&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.281: &amp;lt;&amp;lt; 250-AUTH CRAM-MD5 LOGIN&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.281: &amp;lt;&amp;lt; 250-AUTH=LOGIN&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.281: &amp;lt;&amp;lt; 250-STARTTLS&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.281: &amp;lt;&amp;lt; 250 HELP&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.453: &amp;gt;&amp;gt; AUTH CRAM-MD5&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.453: &amp;lt;&amp;lt; 334 PDPDg0Mzk3NDUzLjM0NkB0c3RlRIcGhlbnNvbi5jb20+&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.453: &amp;gt;&amp;gt; dXNElciA4YTA2NTU0OWVlODDVjZMZMZmU2YjFEhZTJhMjE3MGQ3OWI4MA==&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.453: &amp;lt;&amp;lt; 235 Authentication successful.&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.453: &amp;gt;&amp;gt; RSET&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.453: &amp;lt;&amp;lt; 250 Command processed OK.&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; &lt;b&gt;14:21:10.453: &amp;gt;&amp;gt; MAIL FROM:&amp;lt;thomas@tstephenson.com&amp;gt;&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt;&lt;/b&gt; 14:21:10.453: &amp;lt;&amp;lt; 250 Sender OK - send RCPTs.&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.453: &amp;gt;&amp;gt; RCPT TO:&amp;lt;support@tstephenson.com&amp;gt;&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.468: &amp;lt;&amp;lt; 250 Recipient OK - send RCPT or DATA.&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.468: &amp;gt;&amp;gt; DATA&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.468: &amp;lt;&amp;lt; 354 OK, send data, end with CRLF.CRLF&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.468: &amp;gt;&amp;gt; Date: Fri, 24 Oct 2008 14:21:10 -0700&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; &lt;b&gt;14:21:10.468: &amp;gt;&amp;gt; From: Thomas Stephenson &amp;lt;thomas@tstephenson.com&amp;gt;&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt;&lt;/b&gt; 14:21:10.468: &amp;gt;&amp;gt; To: support@tstephenson.com&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.468: &amp;gt;&amp;gt; Subject: Test of AUTH.&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.468: &amp;gt;&amp;gt; Message-Id: &amp;lt;20081024142101.6DA6.5E4A2843@tstephenson.com&amp;gt;&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.468: &amp;gt;&amp;gt; MIME-Version: 1.0&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.468: &amp;gt;&amp;gt; Content-Type: text/plain; charset=&quot;US-ASCII&quot;&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.468: &amp;gt;&amp;gt; Content-Transfer-Encoding: 7bit&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.468: &amp;gt;&amp;gt; X-Mailer: Becky! ver. 2.48.01 [en]&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.468: &amp;gt;&amp;gt; &amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.468: &amp;gt;&amp;gt; This a a test of becky authorization.&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.468: &amp;gt;&amp;gt; &amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.468: &amp;gt;&amp;gt; &amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.468: &amp;gt;&amp;gt; &amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.468: &amp;gt;&amp;gt; -- &amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.468: &amp;gt;&amp;gt; Thomas Stephenson &amp;lt;thomas@tstephenson.com&amp;gt;&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.468: &amp;gt;&amp;gt; &amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.625: &amp;gt;&amp;gt; .&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.625: &amp;lt;&amp;lt; 250 Data received OK.&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.656: &amp;gt;&amp;gt; QUIT&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.656: &amp;lt;&amp;lt; 221 tstephenson.com Service closing channel.&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 14:21:10.656: --- Connection closed normally at Fri Oct 24 14:21:10 2008. --- 14:21:10.656: &lt;blockquote&gt;&lt;p&gt;The symbol &lt;b&gt;&#039;&amp;gt;&#039;&lt;/b&gt; is removed so that the error occured. Anyone encountered this problem? I use version 4.5 in Xampp package. &lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;You might have to do a lot of configuration in Mercury, the XAMPP installer does not do a very good job of this.&amp;nbsp; Make sure you are running Mercury v4.62 as well.&amp;nbsp; Has nothing to do with this specific problem but it really needs to be setup properly.&amp;nbsp; Probably cannot use MercuryE to send mail unless you have a fixed IP address and registered domain name so you need to convert to MercuryC and use your ISP&#039;s SMTP host for relaying. &lt;/p&gt;&lt;blockquote&gt;[/quote]&lt;/blockquote&gt;

Thanks for your reply. I opened the session log and it showed the correct message.

10:12:48.698: Connection from 127.0.0.1, Wed May 27 10:12:48 2009<lf>
10:12:48.698: << 220 My SMTP ESMTP server ready.<cr><lf>
10:12:48.698: >> HELO Charlie<cr><lf>
10:12:48.713: << 250 Magento SMTP Hello, HP-TX2000.<cr><lf>
10:12:48.713: >> MAIL FROM:<charlie<charlie.trial@gmail.com>><cr><lf>
10:12:48.713: << 250 Sender OK - send RCPTs.<cr><lf>
10:12:48.729: >> RCPT TO:<charlie.trial@gmail.com><cr><lf>
10:12:49.745: << 250 Recipient OK - send RCPT or DATA.<cr><lf>
10:12:49.760: >> DATA<cr><lf>
10:12:49.776: << 354 OK, send data, end with CRLF.CRLF<cr><lf>
10:12:49.776: >> Date: Wed, 27 May 2009 10:12:49 +0200<cr><lf>
10:12:49.776: >> Subject: Mercury test mail<cr><lf>
10:12:49.776: >> To: charlie.trial@gmail.com<cr><lf>
10:12:49.776: >> From: charlie<charlie.trial@gmail.com><cr><lf>
10:12:49.791: >> <cr><lf>
10:12:49.791: >> test email<cr><lf>
10:12:49.791: >> .<cr><lf>
10:12:49.791: << 250 Data received OK.<cr><lf>
10:12:49.791: >> QUIT<cr><lf>
10:12:49.807: << 221 Magento SMTP Service closing channel.<cr><lf>
10:12:49.807: --- Connection closed normally at Wed May 27 10:12:49 2009. --- 

And yes I use MercuryC for relaying the email. The thing is that I if I use Mercury testing function 'Send mail message' and type the same text charlie<charlie.trial@gmail.com> into From textbox, the email is sent correctly. 

Any idea?

&lt;p&gt;Thanks for your reply. I opened the session log and it showed the correct message.&lt;/p&gt;&lt;p&gt;10:12:48.698: Connection from 127.0.0.1, Wed May 27 10:12:48 2009&amp;lt;lf&amp;gt; 10:12:48.698: &amp;lt;&amp;lt; 220 My SMTP ESMTP server ready.&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 10:12:48.698: &amp;gt;&amp;gt; HELO Charlie&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 10:12:48.713: &amp;lt;&amp;lt; 250 Magento SMTP Hello, HP-TX2000.&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 10:12:48.713: &amp;gt;&amp;gt; &lt;b&gt;MAIL FROM:&amp;lt;charlie&amp;lt;charlie.trial@gmail.com&amp;gt;&amp;gt;&lt;/b&gt;&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 10:12:48.713: &amp;lt;&amp;lt; 250 Sender OK - send RCPTs.&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 10:12:48.729: &amp;gt;&amp;gt; RCPT TO:&amp;lt;charlie.trial@gmail.com&amp;gt;&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 10:12:49.745: &amp;lt;&amp;lt; 250 Recipient OK - send RCPT or DATA.&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 10:12:49.760: &amp;gt;&amp;gt; DATA&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 10:12:49.776: &amp;lt;&amp;lt; 354 OK, send data, end with CRLF.CRLF&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 10:12:49.776: &amp;gt;&amp;gt; Date: Wed, 27 May 2009 10:12:49 +0200&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 10:12:49.776: &amp;gt;&amp;gt; Subject: Mercury test mail&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 10:12:49.776: &amp;gt;&amp;gt; To: charlie.trial@gmail.com&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 10:12:49.776: &amp;gt;&amp;gt; &lt;b&gt;From: charlie&amp;lt;charlie.trial@gmail.com&amp;gt;&lt;/b&gt;&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 10:12:49.791: &amp;gt;&amp;gt; &amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 10:12:49.791: &amp;gt;&amp;gt; test email&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 10:12:49.791: &amp;gt;&amp;gt; .&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 10:12:49.791: &amp;lt;&amp;lt; 250 Data received OK.&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 10:12:49.791: &amp;gt;&amp;gt; QUIT&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 10:12:49.807: &amp;lt;&amp;lt; 221 Magento SMTP Service closing channel.&amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; 10:12:49.807: --- Connection closed normally at Wed May 27 10:12:49 2009. ---&amp;nbsp;&lt;/p&gt;&lt;p&gt;And yes I use MercuryC for relaying the email. The thing is that I if I use Mercury testing function &#039;&lt;span style=&quot;font-weight: bold;&quot;&gt;Send mail message&lt;/span&gt;&#039; and type the same text &lt;span style=&quot;font-weight: bold;&quot;&gt;charlie&amp;lt;charlie.trial@gmail.com&amp;gt; &lt;/span&gt;into From textbox, the email is sent correctly.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any idea? &lt;/p&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