<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Coeamyd's - Mail</title>
    <link>http://www.coeamyd.net/</link>
    <description>...It ain't easy being green</description>
    <language>en-us</language>
    <copyright>Christoph Herold</copyright>
    <lastBuildDate>Mon, 16 Nov 2009 16:08:01 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 1.9.6264.0</generator>
    <managingEditor>Christoph.Herold@coeamyd.net</managingEditor>
    <webMaster>Christoph.Herold@coeamyd.net</webMaster>
    <item>
      <trackback:ping>http://www.coeamyd.net/Trackback.aspx?guid=b8d418dd-227c-4c8c-a8c6-f38cbd8bf11f</trackback:ping>
      <pingback:server>http://www.coeamyd.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.coeamyd.net/PermaLink,guid,b8d418dd-227c-4c8c-a8c6-f38cbd8bf11f.aspx</pingback:target>
      <dc:creator>Christoph Herold</dc:creator>
      <wfw:comment>http://www.coeamyd.net/CommentView,guid,b8d418dd-227c-4c8c-a8c6-f38cbd8bf11f.aspx</wfw:comment>
      <wfw:commentRss>http://www.coeamyd.net/SyndicationService.asmx/GetEntryCommentsRss?guid=b8d418dd-227c-4c8c-a8c6-f38cbd8bf11f</wfw:commentRss>
      <title>550 Die verwendete Absenderadresse gehoert nicht zu Ihrem authentifizierten STRATO Paket.</title>
      <guid isPermaLink="false">http://www.coeamyd.net/PermaLink,guid,b8d418dd-227c-4c8c-a8c6-f38cbd8bf11f.aspx</guid>
      <link>http://www.coeamyd.net/PermaLink,guid,b8d418dd-227c-4c8c-a8c6-f38cbd8bf11f.aspx</link>
      <pubDate>Mon, 16 Nov 2009 16:08:01 GMT</pubDate>
      <description>&lt;p&gt;
Today, one of my customers noticed, that the contact form on his site was not working
anymore. Since nothing had changed for quite a while, I went to look, and it was actually
so. A short check with the error returned from the SMTP mail library (PEAR_Mail) told
me, the error was
&lt;/p&gt;
&lt;pre&gt;550 Die verwendete Absenderadresse gehoert nicht zu Ihrem authentifizierten STRATO Paket.&lt;/pre&gt;
&lt;p&gt;
For those of you who don't understand german, it translates roughly to "The used sender's
address does not belong to your authenticated STRATO account." So I thought, no shit,
it never has been, because I send the mails using the email address the user enters,
so my customer can simply click "reply" in his mail program. This had never been a
problem before, so why was it now. What complicated the matter even more, was that
there is another form on the page, that also uses data entered by the user as the
sender's address, and it worked perfectly well.
&lt;/p&gt;
&lt;p&gt;
To keep things short: After tracing the tcp communication, I could not find any relevant
difference. So, I tested sending a mail with a simple "This is a test" message. What
can I say: It worked! Bj&amp;ouml;rn's an my guess is, that the STRATO mail server uses
a spam filter and did not accept my mail due to its content. I removed some superfluous
server data always submitted when sending a contact mail, and now things are working
again. That error message, though, is really misleading, and I hope they change it
to something more meaningful.
&lt;/p&gt;
&lt;p&gt;
So, if anyone else has this problem, try checking your mails content. It might be
"spammy" :-)
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.coeamyd.net/aggbug.ashx?id=b8d418dd-227c-4c8c-a8c6-f38cbd8bf11f" /&gt;</description>
      <comments>http://www.coeamyd.net/CommentView,guid,b8d418dd-227c-4c8c-a8c6-f38cbd8bf11f.aspx</comments>
      <category>Mail</category>
    </item>
    <item>
      <trackback:ping>http://www.coeamyd.net/Trackback.aspx?guid=c76428e2-4d76-40d0-a68c-6b3dea04b03c</trackback:ping>
      <pingback:server>http://www.coeamyd.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.coeamyd.net/PermaLink,guid,c76428e2-4d76-40d0-a68c-6b3dea04b03c.aspx</pingback:target>
      <dc:creator>Christoph Herold</dc:creator>
      <wfw:comment>http://www.coeamyd.net/CommentView,guid,c76428e2-4d76-40d0-a68c-6b3dea04b03c.aspx</wfw:comment>
      <wfw:commentRss>http://www.coeamyd.net/SyndicationService.asmx/GetEntryCommentsRss?guid=c76428e2-4d76-40d0-a68c-6b3dea04b03c</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Today, I had to make a template for a mailing. I decided to create it as a stationery
