• SendOn

    By Richard M Tong 2 decades ago

    Good messages in the Mailspam needed to be sent to the recipient however it replaces the from field to my name. Please help to create a button to SendOn using the original sender.

    • Code is in the copied db

      By Richard M Tong 2 decades ago

      I am responding to myself and am so glad it was included. It also works!!! Thanks a bunch. Here is the code if you are looking like I am



      rcpt := @Prompt( [OkCancelEdit] ; "Who?" ; "Who shall I send it to?" ; SendTo);

      orig_sendto := SendTo;

      orig_from := From;

      FIELD SendTo := rcpt;

      @MailSend;

      FIELD SendTo := orig_from;

      FIELD From := orig_from;

    • Code is in the copied db

      By Richard M Tong 2 decades ago

      I am responding to myself and am so glad it was included. It also works!!! Thanks a bunch. Here is the code if you are looking like I am



      rcpt := @Prompt( [OkCancelEdit] ; "Who?" ; "Who shall I send it to?" ; SendTo);

      orig_sendto := SendTo;

      orig_from := From;

      FIELD SendTo := rcpt;

      @MailSend;

      FIELD SendTo := orig_from;

      FIELD From := orig_from;

      • Not so!

        By Richard M Tong 2 decades ago

        after more test I was not getting the result I needed. The above script still uses my credentials to send the document. Using R5.0.11client.

    • The new templates..

      By Tom Lyne 2 decades ago

      ..will hopefully have code to do this for you. However if you want to do it yourself then write some code to copy the message to mail.box on an internal server. There is one bug with this and that is that in v1.38 and below the message may get scanned again if it goes through other servers running kSpam or if the server has been restarted since the original message was denied.



      This problem will be fixed in v1.39,



      -tom

      • Thanks

        By Richard M Tong 2 decades ago

        Tom,

        Thanks for taking the time to respond and making this project. This is a big help. Looking forward to your next version.



        God Bless,

        Richard