Contents

   
How to make it work under Linux

This tutorial has been made by Lucifer.


1) Install Wine, Cabextract and unrar. For Ubuntu:
   
     sudo apt-get install wine cabextract unrar

2) Install IEs4Linux:

     wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz
     tar zxvf ies4linux-latest.tar.gz
     cd ies4linux-*
     ./ies4linux       (Select only ie6. If you see an error before the installation is finished, write again ./ies4linux)
    
3) Download Mail Resender HERE

4) Extract it into a folder with name MailResender

5) Place the folder into /home/YOUR_USER_NAME/.ies4linux/ie6/drive_c/Program Files/
     Note: To see the .ies4linux folder you need to press Control+H or go to "View->Show hidden archives"

6) You need THIS dll to view captchas correctly, place it into the program folder.

7) Create a launcher to open Mail Resender with IE engine: Create an empty document called Mail Resender, paste this
      script and save it into MailResender folder:

     #!/bin/bash
     export WINEPREFIX="/home/YOUR_USER_NAME/.ies4linux/ie6"
     wine "/home/YOUR_USER_NAME/.ies4linux/ie6/drive_c/Program Files/Mail Resender/Mail Resender.exe" 
 
     Then make the script executable with right click on the launcher, go to "Properties->Permissions",
     and mark the option to allow it to be executed as a program.

8) Right click on Desktop and go to "Add to panel->Personalized launcher".
      In "type" select Application, in "name" Mail Resender, in "command" press Explore and go to
      /home/YOUR_USER_NAME/.ies4linux/ie6/drive_c/Program Files/MailResender
, then select the script created before.
      Accept and finish.


Note: Replace YOUR_USER_NAME with your user!