mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
12 lines
449 B
HTML
12 lines
449 B
HTML
<!DOCTYPE html>
|
|
<html lang="ko">
|
|
<head>
|
|
<title>Rhymix Email Test : {$sending_method|upper}</title>
|
|
</head>
|
|
<body>
|
|
<p>라이믹스에서 발송한 <b>테스트 메일</b>입니다.</p>
|
|
<p><em>{$sending_method|upper}</em> 발송 방법을 사용하여 정상적으로 발송되고 있습니다.</p>
|
|
<p>This is a <b>TEST EMAIL</b> from Rhymix.</p>
|
|
<p>Your email seems to be working fine using <em>{$sending_method|upper}</em>.</p>
|
|
</body>
|
|
</html>
|