Laurent Destailleur
|
b29d0385e6
|
NEW Can send an email to a user from its card.
|
2017-05-15 00:15:56 +02:00 |
|
Laurent Destailleur
|
3da0aea168
|
Prepare code to use different SMTP servers.
|
2017-04-18 01:39:06 +02:00 |
|
Laurent Destailleur
|
6aa56ce0fa
|
NEW Add a tracking id into mass emailing
Prepare code to use a dedicated SMTP server according to context.
|
2017-04-11 10:57:17 +02:00 |
|
Laurent Destailleur
|
7c868888a5
|
FIX Add option MAIN_MAIL_USE_MULTI_PART to include text content into
HTML email and add option MAIN_MAIL_ADD_INLINE_IMAGES_IF_IN_MEDIAS to
restore the inline images feature.
|
2017-04-05 01:02:03 +02:00 |
|
Laurent Destailleur
|
0671f75417
|
Merge branch '4.0' of git@github.com:Dolibarr/dolibarr.git into 5.0
|
2017-01-16 00:01:37 +01:00 |
|
Laurent Destailleur
|
1fd9f5e1fb
|
Fix: host was twice into message id for smtp driver and swiftmailer was
not using dol_getprefix() to build host.
|
2017-01-14 13:27:44 +01:00 |
|
Laurent Destailleur
|
c42b48636a
|
Merge branch '4.0' of git@github.com:Dolibarr/dolibarr.git into 5.0
Conflicts:
htdocs/commande/class/api_commande.class.php
htdocs/core/class/CMailFile.class.php
htdocs/societe/class/api_contact.class.php
|
2017-01-12 11:06:24 +01:00 |
|
Laurent Destailleur
|
5e71ff816f
|
Increase limit for better backward compatibility without loosing minimum
security.
|
2017-01-12 10:51:31 +01:00 |
|
Regis Houssin
|
5898d27609
|
Fix: avoid errors if constants values not exists
|
2017-01-11 16:47:17 +01:00 |
|
Laurent Destailleur
|
bbd3734a21
|
Merge branch '4.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
htdocs/compta/facture/list.php
htdocs/filefunc.inc.php
|
2016-12-26 12:42:23 +01:00 |
|
Laurent Destailleur
|
e297b64722
|
Several security fix in using mailings.
|
2016-12-26 12:35:10 +01:00 |
|
Laurent Destailleur
|
c9c8079c3d
|
Can add additionnal paramon mail to solve rare sendmail problems
|
2016-12-26 00:00:28 +01:00 |
|
Laurent Destailleur
|
0ef963604f
|
Fix option moreinheader not correctly supported with smtps
|
2016-12-20 12:38:24 +01:00 |
|
Laurent Destailleur
|
0eded9a8b7
|
Merge branch '4.0' of git@github.com:Dolibarr/dolibarr.git into develop
|
2016-12-19 02:36:10 +01:00 |
|
Laurent Destailleur
|
0d1d68d5d9
|
Merge branch '3.9' of git@github.com:Dolibarr/dolibarr.git into 4.0
Conflicts:
htdocs/admin/dict.php
htdocs/product/price.php
|
2016-12-19 02:34:29 +01:00 |
|
Laurent Destailleur
|
74e00c4d80
|
More comment and hidden option to solve problems when sending emails.
|
2016-12-19 01:04:17 +01:00 |
|
Laurent Destailleur
|
dbf96b8f59
|
Log at wrong place
|
2016-12-18 23:32:31 +01:00 |
|
Laurent Destailleur
|
9d3bd9d36f
|
Merge branch '4.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
htdocs/langs/en_US/errors.lang
|
2016-12-18 11:57:04 +01:00 |
|
Laurent Destailleur
|
394e284a4a
|
Merge branch '3.9' of git@github.com:Dolibarr/dolibarr.git into 4.0
Conflicts:
htdocs/core/class/CMailFile.class.php
htdocs/langs/en_US/errors.lang
|
2016-12-18 02:16:40 +01:00 |
|
Laurent Destailleur
|
c5db333af8
|
Fix translation of error message when sending email
|
2016-12-17 14:00:39 +01:00 |
|
Laurent Destailleur
|
c750ba8b99
|
Merge branch '4.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
htdocs/filefunc.inc.php
htdocs/install/mysql/data/llx_c_payment_term.sql
htdocs/langs/en_US/bills.lang
htdocs/langs/en_US/mails.lang
|
2016-12-16 13:56:55 +01:00 |
|
Laurent Destailleur
|
8f3ce46c50
|
Merge branch '3.9' of git@github.com:Dolibarr/dolibarr.git into 4.0
|
2016-12-15 12:12:36 +01:00 |
|
Laurent Destailleur
|
2c4c48ad6f
|
Better fix to add server name into email id.
|
2016-12-15 12:11:39 +01:00 |
|
Laurent Destailleur
|
eaa2125373
|
Merge branch '4.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
htdocs/projet/card.php
htdocs/projet/class/project.class.php
htdocs/projet/list.php
|
2016-11-10 11:40:39 +01:00 |
|
Laurent Destailleur
|
e30622cbd8
|
FIX Bcc must not appears to recipient when using SMTPs lib
|
2016-11-09 00:10:02 +01:00 |
|
Laurent Destailleur
|
b284bdd953
|
NEW #5896 More complete data on event sent by email (name in title,
emails list in details)
|
2016-10-24 02:02:30 +02:00 |
|
Laurent Destailleur
|
cf7327a2a2
|
FIX #5750 Bug: CmailFile::server_parse enters an infinite loop if
$server_response is false
|
2016-10-01 16:41:12 +02:00 |
|
Laurent Destailleur
|
6033b09344
|
FIX: A constructor must not return a value.
FIX: A topic is required to send an email (probability to be spam of
99%)
|
2016-06-24 15:36:20 +02:00 |
|
frederic34
|
60ebc6fa11
|
Some correction for testconnect
|
2016-04-18 00:47:08 +02:00 |
|
frederic34
|
75127638a4
|
Embed images
|
2016-04-17 10:28:21 +02:00 |
|
frederic34
|
8428b791f8
|
Add logger to dump smtp dialog
|
2016-04-16 22:25:47 +02:00 |
|
frederic34
|
567dc1734e
|
Add Swift Mailer to send mails
|
2016-04-16 18:15:03 +02:00 |
|
Laurent Destailleur
|
e60088a297
|
Add parameter moreinheader
|
2016-03-04 13:30:00 +01:00 |
|
Laurent Destailleur
|
5ea9c6dd83
|
Merge remote-tracking branch 'origin/3.9' into develop
Conflicts:
htdocs/accountancy/admin/productaccount.php
htdocs/core/class/html.formprojet.class.php
htdocs/core/menus/standard/eldy.lib.php
htdocs/filefunc.inc.php
htdocs/langs/en_US/accountancy.lang
|
2016-02-09 14:40:25 +01:00 |
|
Laurent Destailleur
|
f640bf7c61
|
Manage the reply-to field into mail libs
|
2016-02-09 11:56:12 +01:00 |
|
Laurent Destailleur
|
062deae24c
|
Merge
|
2016-02-05 12:18:50 +01:00 |
|
Frédéric FRANCE
|
a656607122
|
Update CMailFile.class.php
|
2016-02-04 17:12:58 +01:00 |
|
Laurent Destailleur
|
4065b3f1df
|
Better management of the Dolibarr tracking id into email.
This will allow an imap scanner to link email
|
2015-11-13 00:19:11 +01:00 |
|
Laurent Destailleur
|
d409568442
|
Format code
|
2015-08-20 15:07:16 +02:00 |
|
Alexis ALGOUD
|
1277596242
|
Mode hook
in $conf->global->MAIN_DISABLE_ALL_MAILS
|
2015-07-06 00:51:17 +02:00 |
|
Alexis Algoud
|
25842b3295
|
NEW add hook in send mail
|
2015-07-02 16:03:24 +02:00 |
|
Laurent Destailleur
|
936c46d219
|
Better error/setup messages.
|
2015-06-26 13:18:40 +02:00 |
|
Raphaël Doursenaud
|
143a7d7328
|
Use rfc6761 example.com domain instead of domain.com in examples
Fix #2988
|
2015-06-08 17:13:23 +02:00 |
|
Laurent Destailleur
|
1e8b148e4b
|
Work on tracking id into emails
|
2015-05-05 04:10:42 +02:00 |
|
Frédéric FRANCE
|
85d8d06ca4
|
Travis fix CMailFile.class.php
|
2015-04-06 20:02:29 +02:00 |
|
Scrutinizer Auto-Fixer
|
4da737424e
|
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
|
2015-04-06 10:25:30 +00:00 |
|
Laurent Destailleur
|
f44d91e153
|
NEW: The notification module accept keyword __SUPERVISOR__ to send
notification to supervisor of user.
|
2015-03-19 11:47:30 +01:00 |
|
Laurent Destailleur
|
fddbca50b1
|
Start to introduce MAIN_EMAIL_ADD_TRACK_ID option to test inclusion of
tracking id into email.
|
2015-03-03 18:33:53 +01:00 |
|
Laurent Destailleur
|
13590a876b
|
Fix: A little clean of dol_hash usage.
|
2014-10-18 16:08:15 +02:00 |
|
Laurent Destailleur
|
20d6920a0c
|
Add comment
|
2014-08-05 09:27:40 +02:00 |
|