email forwarding two choises.

Discussion in 'Feature Requests' started by teratoon, Apr 5, 2013.

  1. teratoon

    teratoon New Member

    Hello

    Is it possible accomplish. Example i put a email forwarding for a user mailbox, there will be 2 options, option one, Copy, they both get email and Option two, only forwarded emailbox is getting email. This is handy in vacation time.

    At least i didn't find this opprtunity.

    Raiko.
     
  2. tahunasky

    tahunasky Member

    Yes, you can have both a forward and keep, and forward and delete options for a users mailbox.

    goto EMAIL / EMAIL MAILBOX / CUSTOM RULES

    to forward and keep:

    redirect "[email protected]";
    keep;

    to forward and delete:

    redirect "[email protected]";
    discard;
    stop;


    For forwards without a mailbox, you can setup a forward alias:

    goto EMAIL / EMAIL FORWARD / ADD NEW FORWARD EMAIL
     
  3. teratoon

    teratoon New Member

    But if clients want to forward, they're know the code ? Just a question, is it accomplish with radio button ?
     

Share This Page