{{ "General Info"|t('sprout-email') }}
|
| {{ 'Email Type'|t('sprout-email') }} |
{{ info.emailType ?? '–' }} |
| {{ 'Delivery Type'|t('sprout-email') }} |
{{ info.deliveryType ?? '–' }} |
| {{ 'Delivery Status'|t('sprout-email') }} |
{{ info.deliveryStatus ?? '–' }} |
| {{ 'Message'|t('sprout-email') }} |
{{ info.message ?? '–' }} |
{{ "Sender Info"|t('sprout-email') }}
|
| {{ 'Sender Name'|t('sprout-email') }} |
{{ info.senderName ?? '–' }} |
| {{ 'Sender Email'|t('sprout-email') }} |
{{ info.senderEmail ?? '–' }} |
| {{ 'Source'|t('sprout-email') }} |
{{ info.source ?? '–' }} |
| {{ 'Source Version'|t('sprout-email') }} |
{{ info.sourceVersion ?? '–' }} |
| {{ 'Craft Version'|t('sprout-email') }} |
{{ info.craftVersion ?? '–' }} |
| {{ 'IP Address'|t('sprout-email') }} |
{{ info.ipAddress ?? '–' }} |
| {{ 'User Agent'|t('sprout-email') }} |
{{ info.userAgent ?? '–' }} |
{{ "Email Settings"|t('sprout-email') }}
|
{% if info.mailer is defined %}
| {{ 'Mailer'|t('sprout-email') }} |
{{ info.mailer ?? '–' }} |
{% else %}
| {{ 'Protocol'|t('sprout-email') }} |
{{ info.protocol ?? '–' }} |
| {{ 'Host Name'|t('sprout-email') }} |
{{ info.hostName ?? '–' }} |
| {{ 'Port'|t('sprout-email') }} |
{{ info.port ?? '–' }} |
| {{ 'SMTP Secure Transport Type'|t('sprout-email') }} |
{{ info.smtpSecureTransportType ?? '–' }} |
| {{ 'Timeout'|t('sprout-email') }} |
{{ info.timeout ?? '–' }} |
{% endif %}