Update pricing UX, billing flows, and API rules
This commit is contained in:
40
app/resources/views/emails/test.blade.php
Normal file
40
app/resources/views/emails/test.blade.php
Normal file
@@ -0,0 +1,40 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Dewemoji test email</title>
|
||||
</head>
|
||||
<body style="margin:0; padding:24px; font-family: Arial, sans-serif; background:#f4f6fb; color:#0f172a;">
|
||||
<table width="100%" cellpadding="0" cellspacing="0" role="presentation">
|
||||
<tr>
|
||||
<td align="center">
|
||||
<table width="560" cellpadding="0" cellspacing="0" role="presentation" style="background:#ffffff; border-radius:16px; padding:28px; box-shadow:0 10px 30px rgba(15, 23, 42, 0.08);">
|
||||
<tr>
|
||||
<td style="font-size:20px; font-weight:700; padding-bottom:8px;">
|
||||
Dewemoji
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size:16px; line-height:1.6; padding-bottom:18px;">
|
||||
This is a test email sent via the Mailketing API from your Dewemoji app.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding-bottom:22px;">
|
||||
<a href="{{ $actionUrl }}" style="display:inline-block; padding:12px 22px; background:#0f172a; color:#ffffff; text-decoration:none; border-radius:999px; font-size:14px; font-weight:700;">
|
||||
Open Dewemoji
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size:12px; color:#64748b;">
|
||||
If the button does not work, open this link: {{ $actionUrl }}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user