You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="card-text pb-4">Set up an LDAP server mock to mimic real server behavior, ensuring seamless integration and testing without needing an actual LDAP server.</p>
<pclass="card-text pb-4">Set up an LDAP server mock to mimic real server behavior, ensuring seamless integration and testing without needing an actual LDAP server.</p>
Copy file name to clipboardExpand all lines: webui/src/views/Smtp.vue
+39-29Lines changed: 39 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,8 @@ export default function() {
26
26
})
27
27
}
28
28
`
29
-
const description =`Test SMTP emails safely no risk of spamming mailboxes. Improve quality through visual testing using your favorite testing tool`
30
-
useMeta('Fake SMTP server for testing | mokapi.io', description, "https://mokapi.io/smtp")
29
+
const description =`Mock SMTP & IMAP servers with Mokapi. Safely test email sending & receiving without real delivery. Prevent accidental emails in testing environments.`
30
+
useMeta('Mock SMTP & IMAP Server | mokapi.io', description, "https://mokapi.io/smtp")
31
31
32
32
onMounted(() => {
33
33
dialog.value=newModal('#imageDialog', {})
@@ -52,23 +52,23 @@ function hasTouchSupport() {
52
52
<divclass="container">
53
53
<divclass="row hero-title">
54
54
<divclass="col-12 col-lg-6">
55
-
<h1>End-to-end email testing for a smooth email experience</h1>
55
+
<h1>Mock SMTP & IMAP Servers Easily with Mokapi</h1>
56
56
<divclass="badge-list mb-3">
57
57
<spanclass="badge">SMTP</span>
58
58
</div>
59
-
<pclass="description">Test SMTP emails safely and no risk of spamming mailboxes</p>
59
+
<pclass="description">Easily send and receive mock emails without a real mail server. Perfect for testing email functionality in your application.</p>
<pclass="card-text pb-4">Easily send and receive mock emails without a real mail server. Perfect for testing email functionality in your application.</p>
<pclass="card-text pb-4">nsure that no real emails are sent during testing. Safely simulate email delivery without the risk of reaching real users.</p>
113
+
</div>
108
114
</div>
109
115
</div>
110
-
<divclass="card">
111
-
<divclass="card-body">
112
-
<h3class="card-title">Rules & Mokapi Script</h3>
113
-
Define rules to allow or deny emails, intercept or forward SMTP mails
<pclass="card-text pb-4">View email logs, headers, and body content directly in Mokapi’s Dashboard. Ideal for debugging email templates and authentication flows.</p>
121
+
</div>
114
122
</div>
115
123
</div>
116
124
</div>
117
125
</div>
118
126
</section>
127
+
119
128
<section>
120
129
<divclass="container">
121
130
<divclass="row">
@@ -144,12 +153,13 @@ function hasTouchSupport() {
144
153
</div>
145
154
</div>
146
155
</section>
156
+
147
157
<section>
148
158
<divclass="container">
149
159
<divclass="row">
150
160
<divclass="col-12">
151
161
<h2>Powerful dashboard for your fake email server</h2>
0 commit comments