mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-06-16 20:41:48 +00:00
14 lines
356 B
PHP
14 lines
356 B
PHP
@component('mail::message')
|
|
{{ trans('email.new_ip_body') }}
|
|
|
|
{{ trans('email.new_ip_warning') }}
|
|
|
|
- {{ trans('email.ip_address') }}: {{ $ip }}
|
|
- {{ trans('email.host_name') }}: {{ $host }}
|
|
- {{ trans('email.date_time') }}: {{ $time }}
|
|
- {{ trans('email.user_agent') }}: {{ $userAgent }}
|
|
- {{ trans('email.firefly_iii_url') }}: {{ $link }}
|
|
|
|
|
|
@endcomponent
|