Class BlacklistedEmailDomain
Blacklisted email domains will go in here. Known spammer domains and scam/phishing/porn/whatever the fuck we don't wanna have in our DB should go in here.
[Table("BlacklistedEmailDomains")]
public class BlacklistedEmailDomain
- Inheritance
-
BlacklistedEmailDomain
- Inherited Members
Properties
CreationTimestampUTC
Unix-timestamp of when this email domain was blacklisted.
public required long CreationTimestampUTC { get; set; }
Property Value
Id
The blacklisted email domain.
[Key]
public string Id { get; set; }