> I send an email with text+images+attachemnts. All works fine, except
> the carbon copy list. Tracing the code, I see that the 'Cc:' is added
> and encoded to the header. Moreover, If my recipient is a gmail
> recipient, I see the Cc: line in there too, but the recipient in the
> Cc: field does not receive any mail. from: Enrico xxxxxx
> <xxxxxx...@outlook.com> to: cc: xxxx...@outlook.com date: Tue, Oct 8,
> 2013 at 3:22 PMsubject: Testmailed-by: outlook.comThe above is in my
> gmail client: I send from outlook to gmail, plus Cc: my outlook
> account. But while I get the message in my gmail account, there is
> nothing in my outlook account. How can I send CC: mails with synapse
> in a working manner? Thanks Enrico

It is two separate things. First is building raw message include 
headers, second is sending raw message. Message is not delivered by 
To or CC headers!

For example, if you are sending by SMTP protocol, then you must have 
set of recepient addresses for delivery and some raw message text. 
But recepient addresses can be different then addresses in message 
headers! (it is how BCC works - it does not have any header, but 
address is in recepient list. It is how e-mail list works, etc.)


-- 
Lukas Gebauer.

http://synapse.ararat.cz/ - Ararat Synapse - TCP/IP Lib.
http://geoget.ararat.cz/ - Geocaching solution


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to