Skip to content

Commit

Permalink
Merge pull request #60 from neok/remove_bcc_from_init
Browse files Browse the repository at this point in the history
Remove BCC address from SESMailing service init
  • Loading branch information
C{o}deKaiser authored Oct 22, 2017
2 parents 4469e44 + 55ee8c1 commit a800c6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Services/SESMailingService.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ public function __construct(Container $container)
private function initMailer()
{
$this->setDefaultSource();
//TODO: remove on go live
$this->bccAddresses[] = '[email protected]';
}

/**
Expand Down

0 comments on commit a800c6d

Please sign in to comment.