Skip to content

Version two

Compare
Choose a tag to compare
@ImmanuelNL ImmanuelNL released this 18 Feb 23:18
· 52 commits to master since this release
044c99a
  1. Install E-Mail Service Provider by clicking here.
  2. Upload E-Mail Service Provider to your PHP project.
  3. Rename E-Mail Service Provider to E-mail
    *) This means no spaces, preferably
  4. Go to settings.php.
  5. Fill in your e-mail domain under $emailExtention.
    *) Do not add an @-sign
  6. Fill in the standard user(name) from who/which e-mails will be sent under $standardFrom.
  7. Select if you would like to have HTML-support turned on by default under $htmlSupported.
  8. Now go to emails.txt.
  9. On each line, you fill in the available e-mail user(name)s.
    *) Make sure you add the default e-mail address
    *) Do NOT fill in the first line: this won't be read.
  10. Go to the just renamed page.
  11. If you see any errors, follow the instructions to fix them.