in reply to Re^3: Send a mail in Win32 with Gmail
in thread Send a mail in Win32 with Gmail

the "difficult part" is the installation on many computers.

For any of these I have to:
- install perl of course;
- configure ppm repositories;
- download and install the three modules;
- configure parameters for any account;

So nothing really difficult, but now I think that an installation program that runs these operations for me will be useful. But I don't now how I can do it...

Replies are listed 'Best First'.
Re^5: Send a mail in Win32 with Gmail
by marto (Cardinal) on Jun 11, 2010 at 11:07 UTC

    "the "difficult part" is the installation on many computers."

    This wasn't part of your question, and is a seperate issue to how 'simple' the task is to achieve. However you don't have to do any of this. You can use pp which will package up your code, modules etc into an executable you can then run on other machines, without having to install perl or anything else. Perhaps consider using a config file for parameters.

    See Wisdom about "packaging" or transporting Perl apps or super search for other threads on the subject of distributing applications.

    Update: read the OP again and updated as above.

Re^5: Send a mail in Win32 with Gmail
by Anonymous Monk on Jun 11, 2010 at 11:11 UTC