mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-17 01:57:00 +02:00
Various housekeeping changes
This commit is contained in:
parent
ad9b38acf1
commit
3171adc1b2
10 changed files with 230 additions and 30 deletions
|
@ -70,7 +70,7 @@ function setupLogger($logFilePath, $channelName = 'app') {
|
|||
$mail->SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS;
|
||||
$mail->Port = $config['mailer_smtp_port'];
|
||||
$mail->setFrom($config['mailer_from'], 'Registry System');
|
||||
$mail->addAddress($config['iana_email']);
|
||||
$mail->addAddress($config['admin_email']);
|
||||
|
||||
// Attach PHPMailer to Monolog
|
||||
$mailerHandler = new PHPMailerHandler($mail);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue