Re: Save a copy of emails sent with .NET SMTP client
Nicolas Hatier <[email protected]> Sat, 14 Jan 2017 10:22:40 -0500
| Newsgroups | gmane.mail.cgatepro.general |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format.
--------------23511EDDE73C93A5C2B4BF4E
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: quoted-printable
Wow, I've been seriously outsmarted on this one. I forgot you were in=20
absolute control of the message itself.
BCC to direct mailbox is the simplest solution if you have DMA enabled.
The other method would absolutely work but would require you to create=20
several aliases if you have several senders.
Here's another idea, inspired from these ones:
- Have .NET SMTP set your Reply-To address in BCC as told before
- Have it add a header of your choice. Something like "X-KeepCopy: Yes"=20
or anything you want
- In domain rules, add a single rule:
Header is X-KeepCopy: Yes
Source in Trusted,Authenticated
Store In Sent Items
Discard
*Nicolas Hatier, ing.* <[email protected]=20
<mailto:[email protected]>>
Niversoft id=C3=A9es logicielles - http://www.niversoft.com
On 2017-01-14 05:56, Technical Support wrote:
> Hello.
>
> On 2017-01-13 19:34, Robin Lewis wrote:
>> Im trying to save a copy of emails sent via .NET SMTP client in users
>> Sent folder, This feature seems missing from .NET SMTP client.
>
> As Nicolas said already, SMTP has nothing to do with sender's mail=20
> folders.
>
> But you should be able to add a special Bcc recipient to the message.=20
> That may be just an alias to the sender account in CGPro - then you=20
> can check in a server-wide rule if "Any Recipient IS=20
> special_alias@domain" and on a match "Store in ~sender@domain/Sent=20
> Items".
> Or, if Direct mailbox addressing is enabled in the LOCAL module=20
> settings, that extra Bcc recipient address can be Sent#sender@domain - =
> so a copy is delivered directly to the Sent folder of the=20
> "sender@domain" account and no rule is needed. (Folders with spaces=20
> and non-ASCII symbols in names are a problem here, but can be handled=20
> through Folder aliases.)
--------------23511EDDE73C93A5C2B4BF4E
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable
<html>
<head>
<meta content=3D"text/html; charset=3Dutf-8" http-equiv=3D"Content-Ty=
pe">
</head>
<body bgcolor=3D"#FFFFFF" text=3D"#000000">
<br>
Wow, I've been seriously outsmarted on this one. I forgot you were
in absolute control of the message itself.<br>
<br>
BCC to direct mailbox is the simplest solution if you have DMA
enabled.<br>
<br>
The other method would absolutely work but would require you to
create several aliases if you have several senders.<br>
<br>
Here's another idea, inspired from these ones:<br>
<br>
- Have .NET SMTP set your Reply-To address in BCC as told before<br>
- Have it add a header of your choice. Something like "X-KeepCopy:
Yes" or anything you want<br>
- In domain rules, add a single rule: <br>
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 Header is X-KeepCopy: Yes<br>
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 Source in Trusted,Authenticated=
<br>
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 Store In Sent Items<br>
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 Discard<br>
<div class=3D"moz-signature"><br>
<p><b>Nicolas Hatier, ing.</b> <<a style=3D"text-decoration:none=
;
color:inherit" href=3D"mailto:[email protected]">nic=
[email protected]</a>><br>
Niversoft id=C3=A9es logicielles - <a style=3D"text-decoration:no=
ne;
color:inherit" href=3D"http://www.niversoft.com">http://www.niv=
ersoft.com</a></p>
<br>
<br>
</div>
<div class=3D"moz-cite-prefix">On 2017-01-14 05:56, Technical Support=
wrote:<br>
</div>
<blockquote cite=3D"mid:[email protected]" type=3D"cite"=
>Hello.
<br>
<br>
On 2017-01-13 19:34, Robin Lewis wrote:
<br>
<blockquote type=3D"cite">Im trying to save a copy of emails sent
via .NET SMTP client in users
<br>
Sent folder, This feature seems missing from .NET SMTP client.
<br>
</blockquote>
<br>
As Nicolas said already, SMTP has nothing to do with sender's mail
folders.
<br>
<br>
But you should be able to add a special Bcc recipient to the
message. That may be just an alias to the sender account in CGPro
- then you can check in a server-wide rule if "Any Recipient IS
special_alias@domain" and on a match "Store in ~sender@domain/Sent
Items".
<br>
Or, if Direct mailbox addressing is enabled in the LOCAL module
settings, that extra Bcc recipient address can be
Sent#sender@domain - so a copy is delivered directly to the Sent
folder of the "sender@domain" account and no rule is needed.
(Folders with spaces and non-ASCII symbols in names are a problem
here, but can be handled through Folder aliases.)
<br>
</blockquote>
<br>
</body>
</html>
--------------23511EDDE73C93A5C2B4BF4E--