Queue invitations to be sent instead of sending them directly to avoid dropped emails due to SMTP problems. Fixes bug #11436.
This commit is contained in:
parent
aafbf01b8e
commit
f761188bb0
2 changed files with 2 additions and 1 deletions
|
|
@ -958,7 +958,7 @@ sub www_inviteUserSave {
|
|||
|
||||
$invitation->addHtml($emailBody);
|
||||
|
||||
$invitation->send;
|
||||
$invitation->queue;
|
||||
|
||||
} ## end for my $inviteeEmail (@toList)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue