fixed cache and email creation from url
This commit is contained in:
@@ -9,6 +9,10 @@ class AppController extends Controller
|
||||
{
|
||||
public function mailbox($email = null) {
|
||||
if ($email) {
|
||||
$validatedData = validator(['email' => $email], [
|
||||
'email' => 'required|email',
|
||||
])->validate();
|
||||
|
||||
if (json_decode(config('app.settings.configuration_settings'))->enable_create_from_url) {
|
||||
ZEmail::createCustomEmailFull($email);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user