mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 04:20:08 +00:00
4d28618663
Co-authored-by: Alex Justesen <1144087+alexjustesen@users.noreply.github.com>
31 lines
749 B
PHP
31 lines
749 B
PHP
<x-mail::message>
|
|
# Speedtest Completed - #{{ $id }}
|
|
|
|
A new speedtest was completed using **{{ $service }}**.
|
|
|
|
<x-mail::table>
|
|
| **Metric** | **Value** |
|
|
|:------------|---------------------------:|
|
|
| Server name | {{ $serverName }} |
|
|
| Server ID | {{ $serverId }} |
|
|
| ISP | {{ $isp }} |
|
|
| Ping | {{ $ping }} |
|
|
| Download | {{ $download }} |
|
|
| Upload | {{ $upload }} |
|
|
| Packet Loss | {{ $packetLoss }} **%** |
|
|
|
|
|
|
</x-mail::table>
|
|
|
|
<x-mail::button :url="$url">
|
|
View Results
|
|
</x-mail::button>
|
|
|
|
<x-mail::button :url="$speedtest_url">
|
|
View Results on Ookla
|
|
</x-mail::button>
|
|
|
|
Thanks,<br>
|
|
{{ config('app.name') }}
|
|
</x-mail::message>
|