This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.gitmodules | Mon Mar 02 22:57:58 -0800 2009 | |
| |
LICENSE.GPL | Fri Feb 20 19:12:45 -0800 2009 | |
| |
LICENSE.LGPL | Fri Feb 20 19:12:45 -0800 2009 | |
| |
LICENSE.ZEND | Fri Feb 20 19:12:45 -0800 2009 | |
| |
README | ||
| |
TODO | Sat Mar 07 18:12:37 -0800 2009 | |
| |
application/ | ||
| |
externals/ | ||
| |
htdocs/ | Fri Mar 13 00:36:37 -0700 2009 | |
| |
library/ | ||
| |
pear/ | ||
| |
test-suite/ | ||
| |
tests/ | ||
| |
tumblr.html |
README
This is the source code for the Swift Mailer Web Site at swiftmailer.org. If you really want to install it on your own server: 1. Checkout the source from git 2. Create a blank database with some known credentials 3. Copy application/config/environment.ini.default to application/config/environment.ini 4. Copy application/config/db.ini.default to application/config/db.ini 5. Edit application/config/db.ini to reference your database 6. Copy application/config/mail.ini.default to application/config/mail.ini 7. Edit application/config/mail.ini according to your mailing preferences 8. Copy application/config/captcha.ini.default to application/config/captcha.ini 9. Edit application/config/captcha.ini to use your own reCAPTCHA credentials 10. Run the script (from the command line) application/scripts/install.php 11. Make sure the site will be running at the root directory of the domain (i.e. at /) 12. Point your document root in apache to the htdocs folder A root user will be created for you that you can log in as at http://your-site.tld/admin. Username: admin Password: everest You can change this password when you first log in. Feel free to browse and nosey around. You'll find Swift Mailer integrated throughout the code base.








