<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forum CakePHP.org.pl - Wysyłanie e-maili z załącznikami]]></title>
	<link rel="self" href="http://forum.cakephp.org.pl/feed/atom/topic/82/"/>
	<updated>2009-07-07T08:58:34Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.cakephp.org.pl/topic/82/wysylanie-emaili-z-zalacznikami/</id>
		<entry>
			<title type="html"><![CDATA[Wysyłanie e-maili z załącznikami]]></title>
			<link rel="alternate" href="http://forum.cakephp.org.pl/post/379/#p379"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[gaw]]></name>
				<uri>http://forum.cakephp.org.pl/user/95/</uri>
			</author>
			<updated>2009-07-07T08:58:34Z</updated>
			<id>http://forum.cakephp.org.pl/post/379/#p379</id>
		</entry>
</feed>

