@extends('layouts.onboarding', ['currentStep' => 2]) @section('title', __('Step 2')) @section('content')
{{ __('Link an email account so :app can read and reply to messages', ['app' => config('app.name')]) }}
{{ __("You'll be redirected to Google to securely authorize :app to read and send emails on your behalf. Your password is never shared with us.", ['app' => config('app.name')]) }}
{{ __("You'll be redirected to Microsoft to securely authorize :app to read and send emails on your behalf. Your password is never shared with us.", ['app' => config('app.name')]) }}
{{ __('Not sure about these settings?') }}
{{ __("Check your email provider's help page or contact their support team. Most providers list their mail server settings in their help center.") }}
{{ __('e.g., imap.gmail.com, imap.mail.yahoo.com') }}
{{ __('Usually 993 for SSL, 143 for STARTTLS') }}
{{ __('Usually your full email address') }}
{{ __('Use an app password if your provider requires it') }}
{{ __('e.g., smtp.gmail.com, smtp.mail.yahoo.com') }}
{{ __('Usually 465 for SSL, 587 for STARTTLS') }}
{{ __('Usually the same as your incoming username') }}
{{ __('Usually the same as your incoming password') }}
{{ __('Your credentials are saved securely') }}
{{ __('We encrypt all passwords before storing them. You can test and edit settings anytime in Settings') }} → {{ __('Email Accounts.') }}