This repository has been archived on 2025-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
Files
rbrecruiter/config/notification.php

13 lines
131 B
PHP
Raw Normal View History

<?php
return [
'sender' => [
'address' => 'teams@spacejewel-hosting.com',
'name' => 'RaspberryNet Teams'
]
];