1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 09:10:23 +02:00

52 Commits

Author SHA1 Message Date
camer0n
31e7d1d3b0 Issue #5465 Core language files converted. (excluding plugins) 2025-04-04 18:29:07 -07:00
Tijn Kuyper
66c2014830 Fixes #3303 - Mailout - display message when no email address sources are selected 2019-10-24 14:33:23 +02:00
Deltik
1f824faa69 Renormalized all text file line endings 2019-03-29 19:13:32 -05:00
Cameron
cf8f4bb7be Unused LAN 2017-11-06 17:49:15 -08:00
Cameron
a541721eb3 Issue #2846 - Lan Var cleanup 2017-11-06 14:15:58 -08:00
Cameron
70df3a3ae6 Issue #2846 LAN vars cleanup 2017-11-06 13:48:29 -08:00
Cameron
52f05cc3ed Issue #2846 lanVar Cleanup 2017-11-06 13:24:05 -08:00
Cameron
71face9e46 Removed closing PHP tag from generated LAN files. Removed empty LAN definitions. 2017-10-14 15:51:27 -07: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
Gábor
d31cfa8865 Update lan_mailout.php 2017-03-05 07:15:22 +01:00
Gábor
28cc819750 Update lan_mailout.php 2017-02-13 08:06:44 +01:00
Cameron
eb6b03f579 Merge pull request #2411 from MikeyGMT/20170209
More Duplicate LANS #6 LAN_NONE LAN_SUBMIT
2017-02-12 07:25:01 -08:00
MikeyGMT
8dc9f1d006 More Duplicate LANS #6 in Submit News, Cron, Mailout
More Duplicate LANS #6 in Submit News, Cron, Mailout
2017-02-11 00:43:39 +00:00
MikeyGMT
af17dffcaa More Duplicate LANS #6 LAN_NONE LAN_SUBMIT
More Duplicate LANS #6 LAN_NONE LAN_SUBMIT
2017-02-10 22:34:17 +00:00
Gábor
87b983bbbf Update lan_mailout.php 2017-01-17 16:53:36 +01:00
Cameron
5d0b5e182f Fixes #1690 - duplicate LAN 2016-06-10 09:27:26 -07:00
Cameron
86143e2dff Email template simplification 2016-05-20 15:04:51 -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
44d682965c PHPMailer updated to v5.2.13. Cleaned up SMTP options in the admin area. 2016-04-08 09:01:10 -07:00
Cameron
524bed7a17 Banner plugin enhancements. Text may be added below banner/images. 2016-03-11 10:27:40 -08:00
leo
78f56c3fe6 Changed LAN's .. admin/mailout php to use lan defines in lan_mail out php (captions create tabs) 2015-07-13 13:48:39 +02:00
Cameron
e6ef1483da Issue #6 Language File Optimization. 2015-07-08 14:52:16 -07:00
MikeyGMT
ea79550e83 Duplicate LANs Replaced with Common Phrases - Page & Menus
LANS found on PAGE and MENU replaced with common terms - plus other odd
instances of same terms.
2015-07-02 14:33:04 +01:00
MikeyGMT
142d31768c Replace Duplicate LANs : LAN_TITLE
Replace Duplicate LANs : LAN_TITLE
2015-07-02 13:43:22 +01:00
MikeyGMT
dccba01f37 Replace Duplicate LANs : LAN_ID
Duplicate LANs for ID replaced with LAN_ID
Plus correct bad quotes in installer LANINS_030.
2015-07-02 13:03:03 +01:00
Cameron
6337d9410c Login-Menu Language File cleanup. 2015-06-11 09:40:56 -07:00
Cameron
60f4800a92 Minor tweaks to Mailout GUI 2014-12-05 12:28:42 -08:00
Cameron
15cb24c8fb Minor GUI fixes 2014-11-23 12:01:00 -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
a3bb284031 Mailout bounce handling fixes. 2014-10-22 17:58:20 -07:00
Cameron
e378c16971 Admin -> Mail : upgraded GUI to v2 standards. Template still requires attention. 2014-10-10 20:22:01 -07:00
Moc
dc1d867aff #6 - LAN clean-up (HTML removal, double quotes, generic) - done upto/i admin/lan_p 2013-03-24 19:44:14 +01:00
Moc
15cbd9b597 Minor LAN fixes to emoticon and mailout 2013-03-18 14:21:10 +01:00
Tijn Kuyper
9cef260d41 Mailout - start of cleaning up old code and LAN. More work needed. 2013-02-25 21:29:23 +01: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
secretr
4fecfffddd svn keywords added (v0.8) 2010-02-10 18:18:01 +00:00
CaMer0n
a21f57d361 Mailout bug fixes and ui cleanup 2010-01-10 03:56:28 +00:00
e107steved
c88a7fd6ed Another batch of fixes and tweaks; mostly mailout-related 2009-12-01 20:05:54 +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
e107steved
cd016be076 More mailout updated - starting on bounce handling 2009-11-24 20:40:35 +00:00
e107steved
3d28c5a88b Support backticks in db checking, comments in db definition files, other minor tweaks 2009-11-20 22:23:02 +00:00
e107steved
eb05b14438 Latest mailer updates - primarily use new features in newsletter and notify. Also newsletter enhancements; thanks nlstart 2009-11-19 20:24:21 +00:00
CaMer0n
1377b23532 Fix copyright info. 2009-11-18 01:06:08 +00:00
e107steved
52faad8c2e Mailer next update - inline files should work 2009-11-17 20:34:50 +00:00
e107steved
24b8dfd54f First cut of updated bulk mail handling, including support for provision of email addresses by plugins. Still very much a work in progress, but should send some sort of email if treated nicely. 2009-11-15 17:38:05 +00:00
e107steved
bbbde843f6 Update phpmailer to PHP5 version, start of class-based mail handling object. Probably break a few things along the way. 2009-09-01 19:53:08 +00:00
e107steved
faca93b25b Generic 'to' name on test emails 2008-07-28 21:33:36 +00:00
e107steved
68bcc8c11c Bugtracker #4466 - irrelevant help text 2008-07-25 21:15:19 +00:00
e107steved
0885417425 Support TLS options on bounced email account 2008-01-02 20:14:13 +00:00