https://github.com/jollyjinx/googlescripts
Google Script to login to google apps and create mail aliases
https://github.com/jollyjinx/googlescripts
Last synced: 2 months ago
JSON representation
Google Script to login to google apps and create mail aliases
- Host: GitHub
- URL: https://github.com/jollyjinx/googlescripts
- Owner: jollyjinx
- Created: 2010-07-07T15:15:33.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-07-20T15:38:59.000Z (almost 15 years ago)
- Last Synced: 2025-01-08T07:48:06.531Z (4 months ago)
- Language: Perl
- Homepage: none yet.
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Readme for googlescripts
========================When you move from one provider to another (like I did) you sometimes need to create a hell of a lot mail aliases. I had the problem in needing spam generic aliases which were created with the dash instead of google using the minus.
old:
[email protected]new on google:
[email protected]I needed to filter out the minus alias names I used in the past and add them as full aliases to an account.
You need to install Config::IniFiles via perl -MCPAN -e shell
You can create a config inifile to store your settings instead of the commandlineoptions.creategooglealias.perl
----------------------
Creates mail aliases on a google hosted domain.usage:
perl creategooglealias.perl --adminname=myadmin --aliasuser=john --domainname=example.com