-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
35 lines (24 loc) · 1.17 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
INSTALLATION
==========================
Put into mod and enable in the admin panel. It will override the default email
notification handler. There are smtp settings and an end of line marker override
in the admin plugin settings.
SETIINGS
===========================
This plugin provides a complete set of parameters including:
1. Should this plugin override the default Elgg mail handler
2. Should this plugin use smtp to send mail rather than php's mail function
3. Should this plugin use authetication for smtp (username and password)
4. Should this plugin use a TLS/SSL connection for smtp
5. Is your Mail Transfer Agent non-standard in its line endings
TROUBLESHOOTING
===========================
If there are errors, they should be written to your server error log.
HOW TO CONFIRM THE PLUGIN IS WORKING
============================
Check the header of an email that was sent after the plugin was enabled. You
should see the sender as PHPMailer.
HOW TO USE THIS FROM ANOTHER PLUGIN
=============================
See the function phpmailer_send() in start.php.
PHPMailer can be found at http://code.google.com/a/apache-extras.org/p/phpmailer/