1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

57 Commits

Author SHA1 Message Date
Cameron
55980a29a8 Generated PHPDoc for all classes in e107_handlers where one was missing. toNumber() updated to always return int or float. 2022-04-04 10:54:24 -07:00
Cameron
0d8f3e9086 PHPDoc fixes and code optimization. 2021-12-03 14:58:33 -08:00
Cameron
7dfac0dcfa Issue #4299 - PHP8 compatibility fixes. 2020-12-25 10:23:56 -08:00
Cameron
3f8e043998 Replaced e107::getAdminLog() with e107::getLog(). e107::getAdminLog() will continue as a deprecated alias. 2020-12-22 09:36:02 -08:00
Cameron
5b82c292b1 Code cleanup 2020-12-18 19:55:12 -08:00
Cameron
f5153bf640 Updating of deprecated method usage. Removal of old files. Log tests added. 2020-12-18 09:39:02 -08:00
Cameron
44e260b121 Code cleanup and optimization 2020-12-14 16:21:48 -08:00
Cameron
450b35f017 Removed redundant closing tags. 2020-06-05 11:34:17 -07:00
Cameron
89f58fafa6 Code cleanup 2020-03-01 13:16:36 -08:00
Cameron
c4211ee52b Fixes #2025, Issue #2432, SMTP Connection Check added and false-positive on sent message fixed. 2017-07-17 14:11:31 -07:00
Cameron
43d0211590 Code cleanup: deprecated include_lan() 2017-01-23 09:41:23 -08:00
Cameron
97f977511a Fixes #1680 - mail manager sendEmails() when recipient is just an email address (not an array) 2016-06-02 08:45:54 -07:00
Cameron
dfa289ba13 Bulk mailing fixes. 2016-05-11 12:14:58 -07:00
Cameron
ca83bbf73e Standard mailer and bulk mailer can now be different. eg. Use PHP for standard mails, but use Amazon.com SES service for bulk mailing, mailing lists etc. 2016-04-14 14:48:02 -07:00
Cameron
2c50a06517 Deprecated Function cleanup and PHP Notice removal. 2016-02-15 00:56:08 -08:00
Cameron
486f3d4961 Issue #1356 - PHP7 Fixes. 2016-02-14 12:15:55 -08:00
MikeyGMT
142d31768c Replace Duplicate LANs : LAN_TITLE
Replace Duplicate LANs : LAN_TITLE
2015-07-02 13:43:22 +01:00
Cameron
219c68e5ed Bouncing email notifications added on login. DKIM support added for outgoing mail. PHP Mailer upgraded to v5.2.8 2015-05-25 13:37:17 -07:00
Cameron
d4d28ddcb1 Fix: Emails could be blank under some circumstances. 2015-05-21 23:05:27 -07:00
Cameron
dd08c0f078 Fixes altBody mailing issue. 2015-05-21 15:51:37 -07:00
Cameron
e28997f420 Fixes for user audit log and rolling log. Removed some debug information from logs. Corrected bounce-handler line-ending encoding (could cause the following PHP error "Error in argument 1, char 3: option not found ") 2015-05-21 12:37:44 -07:00
Cameron
0a8e57863e Fixes for resend activation email. (frontend). Resend to all (backend). Fixes broken link to "resend activation" in login error messages. 2015-05-18 11:49:32 -07:00
Cameron
f7eadfd588 Fix: SITEURL was broken in CLI mode. 2015-05-17 12:26:53 -07:00
Cameron
c5d6bae3ad Signup Admin options moved to shortcode. Added maintenance page to Admin -> Users for resending emails to unactivated accounts. 2015-05-16 19:17:24 -07:00
Cameron
c73c07490b Fix for notifications to less than 5 people. Notification now come from the site email, not the admin email. 2015-05-13 17:45:24 -07:00
Cameron
3a238bf622 Email notification improvements and fixes. (work in progress). 2015-05-12 01:45:00 -07:00
Cameron
e576370e57 Remove some references to deprecated functions/methods. 2015-02-14 23:34:15 -08:00
Cameron
1734880bbb Corrected missing mail handlers preference. Added Debug-active warning. Enabling e_DEBUG in e107_config.php will now enable debug in the mailout class. 2014-11-15 13:29:37 -08:00
Cameron
d4d55ac057 New 'sent' method added to e_mailout. Triggered during email queue processing. 2014-11-14 18:15:03 -08:00
Cameron
38ff75d27e Corrected email 'pause' timing on mailout cron job. 2014-10-27 20:33:35 -07:00
Cameron
41ee837c7e Mailout ajax process timing correction and log file added in debug mode. 2014-10-27 18:31:17 -07:00
Cameron
933dd3db44 Correct mail-id detection in bounce handling routine. 2014-10-22 21:19:09 -07:00
Cameron
a3bb284031 Mailout bounce handling fixes. 2014-10-22 17:58:20 -07:00
Cameron
280f100190 Admin->mailout embedded video thumbnail styling. 2014-10-19 14:44:41 -07:00
Cameron
65b44a8abb Added support for embedded mail media in mailouts. 2014-10-18 15:00:40 -07:00
Cameron
01f0751c04 Mail and progressBar fixes. 2014-10-12 18:01:19 -07:00
Cameron
5e867b378e Corrected Admin->Mail 'Send now' functionality - replacing old prototype.js code. 2014-10-12 02:37:43 -07:00
Cameron
4fca7b7f12 More Admin->Mail Fixes. 2014-10-11 12:54:16 -07:00
Cameron
5d894149bb More Admin->Mail GUI and functionality fixes. 2014-10-10 22:58:47 -07:00
Cameron
e378c16971 Admin -> Mail : upgraded GUI to v2 standards. Template still requires attention. 2014-10-10 20:22:01 -07:00
Cameron
2f9dae5eed Email admin->notify template working with new template standard. 2014-08-26 15:50:47 -07:00
SteveD
384bf407e3 Issue #70 - update PHPMailer to latest.
New mail entry point to send templated emails, bulk emails etc
Add option to mass-send templated emails from admin page
'Notify' function uses the new interface.
Sundry detail improvements
Other sources of auto-generated emails need converting - signup etc
Much more testing needed.
Needs competent themer to generate some nice templates.
2013-02-20 21:11:17 +00:00
CaMer0n
17922a6a83 Real-time mass-mailing support added. 2011-04-08 05:11:38 +00:00
secretr
4fecfffddd svn keywords added (v0.8) 2010-02-10 18:18:01 +00:00
e107steved
30f715de6f Slight simplification of e_mailout handlers; improve documentation, a few fixes to recent fixes 2010-01-11 21:09:52 +00:00
e107steved
74f2c27c18 Notice removal, small bug fixes 2010-01-04 21:35:38 +00:00
e107steved
61e9b3dcf3 Save 'most online' counts in separate pref, use array-based $menu_pref and new prefs handler, global elimination, odd fixes 2009-12-28 17:53:11 +00:00
e107steved
08aaa0b0fc Fix documentation errors 2009-12-13 21:52:32 +00:00
e107steved
ddc0383efa More mailout - proper API for setting user bans, use sent email as basis for new email, and other fixes 2009-11-30 20:40:03 +00:00
e107steved
5d3aaaa541 More mailer stuff - bug fixes, cron-driven bounce handling, timed send, notify on run complete 2009-11-27 21:42:46 +00:00