We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df79183 commit 2a3a2e4Copy full SHA for 2a3a2e4
app/templates/dashboard.html
@@ -29,8 +29,8 @@ <h3>Create New Forwarder</h3>
29
<select id="destination" name="destination" required>
30
<option value="">Loading email accounts...</option>
31
</select>
32
- <input type="email" id="customDestination" name="customDestination"
33
- placeholder="Enter custom email address"
+ <input type="text" id="customDestination" name="customDestination"
+ placeholder=""Enter email address or special destination (e.g., :blackhole:)""
34
style="display: none; margin-top: 0.5rem;">
35
</div>
36
0 commit comments