Laurent Destailleur
8152c60878
Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into 10.0
...
Conflicts:
htdocs/core/actions_sendmails.inc.php
2019-10-16 17:13:14 +02:00
Laurent Destailleur
b47ebcca2b
Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into 9.0
2019-10-16 17:10:10 +02:00
Laurent Destailleur
2d1bc90e57
Merge branch '7.0' of git@github.com:Dolibarr/dolibarr.git into 8.0
2019-10-14 23:50:06 +02:00
Florian Mortgat
2aee62ea28
FIX: $from and $sendto variables are unescaped in the sending error message
...
This causes addresses like Tom <tom@examp.le > not to be shown in the message.
2019-10-07 17:32:52 +02:00
Laurent Destailleur
8ac0383fa0
FIX Send email from expense report card.
...
FIX Alias name is not into the email recipient label.
2019-09-23 12:36:12 +02:00
Laurent Destailleur
2bbb04085e
Merge branch '9.0' of https://github.com/dolibarr/dolibarr into develop
...
Conflicts:
htdocs/core/menus/standard/eldy.lib.php
htdocs/modulebuilder/template/class/myobject.class.php
2019-05-19 02:15:01 +02:00
Laurent Destailleur
71ef8c881b
Merge branch '8.0' of https://github.com/dolibarr/dolibarr into 9.0
...
Conflicts:
htdocs/modulebuilder/template/class/myobject.class.php
2019-05-19 02:06:20 +02:00
Laurent Destailleur
7738787729
Merge branch '7.0' of https://github.com/dolibarr/dolibarr into 8.0
...
Conflicts:
htdocs/core/actions_sendmails.inc.php
2019-05-19 02:03:16 +02:00
ATM-Marc
b85ed3e0b7
FIX: mail presend: can overwrite a file previously uploaded
2019-05-18 00:11:15 +02:00
Frédéric FRANCE
b10558bacd
Merge remote-tracking branch 'upstream/develop' into nospaceaftercomma
2019-01-27 23:23:38 +01:00
Frédéric FRANCE
7ee086b402
PSR2 space after comma in function call
2019-01-27 11:55:16 +01:00
Frédéric FRANCE
6e91b3cefc
PSR2 usage of else if is discouraged
2019-01-27 10:49:34 +01:00
Laurent Destailleur
5d0ff28556
Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/societe/card.php
2019-01-08 01:56:03 +01:00
Laurent Destailleur
d2f6899346
Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into 9.0
...
Conflicts:
htdocs/accountancy/journal/bankjournal.php
htdocs/admin/defaultvalues.php
htdocs/societe/card.php
2019-01-08 01:53:00 +01:00
Laurent Destailleur
9d8b084115
Merge branch '7.0' of git@github.com:Dolibarr/dolibarr.git into 8.0
...
Conflicts:
ChangeLog
htdocs/core/actions_sendmails.inc.php
htdocs/filefunc.inc.php
2019-01-08 01:48:54 +01:00
Laurent Destailleur
0c3165a79a
Merge branch 'develop' into email-contact-card
2018-12-14 15:26:15 +01:00
Juanjo Menent
642a86ba25
Fix #8152
2018-12-01 16:55:45 +01:00
Laurent Destailleur
01e7b5747d
FIX user param is null not 0 when not defined
...
FIX properties email_xx were not set
2018-11-12 15:27:59 +01:00
François J
29c71b31fe
[New] Add Presend form & Actions to send emails to Contact card
...
Add ability to send email to contact from the Contact card. Functionality was copied and adapted from the Third Party card.
2018-11-06 16:40:39 +01:00
Laurent Destailleur
90d3b80efb
NEW Add email in event histor for reminder email of expired subsription
2018-11-03 22:53:55 +01:00
Frédéric FRANCE
86d854f3f4
Squiz.WhiteSpace.ControlStructureSpacing.SpacingBeforeClose
2018-10-24 23:04:26 +02:00
Laurent Destailleur
ded5c4c3dd
Social network module
2018-10-12 11:02:03 +02:00
Laurent Destailleur
b25a0ca672
Fix no need of thumb when upload image for email
2018-09-05 23:25:17 +02:00
Laurent Destailleur
f074daae48
Fix option MAIN_MAIL_ENABLED_USER_DEST_SELECT
2018-05-22 20:17:31 +02:00
Laurent Destailleur
a23d1f6b82
Code comment
2018-05-17 16:50:40 +02:00
Laurent Destailleur
e621daa61d
Merge branch '7.0' of git@github.com:Dolibarr/dolibarr.git into develop
2018-04-20 01:47:54 +02:00
Laurent Destailleur
c6a53ca25d
Merge branch '6.0' of git@github.com:Dolibarr/dolibarr.git into 7.0
...
Conflicts:
htdocs/supplier_proposal/card.php
2018-04-20 01:39:26 +02:00
Laurent Destailleur
0d0da234b1
Lowercase NULL, TRUE, FALSE according to PSR2
2018-04-16 13:51:16 +02:00
Laurent Destailleur
6cb0793d14
Merge pull request #7969 from marcosgdf/bug-4875
...
FIX #4875 Remove external module code from Dolibarr core code - Introduce hook initSendToSocid instead
2018-04-11 18:33:10 +02:00
Laurent Destailleur
e468584783
Update actions_sendmails.inc.php
2018-04-11 18:31:46 +02:00
Laurent Destailleur
698f5c165a
Merge pull request #8430 from atm-florian/dev_mailtouser
...
NEW : Can select from the user list into send form email (For field to and CC)
2018-04-11 17:55:40 +02:00
Laurent Destailleur
65996c47ff
Fix clean email syntax to remove , to avoid error RFC-5321 address
2018-04-10 11:15:21 +02:00
florian HENRY
cc0fb830b8
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr.git into dev_mailtouser
2018-04-05 10:53:17 +02:00
Frédéric FRANCE
299c32d262
Update actions_sendmails.inc.php
2018-03-27 18:02:27 +02:00
Frédéric FRANCE
77fb736ee2
Update actions_sendmails.inc.php
2018-03-27 11:17:40 +02:00
florian HENRY
c8d309e599
clean
2018-03-21 23:00:33 +01:00
florian HENRY
d3ae285c0c
finish work
2018-03-21 22:58:17 +01:00
florian HENRY
dc6f4c1f4d
NEW : option to send email to salaries
2018-03-21 11:48:30 +01:00
Laurent Destailleur
5b8006a6bb
Merge branch '7.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/public/payment/paymentok.php
htdocs/public/paypal/paymentok.php
2018-03-08 16:37:17 +01:00
Laurent Destailleur
b2f6105ae2
FIX #8277
2018-03-07 15:52:58 +01:00
Laurent Destailleur
5dde72e3dd
Update actions_sendmails.inc.php
2018-02-03 17:45:05 +01:00
Laurent Destailleur
77d4107085
Update actions_sendmails.inc.php
2018-02-03 17:44:37 +01:00
Laurent Destailleur
0280d0f5fe
Merge branch 'develop' into bug-4875
2018-02-03 17:42:17 +01:00
Laurent Destailleur
833c7685e1
Hook 'maildao' was renamed into 'mail' into the method sendfile that
...
send emails, and method was renamed from 'doaction' into 'sendMail'.
To process task #4875 #7969 in several steps.
2018-02-03 17:36:33 +01:00
Laurent Destailleur
d1365c2492
Fix trackid
2018-01-22 17:15:44 +01:00
fappels
b6e3d312ad
Fix on #7981
...
Trigger interface does not set error eventmessage.
Improvement:
Show both trigger error and mail send succesful, so you know mail was
send succesful bot some trigger action after sending mail failed.
2017-12-30 12:12:13 +01:00
fappels
4bc2e80ba8
Fix sending expense reports
2017-12-20 17:20:40 +01:00
fappels
7da1f706e5
Error in send_mail trigger is not system error
2017-12-20 12:25:30 +01:00
Marcos García
f60489b766
FIX #4875 Dolimail thirdparty code is integrated into Dolibarr core code
...
Close #4875
2017-12-17 23:06:26 +01:00
florian HENRY
eb03f8f08e
fix MAIN_COPY_FILE_IN_EVENT_AUTO
2017-12-08 15:03:42 +01:00