for Outlook, since this was the desired way of sending the mails. Not much to it,
one might think. I created the HTML for the template (of course using the dreaded
layout tables, since OL2007 went back to the stone age with its rendering engine),
and copied it and the required images to the stationery folder. Having done that,
the stationery showed in my list and I was able to create a mail using the template.
</p>
        <p>
But what's this?! Were do the gaps in between the images come from?! And why are my
shadows not aligned anymore?! Outlook simply went on and pratically destroyed my layout.
I basically tried everything that came to my mind, trying to fix the gaps: modified
paddings and margins using css, html attributes, added fixed widths and heights, nothing
seemed to work. I even removed all the tables and simply placed two images after one
another, no white space in between. Still, I got my gaps.
</p>
        <p>
When everything seemed hopeless, I decided to simply send the mail the way it was.
Guess what: everything is in perfect shape, when the mail arrives. No gaps, everything
is aligned perfectly. I can even simply forward this mail, and it looks great in the
editor. So the gaps only show, when you first create the mail using the stationery.
Afterwards, everything is as it should be.
</p>
        <p>
&lt;rant&gt;Now that's what I call a consistent user experience! Great job from the
folks at Microsoft. I wasted a whole day trying to work around this bug.&lt;/rant&gt;
</p>
        <p>
And by the way, using stationery is probably not the best solution, since Outlook
completely reformats your code and places all those unneccessary MSO* css styles in
your mail's code. So if something goes wrong with your mail, you might consider NOT
using Outlook to send it in the first place.<br /></p>
        <img width="0" height="0" src="http://www.coeamyd.net/aggbug.ashx?id=c76428e2-4d76-40d0-a68c-6b3dea04b03c" />
      </body>
      <title>Outlook 2007 stationeries and image spacing</title>
      <guid isPermaLink="false">http://www.coeamyd.net/PermaLink,guid,c76428e2-4d76-40d0-a68c-6b3dea04b03c.aspx</guid>
      <link>http://www.coeamyd.net/PermaLink,guid,c76428e2-4d76-40d0-a68c-6b3dea04b03c.aspx</link>
      <pubDate>Sun, 14 Dec 2008 22:50:02 GMT</pubDate>
      <description>&lt;p&gt;
Today, I had to make a template for a mailing. I decided to create it as a stationery
for Outlook, since this was the desired way of sending the mails. Not much to it,
one might think. I created the HTML for the template (of course using the dreaded
layout tables, since OL2007 went back to the stone age with its rendering engine),
and copied it and the required images to the stationery folder. Having done that,
the stationery showed in my list and I was able to create a mail using the template.
&lt;/p&gt;
&lt;p&gt;
But what's this?! Were do the gaps in between the images come from?! And why are my
shadows not aligned anymore?! Outlook simply went on and pratically destroyed my layout.
I basically tried everything that came to my mind, trying to fix the gaps: modified
paddings and margins using css, html attributes, added fixed widths and heights, nothing
seemed to work. I even removed all the tables and simply placed two images after one
another, no white space in between. Still, I got my gaps.
&lt;/p&gt;
&lt;p&gt;
When everything seemed hopeless, I decided to simply send the mail the way it was.
Guess what: everything is in perfect shape, when the mail arrives. No gaps, everything
is aligned perfectly. I can even simply forward this mail, and it looks great in the
editor. So the gaps only show, when you first create the mail using the stationery.
Afterwards, everything is as it should be.
&lt;/p&gt;
&lt;p&gt;
&amp;lt;rant&amp;gt;Now that's what I call a consistent user experience! Great job from the
folks at Microsoft. I wasted a whole day trying to work around this bug.&amp;lt;/rant&amp;gt;
&lt;/p&gt;
&lt;p&gt;
And by the way, using stationery is probably not the best solution, since Outlook
completely reformats your code and places all those unneccessary MSO* css styles in
your mail's code. So if something goes wrong with your mail, you might consider NOT
using Outlook to send it in the first place.&lt;br&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.coeamyd.net/aggbug.ashx?id=c76428e2-4d76-40d0-a68c-6b3dea04b03c" /&gt;</description>
      <comments>http://www.coeamyd.net/CommentView,guid,c76428e2-4d76-40d0-a68c-6b3dea04b03c.aspx</comments>
      <category>HTML;Mail;Outlook;Web</category>
    </item>
  </channel>
</rss>