1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-06 15:24:46 +01:00

78 Commits

Author SHA1 Message Date
Cameron
d5af3b9246 BS4 img-fluid 2017-01-20 10:40:05 -08:00
lonalore
a03fe161d5 Code cleanup. 2016-12-15 15:35:18 +01:00
Cameron
fb223639c1 Quick-Add-User email fixes. 2016-06-10 17:52:08 -07:00
Cameron
42246f7381 Bulk mail templates can now resize images to keep email sizes smaller. eg. {MEDIA1: w=500} Improved debugging of thumb.php. 2016-05-11 18:52:42 -07:00
Cameron
fd3f4d489e Fix for Mail shortcode parsing. 2016-05-02 17:59:56 -07:00
Cameron
b4e4cb686c Issue #1375 - SMTP send issue. 2016-04-30 15:34:03 -07:00
Cameron
89264b0259 Fix for user-extended permissions on user page. Corrected wrapper ID for user/member list. 2016-04-24 16:13:05 -07:00
Cameron
3c0f501e43 Extra bootstrap styles added to default mail template. Precautions for legacy sitebutton resize. PM notify template clean up. 2016-04-22 16:11:47 -07:00
Cameron
7e7833cbda Fixes #1532 PM notification template. 2016-04-17 12:04:35 -07:00
Cameron
cdf676473b Removed debug info. 2016-04-14 17:01:02 -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
84d7271d10 Merged core mailout routine into e107_plugins/user/e_mailout.php. Fixed pop3 error messages from phpmailer. Corrected email preview when no template selected. Corrected mailout Email source names. 2016-04-11 18:39:19 -07:00
Cameron
2971fb184c PM Email Notifications: Fixes #1487 2016-04-10 08:43:54 -07:00
Cameron
433f8a6aed Corrected typo on SMTP port. 2016-04-08 09:09:32 -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
2e5cf2b05e User-Extended work and Mail handler support for other SMTP ports. 2016-03-24 21:45:14 -07:00
Cameron
b245f8a945 Extra checks added and mail subject line check. 2015-08-26 19:09:51 -07: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
de3f80f9ab Fix for toEmail() method encoding of quotes. 2015-05-21 21:49:32 -07:00
Cameron
dd08c0f078 Fixes altBody mailing issue. 2015-05-21 15:51:37 -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
d596abc90a Fix for siteurl on email template. Prevent pausing on emails when bulkmail is inactive. Fix for missing mail-identifier in signup email. 2015-05-13 15:21:27 -07:00
Cameron
fba9816acd New resizeImage() method added to MediaManager class. Inline images now resized on-the-fly prior to emailing. Sitebutton auto-resized prior to emailing. 2015-05-13 13:34:52 -07:00
Cameron
3de9381d60 More mail fixes. 2015-05-13 02:03:36 -07:00
Cameron
3a238bf622 Email notification improvements and fixes. (work in progress). 2015-05-12 01:45:00 -07:00
Cameron
027a74f5b0 Code cleanup 2015-02-15 02:37:36 -08:00
Cameron
8138fa674a Fix for extra blank lines in html emails. 2015-01-17 02:01:38 -08:00
Cameron
15cb24c8fb Minor GUI fixes 2014-11-23 12:01:00 -08:00
Cameron
8784b30ca6 Improved template preview 2014-11-11 14:23:46 -08:00
Cameron
00450f1404 Upgraded PHPMailer to 5.2.9 and corrected mail overrides. 2014-10-29 14:16:03 -07:00
Cameron
0d4e4201e0 Added constant for mail-id header. 2014-10-23 04:35:42 -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
5a2ce38e08 Fix for images in mail preview. 2014-10-18 05:18:51 -07:00
Cameron
f689d6ae9c Added mail preview window to admin->mailout. 2014-10-18 03:19:45 -07:00
Cameron
9eb415abae Minor fixes to Admin->mailout area. Should be mostly functional now. 2014-10-16 23:50:47 -07:00
Cameron
26944fbbb7 Disable debug on mail handler. 2014-10-14 19:02:56 -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
ce539d82c4 Mailing now considered to be 'frontend' when loading templates. Fixes consistency issues. (eg. login notifications etc.) 2014-09-03 14:09:10 -07:00
Cameron
2f9dae5eed Email admin->notify template working with new template standard. 2014-08-26 15:50:47 -07:00
Cameron
8c995fbbc8 global error fix. 2014-08-20 02:00:50 -07:00
Cameron
9acc933dea Fixed - mail handler now embedding images with the {THEME} constant correctly. 2014-08-18 23:16:10 -07:00
Cameron
f4bb971696 More email templates cleanup. /signup.php?preview working again. 2014-08-17 20:53:44 -07:00
Cameron
734a954228 Additional changes so email templates conform to v2 specifications. 2014-08-16 17:21:46 -07:00
Cameron
e44d83ca65 First commit of standardized email template. 2014-08-15 21:18:15 -07:00
Moc
afe4b27cf2 Code clean-up (globals, $e107->, headers, $sql) 2013-03-24 18:59:18 +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
bed78df539 Prevent direct page output 2012-05-09 14:56:28 +00:00