<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Forum CakePHP.org.pl - Wysyłanie e-maili z załącznikami]]></title>
		<link>http://forum.cakephp.org.pl/topic/82/wysylanie-emaili-z-zalacznikami/</link>
		<description><![CDATA[Najświeższe odpowiedzi w Wysyłanie e-maili z załącznikami.]]></description>
		<lastBuildDate>Tue, 07 Jul 2009 08:58:34 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Wysyłanie e-maili z załącznikami]]></title>
			<link>http://forum.cakephp.org.pl/post/379/#p379</link>
			<description><![CDATA[<p>witam,<br />od dwóch dni szukam po całym googlu i nie mogę znaleźć odpowiedzi.<br />muszę wysłać e-mail w formacie html&nbsp; z załącznikami.<br />tak wyglada moja funkcja<br /></p><div class="codebox"><pre><code>function sendTemplateMail($data) {
        //$this-&gt;Email-&gt;_debug = true;
        
        $this-&gt;Email-&gt;bcc = array(&quot;kjghjkg@jkgjkg&quot;);
        $this-&gt;Email-&gt;cc = array(&quot;hkjhkj@jkgjkg&quot;);
        $this-&gt;Email-&gt;subject = __(&quot;temat&quot;,true). &quot; - &quot; .$data[&#039;Application&#039;][&#039;imie&#039;].&quot; &quot;.$data[&#039;Application&#039;][&#039;nazwisko&#039;];
        $this-&gt;Email-&gt;replyTo = &#039;noreply@ghjgl.pl&#039;;
        $this-&gt;Email-&gt;from = &#039;jhghjg &lt;administrator@hjgjhgl.pl&gt;&#039;;
        $this-&gt;Email-&gt;template = &#039;test2&#039;;
        
        
       $this-&gt;Email-&gt;sendAs = &#039;html&#039;;
        
$this-&gt;Email-&gt;attachments = array(&#039;http://adres.pl/img/&#039;.$data[&#039;Application&#039;][&#039;zdjecie1&#039;]);

        //Set view variables as normal
        $this-&gt;set(&#039;someValue&#039;, $data);
        //Do not pass any args to send()
        if ( $this-&gt;Email-&gt;send() ) {
            $this-&gt;Session-&gt;setFlash(&#039;Template email sent&#039;);
        } else {
            $this-&gt;Session-&gt;setFlash(&#039;Template email not sent&#039;);
        }
        //$this-&gt;redirect(&#039;/&#039;);
        
    } </code></pre></div><p>mail wysyla bez problemu, ale nie ma w zalaczniku obrazka. korzystam z serwerow home.pl</p><p>pozdr.</p>]]></description>
			<author><![CDATA[null@example.com (gaw)]]></author>
			<pubDate>Tue, 07 Jul 2009 08:58:34 +0000</pubDate>
			<guid>http://forum.cakephp.org.pl/post/379/#p379</guid>
		</item>
	</channel>
</rss>

