Is forgetmenot.love a Disposable Email?
Blacklistedforgetmenot.love is a known disposable email provider. Emails from this domain are likely temporary and should not be trusted for account registrations.
Think this listing is wrong?
Report forgetmenot.love as a false positive and we'll review it.
Think this listing is wrong?
Report forgetmenot.love as a false positive and we'll review it.
Details
- Status
- blacklisted
- Added
- 2023-09-24
- Last Checked
- 2026-06-23
- Reason
- forgetmenot.love
Registration Data
- Registrar
- GoDaddy
- Registered
- 2022-11-10 (3 years, 7 months)
- Expires
- 2026-11-10
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check forgetmenot.love programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/forgetmenot.love
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/forgetmenot.love")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/forgetmenot.love");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/forgetmenot.love");
$data = json_decode($json, true);
echo $data["status"]; // blacklisted / whitelisted / unknown
package main
import (
"encoding/json"
"fmt"
"net/http"
)
func main() {
resp, err := http.Get("https://trashmail-blacklist.org/check/json/forgetmenot.love")
if err != nil {
panic(err)
}
defer resp.Body.Close()
var result struct {
Status string `json:"status"`
Domain string `json:"domain"`
}
json.NewDecoder(resp.Body).Decode(&result)
fmt.Println(result.Status)
}
Click "Run" to fetch the JSON response for forgetmenot.love.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx.zoho.com
- mx1.zoho.com
- mx2.zoho.com
- mx3.zoho.com
NS Records
- ns45.domaincontrol.com
- ns46.domaincontrol.com
SOA Record
- ns45.domaincontrol.com
- dns@jomax.net
A Records
- 13.248.243.5
- 76.223.105.230
TXT Records
- k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCmk5PClK91sn3J2rrbpIXK6BXaR63orj+qNxXaXclGdpt6wrUq/QrWZHtGY9S1NgnSVPyS9/9JkWXvOgdZmes6qrDtqggQYnRdN6WfQcg9n2a+J5SG/fk4MERJxhm/qbbabFQLWho3boW3AwLrdtqepD6uvBafEbsgvWwyuBrc8QIDAQAB
- openai-domain-verification=dv-LSzkyWHv7Lsa7jz2WRBIEYi4
- openai-domain-verification=dv-o5YbwWgRf1ggD9tHk5eNUF2V
- v=spf1 include:dc-8e814c8572._spfm.forgetmenot.love ~all
- zoho-verification=zb11207132.zmverify.zoho.com
SPF Includes
- dc-8e814c8572._spfm.forgetmenot.love
Related Domains by Mail Server
50 other domains also
use mx.zoho.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is forgetmenot.love a disposable email provider?
Yes, forgetmenot.love is blacklisted as a disposable email provider in our database.
Can I use forgetmenot.love for account registration?
forgetmenot.love is a known disposable email provider. Accounts registered with this domain may be temporary and unreliable.
How can I block disposable emails from forgetmenot.love?
Use the Trashmail-Blacklist API to check forgetmenot.love before accepting it in your application. Send a GET request to /check/json/forgetmenot.love to receive the domain status as JSON. Integrate this check into your signup or contact forms to automatically reject disposable email addresses.
What data is available for forgetmenot.love?
forgetmenot.love is blacklisted in our database. We provide its blacklist status, the date it was added, DNS records (MX, A, TXT), related domains sharing the same mail server, and a website screenshot if available.
Block Disposable Emails Automatically
Integrate our free API into your signup flow to detect domains like forgetmenot.love before they reach your database.