We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2987bd2 commit 0794d79Copy full SHA for 0794d79
controllers/IndexController.php
@@ -251,8 +251,7 @@ public function editAction()
251
252
// Send message
253
foreach ($recipients as $recipient) {
254
- // $email->addTo($recipient->email, $recipient->name);
255
- $email->addTo('admin@bitoteko.it', $recipient->name);
+ $email->addTo($recipient->email, $recipient->name);
256
$email->send();
257
$email->clearRecipients();
258
$this->_saveMessageRecipient($message->id, $recipient->id, $recipient->role);
0 commit comments