This module catches mail and forward them to an pre-configured email-address
At the admin-page the user can configure which modules should forward the mail to
which emailaddress. Also could the user set an prefix which will be added to
the subject.
If the user set the prefix to 123, the subject wil be prefixed with "(123) subject"
This can be handy when there is a development street. You can add for example
the environment.
To test the module add the mailredirect7 module to selected modules and go to the
testpage 'mailredirect7/testform'
git clone command:
git clone http://git.drupal.org/sandbox/jopmesman/2113033.git mailredirect7
Link to the project page:
https://drupal.org/sandbox/jopmesman/2113033
Comments
Comment #1
PA robot commentedThere are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpgitdrupalorgsandboxjopmesman2113033git
We are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)
Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #2
jopmesman commentedLooked at the preview.sh messages.
Solved them.
Comment #3
Michael Hodge Jr commentedI did a review of your project and found the following things to consider
Your Git URL is incorrect, it should be "git clone http://git.drupal.org/sandbox/jopmesman/2113033.git mailredirect7"
You should also edit your first post and include a link to your project page: https://drupal.org/sandbox/jopmesman/2113033
There are a few missing t() functions. In includes/mailredirect7_admin.inc, line 51 and 64 (the #title elements), but I don't think those should hold up the application process.
Aside from the missing t functions, the code looks really good. I can see how this module would be helpful and does not appear to be in competition with any other modules. Thanks for taking the time to submit it.
Comment #3.0
Michael Hodge Jr commentedChanges the branche in clone command.
Comment #3.1
jopmesman commentedChanged the git clone command.
Comment #4
jopmesman commentedAdded the t() function in the admin part.
I also changed the git clone command and added the link to the projectpage.
Also i added a static cache in the getmodules function.
Comment #4.0
jopmesman commentedAdded the link to the project page
Comment #5
kscheirerWe prefer collaboration over competition, therefore we want to prevent having duplicating modules on drupal.org. If the differences between these modules are not too fundamental for patching the existing one, we would love to see you joining forces and concentrate all power on enhancing one module. (If the existing module is abandoned, please think about taking it over).
If that fails for whatever reason please get back to us and set this back to "needs review".
I did not do a full review.
----
Top Shelf Modules - Crafted, Curated, Contributed.
Comment #6
jopmesman commentedkscheirer,
In basic the modules are the same.
mailredirect7 adds the possibility to add a prefix to the subject. Also it is possible to use it for specific modules. This can be done in a user setting page.
Jop
Comment #7
jopmesman commentedComment #8
hejazee commentedI reviewed your project.
http://pareview.sh/pareview/httpgitdrupalorgsandboxjopmesman2113033git-7...
I found a few problems that you should solve.
These kind of paths are for Drupal 6. In Drupal 7 you should use something like
"admin/config/system/mailredirect7"
Please change this address in all places. (e.g. in mailredirect7_test.inc and README.txt)
Comment #9
PA robot commentedClosing due to lack of activity. Feel free to reopen if you are still working on this application (see also the project application workflow).
I'm a robot and this is an automated message from Project Applications Scraper.