- Edited
Hi Guys,
I’m working on an app on my localhost, the Django API is setup with https etc, but when I try sending an email it rspam lists my IP address on Spamhaus PBL.
How do I whitelist my Machine’s IP so that I can test locally before deploying to my server later on. This way I can use the same approach to whitelist my API backend hosted on an EC2 instance when I go live?
Any assistance will be appreciated.