Mailer Core File Edits
Home>Mailer>New Installation>Core File Edits
NOTE: these edits are not standalone. You should not try to attempt to install/upgrade the TegoNuke™ Mailer just from these edits, but rather from either the New Installation or Upgrade Installation instructions. This note is here in case you reached here through the main Mailer help page.
Now, in order to have *nuke use the TegoNuke™ Mailer rather than the basic PHP mail() function that is built in, one must edit your core files which have these mail() function calls in them.
Click on each file to see what edits are required:
- mainfile.php --> This should be your first script to tackle and test!
- banners.php
- admin/modules/newsletter.php
- modules/Advertising/index.php --> In case you decided to incorporate anyways on top of RavenNuke™ :-(
- modules/Feedback/index.php
- modules/Journal/friend.php
- modules/News/friend.php
- modules/Recommend_Us/index.php
- modules/Submit_News/index.php
- modules/Web_Links/admin/index.php
- modules/Your_Account/admin.php
- modules/Your_Account/index.php
- themes/theme.php --> Just an example of what you might run into code-wise
REMEMBER: These are just EXAMPLES to use as reference as you search out and make your updates. The edits are not difficult, but you'll need to search through your *nuke files looking for calls to the PHP function mail() (try searching for the string "mail(" and "mail (" and you will find them).
A special note to admins of RavenNuke™ installations: as of the versions above (and possibly later - you'll have to check) the original implemented TegoNuke™ Mailer code will continue to work as the mailer was made backward compatible. However, in order to keep up with possible future mailer changes, it would be a good idea to also review the RavenNuke™ Core File Edits page.
A special note to admins of RavenNuke™ and NukeSentinel™ installations: as of the versions above (and possibly later - you'll have to check) the original implemented TegoNuke™ Mailer code will continue to work as the mailer was made backward compatible. However, in order to keep up with possible future possible mailer changes, it would be a good idea to also review the NukeSentinel™ Core File Edits page.