diff --git a/.env b/.env index 71e3f0c..e9a79eb 100644 --- a/.env +++ b/.env @@ -14,3 +14,5 @@ APP_URL= SMTP_USER=levishub@yandex.com SMTP_PASS=avhpihoudpyvibtx DEFAULT_TO_EMAIL=miduway@yandex.ru +SMTP_HOST=smtp.yandex.ru +SMTP_PORT=465 \ No newline at end of file diff --git a/.env.example b/.env.example index d9b57ee..d4d053a 100644 --- a/.env.example +++ b/.env.example @@ -16,3 +16,5 @@ APP_URL= SMTP_USER=levishub@yandex.ru SMTP_PASS=avhpihoudpyvibtx DEFAULT_TO_EMAIL=miduway@yandex.ru +SMTP_HOST=smtp.yandex.ru +SMTP_PORT=465 \ No newline at end of file diff --git a/components/EmailForm.vue b/components/EmailForm.vue index 502d732..5da05fe 100644 --- a/components/EmailForm.vue +++ b/components/EmailForm.vue @@ -30,8 +30,6 @@