Commit Graph

47 Commits (78098f19be92dbe293b74d54686b3b0de59ce221)

Author SHA1 Message Date
Julio Montoya fa8f1b51f4 Format code + fixing title and sender mail see BT#8960 11 years ago
Julio Montoya fe20a08741 Do not add auto reply for the main email see BT#8960 11 years ago
Julio Montoya cee2162693 Fixing default values see BT#8960 11 years ago
Julio Montoya 02481572e9 Fixing platform sender see BT#8960 11 years ago
Julio Montoya 0e0d0246dc Fixing admin@example.org emails see BT#8815 11 years ago
Julio Montoya 476bce53f2 Updating plugin see BT#7848 11 years ago
Imanol Losada f265ae1d8e Minor - Code convention 11 years ago
Imanol Losada 38d4402362 Minor - Code style 11 years ago
Imanol Losada 49206761c2 Minor - Replaced tabspaces with blankspaces 11 years ago
Imanol Losada bea2ed0253 Create Clockworksms plugin; Implement in several mail sending calls - refs #7225 11 years ago
aragonc 94984e6b12 merge 11 years ago
Julio Montoya c3c64778f4 Should fix BT#7603 / #6803 11 years ago
Julio Montoya c25b1999e5 Adding reply to instead of sending the email as the user see BT#5316 and #5738 12 years ago
Julio Montoya 8209759518 Minor cleaning white spaces and old comments 12 years ago
Julio Montoya affc735986 Minor - fix when adding custom headers 13 years ago
Julio Montoya 0110264d7c Deprecating api_mail() use instead api_mail_html() 13 years ago
Yannick Warnier 352378ac99 Added error_log when e-mail sending fails - this will enable much faster debug on remote servers 14 years ago
Julio Montoya b4cdc36796 Fixing api_mail function see #3883 14 years ago
Julio Montoya 2bf55932d2 More fixes while sending messages 14 years ago
Julio Montoya e6b6207e15 Moving the mail.conf.php because the charset was always ISO-8859-1 14 years ago
Julio Montoya 4fe118faf0 Fixing bug when sending HTML mails with \n\r chars 14 years ago
Julio Montoya f471ed9d50 Fixing posible bug when email is not valid see #1671 14 years ago
Yannick Warnier 6c33498a64 Minor - Adapting code comments to phpdoc 14 years ago
root 5b2ec4f888 permission commit + removes tests directory 14 years ago
Noel Dieschburg 409a1f0b06 Suppresses the test directory and sets the permission for production use 15 years ago
Ivan Tcholakov 016f8bdbb9 Feature #2099 - Mail sending: api_valid_email() is to be used inside the mailing functions for checkig agains valid e-mail addresses. The previous solution uses the eregi() function which is not PHP 5.3 "friendly". 15 years ago
Ivan Tcholakov ac02b40f03 Feature #2099 - Cleaning the file mail.lib.inc.php. 15 years ago
Yannick Warnier e6d312d9fd Minor - Fixed order of params *in function documentation* 15 years ago
Noel Dieschburg e6444dc928 Dummy permission commitx 15 years ago
christian1827 eebd0305dc added embedded images inside content of announcement sent by email - private BT#925 15 years ago
Carlos Vargas 4db5fee912 change \"from\" email CT#662 15 years ago
Julio Montoya 67c3626ef0 Deleting ==== from heades adding license text 15 years ago
Cristian Fasanando 1325cf59d6 Fixed send email with attachment file from announcement tool - CT#652 15 years ago
Ivan Tcholakov 39f9371728 Feature #272 - Mailing: Correction for loading the right configuration file. A global variable has been renamed for less probable conflicts. 15 years ago
Ivan Tcholakov c9ee729e2f Feature #272 - Cosmetics in mail functions. 15 years ago
Ivan Tcholakov ff0f6f267f Feature #272 - Code-formatting, file mail.lib.inc.php. 15 years ago
Cristian Fasanando 084e2cb4e3 Fixed - show image for email sent from announcement tool - partial DT#5666 16 years ago
Julio Montoya 18bba2a974 Fixing email sent when user finish an quiz with an open question see DT#5673 16 years ago
Julio Montoya fc52a7ae20 Fixing email sent when user finish an quiz with an open question see DT#5673 16 years ago
Ronny Velasquez 9ba8f6ae42 It adds the ability to send attachments to email accounts - see DT#5647 16 years ago
Ronny Velasquez 63a08e56dd Fixed partial, first problem: \"Ampercent bug in e-mails seen from Outlook\" - see DT#5647 16 years ago
cvargas e969a4161a merge 16 years ago
Yannick Warnier 47022680ce Accept gzopen64() too as a test of the zlib extension load 16 years ago
Ivan Tcholakov 96acaa4bd4 Feature #306 - Trimming whitespace from some system library files at the top level, from include-files and from some configuration files. 16 years ago
Cristian Fasanando 3f37281154 [svn r17919] Minor - Logic change - Added a new configuration by default into mail.conf.dist.php about charset and it's used now into api_mail function - see FS#2445 16 years ago
Jan Derriks d6c2563272 [svn r17620] FS#2988 - Long lines in Announcements will not show up in email and email subject,intro,signature changes. 16 years ago
Yannick Warnier 422703fc4c [svn r17096] Authorize "+" symbol in e-mail name syntax, as described in http://tools.ietf.org/html/rfc3696#section-3 (not totally implemented) 17 years ago
Yannick Warnier fd29574f65 [svn r13799] Allow array of recipients (rather than just one recipient in one string) 18 years ago
Eric Marguin 32fef54069 [svn r12053] include mail.conf.php here to avoid using this library without the mail configuration variables 18 years ago
Yannick Warnier 6c3df15b50 [svn r11579] Added simple api_mail_html() function that deals with alternatives (sends HTML AND text content using the right header to allow graceful downgrade). 18 years ago