NeoSHNIK <[EMAIL PROTECTED]> wrote:
> Hello,
> I am writing a plugin for SA which needs to treat outbound and incoming
> emails differently. So ideally if the message is outbound I call one
> subroutine in my plugin, if not I call another.
> So is there any way to check what type of email it is in
mouss-2 wrote:
>
> NeoSHNIK a écrit :
>> Hello,
>> I am writing a plugin for SA which needs to treat outbound and incoming
>> emails differently. So ideally if the message is outbound I call one
>> subroutine in my plugin, if not I call another.
>> So is there any way to check what type of emai
NeoSHNIK a écrit :
> Hello,
> I am writing a plugin for SA which needs to treat outbound and incoming
> emails differently. So ideally if the message is outbound I call one
> subroutine in my plugin, if not I call another.
> So is there any way to check what type of email it is in SA? I couldn't fi