<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/mimemessage-dev</id>
  <title type="text">mimemessage-dev Google Group</title>
  <subtitle type="text">
  List for discussions of matters related with the development of the MIME message composing and sending PHP mailer class.
  </subtitle>
  <link href="/group/mimemessage-dev/feed/atom_v1_0_msgs.xml" rel="self" title="mimemessage-dev feed"/>
  <updated>2009-02-10T09:27:21Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>adam morris</name>
  <email>adamor...@gmail.com</email>
  </author>
  <updated>2009-02-10T09:27:21Z</updated>
  <id>http://groups.google.com/group/mimemessage-dev/browse_thread/thread/4e2b80cf40cc6265/8c9c4d43668b025b?show_docid=8c9c4d43668b025b</id>
  <link href="http://groups.google.com/group/mimemessage-dev/browse_thread/thread/4e2b80cf40cc6265/8c9c4d43668b025b?show_docid=8c9c4d43668b025b"/>
  <title type="text">test_html_mail_message.php</title>
  <summary type="html" xml:space="preserve">
  Set up this script to send an HTML email with text alternative. Works &lt;br&gt; brilliantly! However, I am going to need to send my email to about 50 &lt;br&gt; or 60 recipients and I cannot for the life of me work out how to alter &lt;br&gt; this script to do that. I have tried using the array from &lt;br&gt; &#39;test_personalized_bulk_mail.p hp&#39; but no joy. As you probably gather,
  </summary>
  </entry>
  <entry>
  <author>
  <name>Otto</name>
  <email>o...@simonconsulting.at</email>
  </author>
  <updated>2009-01-27T07:56:44Z</updated>
  <id>http://groups.google.com/group/mimemessage-dev/browse_thread/thread/5c9c6c87716b4489/71ae6e8b3b2143cd?show_docid=71ae6e8b3b2143cd</id>
  <link href="http://groups.google.com/group/mimemessage-dev/browse_thread/thread/5c9c6c87716b4489/71ae6e8b3b2143cd?show_docid=71ae6e8b3b2143cd"/>
  <title type="text">Re: Problems if message subject contains both umlauts and question mark</title>
  <summary type="html" xml:space="preserve">
  Sur. But in my software version SetEncodedHeader did NOT call the &lt;br&gt; QuotedPrintableEncode funtion. So I guess this is the reason why my &lt;br&gt; header was not encoded correctly.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Manuel Lemos</name>
  <email>mle...@acm.org</email>
  </author>
  <updated>2009-01-27T07:47:52Z</updated>
  <id>http://groups.google.com/group/mimemessage-dev/browse_thread/thread/5c9c6c87716b4489/4c50ae6fafd37b9e?show_docid=4c50ae6fafd37b9e</id>
  <link href="http://groups.google.com/group/mimemessage-dev/browse_thread/thread/5c9c6c87716b4489/4c50ae6fafd37b9e?show_docid=4c50ae6fafd37b9e"/>
  <title type="text">Re: Problems if message subject contains both umlauts and question mark</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; on 01/27/2009 05:38 AM Otto said the following: &lt;br&gt; Yes, for headers that may contain non-ASCII characters, like for &lt;br&gt; instance Subject, you should always use SetEncodedHeader.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Otto</name>
  <email>o...@simonconsulting.at</email>
  </author>
  <updated>2009-01-27T07:38:49Z</updated>
  <id>http://groups.google.com/group/mimemessage-dev/browse_thread/thread/5c9c6c87716b4489/cb4e865303e13d78?show_docid=cb4e865303e13d78</id>
  <link href="http://groups.google.com/group/mimemessage-dev/browse_thread/thread/5c9c6c87716b4489/cb4e865303e13d78?show_docid=cb4e865303e13d78"/>
  <title type="text">Re: Problems if message subject contains both umlauts and question mark</title>
  <summary type="html" xml:space="preserve">
  Manuel, &lt;br&gt; &lt;p&gt;Thank you for your quick reply. &lt;br&gt; &lt;p&gt;What I discovered in the meantime: &lt;br&gt; &lt;p&gt;If I replace one line in &amp;quot;SetEncodedHeader&amp;quot;, it is working: &lt;br&gt; &lt;p&gt;OLD: &lt;br&gt; return($this-&amp;gt;SetHeader($heade r,$value,strlen($encoding_char set) ? &lt;br&gt; $encoding_charset : $this-&amp;gt;default_charset)); &lt;br&gt; &lt;p&gt;NEW: &lt;br&gt; return($this-&amp;gt;SetHeader($heade r,$this-&amp;gt;QuotedPrintableEncode ($value,
  </summary>
  </entry>
  <entry>
  <author>
  <name>Manuel Lemos</name>
  <email>mle...@acm.org</email>
  </author>
  <updated>2009-01-27T07:31:53Z</updated>
  <id>http://groups.google.com/group/mimemessage-dev/browse_thread/thread/5c9c6c87716b4489/1f735ff25369e0ff?show_docid=1f735ff25369e0ff</id>
  <link href="http://groups.google.com/group/mimemessage-dev/browse_thread/thread/5c9c6c87716b4489/1f735ff25369e0ff?show_docid=1f735ff25369e0ff"/>
  <title type="text">Re: Problems if message subject contains both umlauts and question mark</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; on 01/27/2009 04:52 AM Otto said the following: &lt;br&gt; I tried this case and it worked correctly. There is even a case of &lt;br&gt; test_quoted_printable.php script that tests question marks at the end of &lt;br&gt; headers. Could you be using an old version of the class with bugs?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Otto</name>
  <email>o...@simonconsulting.at</email>
  </author>
  <updated>2009-01-27T06:52:13Z</updated>
  <id>http://groups.google.com/group/mimemessage-dev/browse_thread/thread/5c9c6c87716b4489/e9aa1115c69142e5?show_docid=e9aa1115c69142e5</id>
  <link href="http://groups.google.com/group/mimemessage-dev/browse_thread/thread/5c9c6c87716b4489/e9aa1115c69142e5?show_docid=e9aa1115c69142e5"/>
  <title type="text">Problems if message subject contains both umlauts and question mark</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;I guess this is a software bug. &lt;br&gt; &lt;p&gt;If my MIME/UTF-8 message&#39;s subject contains both umlauts and a &lt;br&gt; question mark, the question mark apparently gets not MIME encoded &lt;br&gt; correctly and the whole subject looks weired. &lt;br&gt; &lt;p&gt;I guess in this case, the question mark should be encoded as &amp;quot;=3F&amp;quot;, &lt;br&gt; but it is not.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Manuel Lemos</name>
  <email>mle...@acm.org</email>
  </author>
  <updated>2008-04-30T08:42:29Z</updated>
  <id>http://groups.google.com/group/mimemessage-dev/browse_thread/thread/aa92a64b21b1f847/404620b62823160e?show_docid=404620b62823160e</id>
  <link href="http://groups.google.com/group/mimemessage-dev/browse_thread/thread/aa92a64b21b1f847/404620b62823160e?show_docid=404620b62823160e"/>
  <title type="text">Re: Bulk Mail using SMTP</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; on 04/30/2008 05:22 AM Peter said the following: &lt;br&gt; If you read the documentation, you do not need to wonder reading the &lt;br&gt; source. Only the smpt_host variable is documented and is the one to &lt;br&gt; use. The host_name variable is not even of this package, it is of the &lt;br&gt; SMTP class.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Peter</name>
  <email>pe...@ozenet.com.au</email>
  </author>
  <updated>2008-04-30T08:22:28Z</updated>
  <id>http://groups.google.com/group/mimemessage-dev/browse_thread/thread/aa92a64b21b1f847/880248035a847a28?show_docid=880248035a847a28</id>
  <link href="http://groups.google.com/group/mimemessage-dev/browse_thread/thread/aa92a64b21b1f847/880248035a847a28?show_docid=880248035a847a28"/>
  <title type="text">Re: Bulk Mail using SMTP</title>
  <summary type="html" xml:space="preserve">
  So where do I set smtp_host? As you can see from above, I set &lt;br&gt; $email_message-&amp;gt;host_name=&amp;quot;mai l.aapt.net.au&amp;quot;; Should I have set &lt;br&gt; $email_message-&amp;gt;smpt_host=&amp;quot;mai l.aapt.net.au&amp;quot;;? &lt;br&gt; &lt;p&gt;I am not trying to poke it, just trying to get it to work. My poke &lt;br&gt; worked. &lt;br&gt; &lt;p&gt;I should be able to set a global SMPT mail server without having to
  </summary>
  </entry>
  <entry>
  <author>
  <name>Manuel Lemos</name>
  <email>mle...@acm.org</email>
  </author>
  <updated>2008-04-30T07:04:33Z</updated>
  <id>http://groups.google.com/group/mimemessage-dev/browse_thread/thread/aa92a64b21b1f847/67c0877550f16923?show_docid=67c0877550f16923</id>
  <link href="http://groups.google.com/group/mimemessage-dev/browse_thread/thread/aa92a64b21b1f847/67c0877550f16923?show_docid=67c0877550f16923"/>
  <title type="text">Re: Bulk Mail using SMTP</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; on 04/30/2008 03:54 AM Peter said the following: &lt;br&gt; The right variable to set is smtp_host. There is no host_name variable. &lt;br&gt; That is of the SMTP object, which is private and you should not be &lt;br&gt; poking it.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Peter</name>
  <email>pe...@ozenet.com.au</email>
  </author>
  <updated>2008-04-30T06:54:17Z</updated>
  <id>http://groups.google.com/group/mimemessage-dev/browse_thread/thread/aa92a64b21b1f847/24386a9fe3c02a6e?show_docid=24386a9fe3c02a6e</id>
  <link href="http://groups.google.com/group/mimemessage-dev/browse_thread/thread/aa92a64b21b1f847/24386a9fe3c02a6e?show_docid=24386a9fe3c02a6e"/>
  <title type="text">Re: Bulk Mail using SMTP</title>
  <summary type="html" xml:space="preserve">
  I use the Send function. Send() calls StartSendingMessage(). In the &lt;br&gt; Send() function $this-&amp;gt;host_name is &#39;mail.aapt.net.au&#39;. As soon as &lt;br&gt; StartSendingMessage() is called by the Send() function, $this-
  </summary>
  </entry>
  <entry>
  <author>
  <name>Manuel Lemos</name>
  <email>mle...@acm.org</email>
  </author>
  <updated>2008-04-30T06:02:53Z</updated>
  <id>http://groups.google.com/group/mimemessage-dev/browse_thread/thread/aa92a64b21b1f847/769217e46047f74e?show_docid=769217e46047f74e</id>
  <link href="http://groups.google.com/group/mimemessage-dev/browse_thread/thread/aa92a64b21b1f847/769217e46047f74e?show_docid=769217e46047f74e"/>
  <title type="text">Re: Bulk Mail using SMTP</title>
  <summary type="html" xml:space="preserve">
  Hello &lt;br&gt; on 04/30/2008 02:50 AM Peter said the following: &lt;br&gt; You should not use the StartSendingMessage because it is private and so &lt;br&gt; it is not documented. You need to use the Send function to send the message.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Peter</name>
  <email>pe...@ozenet.com.au</email>
  </author>
  <updated>2008-04-30T05:50:40Z</updated>
  <id>http://groups.google.com/group/mimemessage-dev/browse_thread/thread/aa92a64b21b1f847/95c4ed9ec5b7edd7?show_docid=95c4ed9ec5b7edd7</id>
  <link href="http://groups.google.com/group/mimemessage-dev/browse_thread/thread/aa92a64b21b1f847/95c4ed9ec5b7edd7?show_docid=95c4ed9ec5b7edd7"/>
  <title type="text">Re: Bulk Mail using SMTP</title>
  <summary type="html" xml:space="preserve">
  OK &lt;br&gt; &lt;p&gt;But why do I have to set it in StartSendingMessage()? Why doesn&#39;t &lt;br&gt; StartSendingMessage() retain the the same class variable value as &lt;br&gt; Send() does?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Manuel Lemos</name>
  <email>mle...@acm.org</email>
  </author>
  <updated>2008-04-30T05:21:02Z</updated>
  <id>http://groups.google.com/group/mimemessage-dev/browse_thread/thread/aa92a64b21b1f847/805c9c3002897f46?show_docid=805c9c3002897f46</id>
  <link href="http://groups.google.com/group/mimemessage-dev/browse_thread/thread/aa92a64b21b1f847/805c9c3002897f46?show_docid=805c9c3002897f46"/>
  <title type="text">Re: Bulk Mail using SMTP</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; on 04/29/2008 11:42 PM Peter said the following: &lt;br&gt; smtp_host is a class variable that you can set to whatever SMTP server &lt;br&gt; domain you want.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Peter</name>
  <email>pe...@ozenet.com.au</email>
  </author>
  <updated>2008-04-30T02:42:15Z</updated>
  <id>http://groups.google.com/group/mimemessage-dev/browse_thread/thread/aa92a64b21b1f847/b3df6db3b5836298?show_docid=b3df6db3b5836298</id>
  <link href="http://groups.google.com/group/mimemessage-dev/browse_thread/thread/aa92a64b21b1f847/b3df6db3b5836298?show_docid=b3df6db3b5836298"/>
  <title type="text">Bulk Mail using SMTP</title>
  <summary type="html" xml:space="preserve">
  Hi &lt;br&gt; &lt;p&gt;Successfully implemented this on a Linux server and then decided that &lt;br&gt; I needed to do the same on a Windows Server using SMTP. &lt;br&gt; &lt;p&gt;So &lt;br&gt; &lt;p&gt;Added the classes: &lt;br&gt; require(&amp;quot;../../classes/mime/sm tp.php&amp;quot;); &lt;br&gt; require(&amp;quot;../../classes/mime/sm tp_message.php&amp;quot;); &lt;br&gt; &lt;p&gt;Created the Class &amp;amp; set the SMTP Variables: &lt;br&gt; $email_message=new smtp_message_class;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Manuel Lemos</name>
  <email>mle...@acm.org</email>
  </author>
  <updated>2008-02-24T06:50:37Z</updated>
  <id>http://groups.google.com/group/mimemessage-dev/browse_thread/thread/9b6e45569e394d0e/b22582c6801cea7a?show_docid=b22582c6801cea7a</id>
  <link href="http://groups.google.com/group/mimemessage-dev/browse_thread/thread/9b6e45569e394d0e/b22582c6801cea7a?show_docid=b22582c6801cea7a"/>
  <title type="text">Re: sending email form a webpage</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; on 02/22/2008 03:27 PM suchi said the following: &lt;br&gt; If you leave it as configured by default by the normal PHP installation, &lt;br&gt; usually it is ok.
  </summary>
  </entry>
</feed>
