@extends('layouts.popup.medium') @section('title') {{ trans('messages.plan.fitness') }} @endsection @section('content')
{{ csrf_field() }}

What is fitness

This feature allows you to add a sending server which will actually send out your campaign emails. You can configure a standard SMTP connection or connect to a 3rd services like Amazon SES, SendGrid, Mailgun, ElasticEmail, SparkPost... You can also take advantage of the the hosting server's email capability by creating a "PHP Mail" or "Sendmail" sending server

    @foreach ($plan->plansSendingServers as $planSendingServer)
  • {{ trans('messages.plan.fitness.less') }}
    {{ trans('messages.plan.fitness.more') }}
    {{ $planSendingServer->fitness }} {{ $planSendingServer->fitness }} (%)
  • @endforeach

@endsection