mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
14 lines
278 B
PHP
14 lines
278 B
PHP
@component('mail::message')
|
|
{{ trans('email.new_ip_body') }}
|
|
|
|
{{ trans('email.ip_address') }}: {{ $ipAddress }}
|
|
|
|
@if('' !== $host)
|
|
{{ trans('email.host_name') }}: {{ $host }}
|
|
@endif
|
|
|
|
{{ trans('email.date_time') }}: {{ $time }}
|
|
|
|
{{ trans('email.new_ip_warning') }}
|
|
@endcomponent
|