aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions_mail.inc.php (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Resolved issue 0000763: mail triggers:rub2007-10-161-28/+91
| | | | | | | | | | | | | Add triggers on mail part: o NBM o Group mail o process send mail + check group_id null on group mail Merge branch-1_7 2138:2139 into BSF git-svn-id: http://piwigo.org/svn/trunk@2140 68402e56-0260-453c-a942-63ccdbb3a9ee
* Replace htmlentities by htmlspecialchars on NBM in order to send a correct ↵rub2007-10-121-0/+3
| | | | | | | | | UTF8 mail. Quote mail charset + add debug mail informations Fix "check user with same mail" where null email was not discarded git-svn-id: http://piwigo.org/svn/trunk@2136 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix some little bugs on mail functionsrub2007-10-091-50/+45
| | | | git-svn-id: http://piwigo.org/svn/trunk@2129 68402e56-0260-453c-a942-63ccdbb3a9ee
* - some code refactoring before upgrade to utf (only cosmetic at this point...)rvelices2007-10-081-10/+10
| | | | git-svn-id: http://piwigo.org/svn/trunk@2126 68402e56-0260-453c-a942-63ccdbb3a9ee
* - remove str_translate_to_ascii7bits and lang_table_translate_ascii7bitsrvelices2007-10-051-1/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@2122 68402e56-0260-453c-a942-63ccdbb3a9ee
* - mail subject and address names can contain accentuated characters ↵rvelices2007-10-041-20/+46
| | | | | | (completely obsoleted str_translate_to_ascii7bits and lang_table_translate_ascii7bits but not yet removed from code) git-svn-id: http://piwigo.org/svn/trunk@2121 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved 0000580: Send mail by define smtp configurationrub2007-09-251-242/+263
| | | | | | Merge branch-1_7 2104:2105 into BSF git-svn-id: http://piwigo.org/svn/trunk@2106 68402e56-0260-453c-a942-63ccdbb3a9ee
* Change headers with team emailrub2007-07-101-1/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2059 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000715: Fix bad format of email with name contains special ↵rub2007-07-021-1/+1
| | | | | | | | | | | character. + Ignore all for plugins and theme directories Merge branch-1_7 2048:2050 into BSF git-svn-id: http://piwigo.org/svn/trunk@2051 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 578rub2007-03-281-9/+9
| | | | | | | | | | User guest must be real user Step 1: guest is a real user On next commit, I finish installation and use of guest of user list and group git-svn-id: http://piwigo.org/svn/trunk@1926 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix problem when admin send email information about category.rub2007-03-171-2/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@1917 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add the last (before 1.8) tabsheet on administration menu (Waiting elements).rub2007-03-161-3/+5
| | | | | | Small change way mail function. git-svn-id: http://piwigo.org/svn/trunk@1915 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix bug: Don't invoke mail function when there aren't recipient.rub2007-03-161-50/+60
| | | | git-svn-id: http://piwigo.org/svn/trunk@1914 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update svn properties (svn:eol-style and svn:keywords)rub2007-03-161-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@1912 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add new translation functions.inc.phprub2007-03-151-66/+99
| | | | | | | | Translate subject of information mail. Notification mails are sent on the default language. No mail is sent to the author witch are not done actions git-svn-id: http://piwigo.org/svn/trunk@1908 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix bad default value for language on table user_inforub2007-03-131-3/+199
| | | | | | | Improve mail send (Undisclosed-recipients, switch language, ...) Improve send an email to group members (Use Bcc, template, multi-language, ...) (But need more improvements) git-svn-id: http://piwigo.org/svn/trunk@1904 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add notification when a picture is loaded.rub2007-03-121-1/+19
| | | | | | | Change little translations. Improve mail sent. git-svn-id: http://piwigo.org/svn/trunk@1901 68402e56-0260-453c-a942-63ccdbb3a9ee
* - reduced size of clear/wipi theme.css by combining selectors with identical rub2007-02-161-1/+2
| | | | | | | content - don't send comment/user notification to admin/adviser git-svn-id: http://piwigo.org/svn/trunk@1828 68402e56-0260-453c-a942-63ccdbb3a9ee
* My last improvements before 1.7.0RC1.rub2007-02-141-16/+63
| | | | | | | | | Can include Cc & Bcc on mail. Send mail to all administrators on new comment or new users. Add validate link on new comment mail. Try to detect if the NBM complementary content is HTML or plain text. With plain text, this content is convert to readable HTML. git-svn-id: http://piwigo.org/svn/trunk@1818 68402e56-0260-453c-a942-63ccdbb3a9ee
* When not template are selected for mail, PWG uses default template..rub2007-02-121-47/+123
| | | | | | | | Sent multi-part message in MIME format. (With only one part for the moment). Improvement pwg_mail function. git-svn-id: http://piwigo.org/svn/trunk@1809 68402e56-0260-453c-a942-63ccdbb3a9ee
* add_index plugin cleanuprub2007-02-121-1/+2
| | | | | | Fix reading html mail on webmail (like webmail free) git-svn-id: http://piwigo.org/svn/trunk@1808 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 0000598: NBM: Add new informationsrub2007-02-111-16/+11
| | | | | | VDigital structure applied! git-svn-id: http://piwigo.org/svn/trunk@1807 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix text/plain mailrub2007-02-111-20/+26
| | | | | | Fix translations git-svn-id: http://piwigo.org/svn/trunk@1803 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 0000598: NBM: Add new informationsrub2007-02-101-0/+26
| | | | | | | Css style including on mail are save on separated files. Default and local can be defined! git-svn-id: http://piwigo.org/svn/trunk@1797 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 0000639: Force selected page on index.phprub2007-02-081-19/+20
| | | | | | | | | | | | | Continue the Radu idea, restrict more use of random list Issue 0000598: NBM: Add new informations Add css on mail Use user template for mail (on next commit, best control) Comment mass_inserts because don't with MySQL 4.1.9 git-svn-id: http://piwigo.org/svn/trunk@1792 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 0000598: NBM: Add new informationsrub2007-02-061-57/+70
| | | | | | | | | | | | | | | Notification by mail: Add new informations about last categories and last images like new feature of RSS notification. 2 parts: - Possibility to send HTML mail - Include last categories and last images on HTML format into notification mail ccs & HTML experts! Please! Check, fix, improve and enhance HTML mail content! git-svn-id: http://piwigo.org/svn/trunk@1784 68402e56-0260-453c-a942-63ccdbb3a9ee
* Very little/small corrections:rub2007-01-161-1/+2
| | | | | | | | | | | o bad parser word user on installation o standardization of the method to open link in new tab/windows o removed not used constant o use/add link constants o use new function pwg_URL o add missing translation git-svn-id: http://piwigo.org/svn/trunk@1726 68402e56-0260-453c-a942-63ccdbb3a9ee
* Apply Nicco's style footer to HTML mail.rub2006-12-191-7/+18
| | | | | | Add 2 news functions to indicate to build URL with full path git-svn-id: http://piwigo.org/svn/trunk@1676 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature Issue ID 0000598:rub2006-12-091-29/+65
| | | | | | | | | Possibility to send HTML mail Optimize, fix little bugs and add footer information NBM: Replace // by / on subscribe/unsubscribe link git-svn-id: http://piwigo.org/svn/trunk@1645 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature Issue ID 0000598:rub2006-12-081-1/+2
| | | | | | | | | Possibility to send HTML mail Fixed: $template_mail created only when it's necessary git-svn-id: http://piwigo.org/svn/trunk@1644 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature Issue ID 0000598:rub2006-12-071-8/+69
| | | | | | | Possibility to send HTML mail git-svn-id: http://piwigo.org/svn/trunk@1642 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved Issue ID 0000516:rub2006-08-241-1/+1
| | | | | | | | o $lang_info not declared Merge branch-1_6 1539:1540 into BSF git-svn-id: http://piwigo.org/svn/trunk@1541 68402e56-0260-453c-a942-63ccdbb3a9ee
* Remove duplicate line!rub2006-08-111-1/+0
| | | | | | | | | | | $headers.= 'Reply-To: '.$from."\n"; Resolved Issue ID 0000516: o Charset not defined on mail headers (Content-Type) o Add too others important Content-Type informations git-svn-id: http://piwigo.org/svn/trunk@1534 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved Issue ID 0000516:rub2006-08-111-1/+4
| | | | | | | o Charset not defined on mail headers (Content-Type) o Add too others important Content-Type informations git-svn-id: http://piwigo.org/svn/trunk@1532 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved Issue ID 0000507:rub2006-08-091-5/+14
| | | | | | | | | | | | | | o format of email o max_execution_time equal to 0 o -f with only adress mail o use of standard function get_webmaster_mail_address 2 news $conf parameters. Merge branch-1_6 r1529:1530 into BSF git-svn-id: http://piwigo.org/svn/trunk@1531 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue ID 0000407: accents are not allowed in mail headersrub2006-06-171-4/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@1361 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove : calls to html_entity_decode() since we don't use html entities in ↵chrisaga2006-05-261-5/+1
| | | | | | l10n() any more (see bug 358) git-svn-id: http://piwigo.org/svn/trunk@1321 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue ID 328:rub2006-04-111-0/+4
| | | | | | | o Fix raw text mail git-svn-id: http://piwigo.org/svn/trunk@1148 68402e56-0260-453c-a942-63ccdbb3a9ee
* [NBM] Step 4: Screen NBM is availablerub2006-03-261-1/+2
| | | | | | | | | | | | o Add news parameters o Add file functions_notification_by_mail.inc.php in order to use in future, these functions on php file of subscribe/unsubscribe o Write a little html help file + improve mass_update in order to used binary fields (used collate and SHOW COLUMNS FROM) git-svn-id: http://piwigo.org/svn/trunk@1105 68402e56-0260-453c-a942-63ccdbb3a9ee
* Applying coding style guidelines to r1018 and r1019.plegall2006-02-011-81/+108
| | | | | | | | | | | | | | | | New function get_webmaster_mail_address used in include/page_tail.php and include/functions_mail.inc.php. Nothing else than functions in include/functions*, init_conf_mail() was useless in include/functions_mail.inc.php because $conf_mail is only used in function pwg_mail. bug fixed: files include/functions_mail.inc.php and include/functions_notification.inc.php had been commited in DOS format! Unix file format is the only file format authorized. git-svn-id: http://piwigo.org/svn/trunk@1021 68402e56-0260-453c-a942-63ccdbb3a9ee
* [NBM] Step 1: Create new include files with current notification/mail ↵rub2006-01-311-0/+109
fonctions (with improvement) git-svn-id: http://piwigo.org/svn/trunk@1019 68402e56-0260-453c-a942-63ccdbb3a9ee