Update actions_sendmails.inc.php

This commit is contained in:
Laurent Destailleur 2018-02-03 17:45:05 +01:00 committed by GitHub
parent 77d4107085
commit 5dde72e3dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -364,8 +364,6 @@ if (($action == 'send' || $action == 'relance') && ! $_POST['addfile'] && ! $_PO
$result=$mailfile->sendfile();
if ($result)
{
$error=0;
// Two hooks are available into method $mailfile->sendfile, so dedicated code is no more required
/*
if (! empty($conf->dolimail->enabled))