Geoffrey Cleaves

Results 37 comments of Geoffrey Cleaves

When validating a known and working Yahoo address, I get this response: "The mail address that you specified was not syntactically correct."

I have worked around this issue by adding a little JS code which sends an UNSUBSCRIBE message before closing the window. Not very robust, but it works. ``` window.onbeforeunload =...

Fair enough. But the issue is not isolated to websockets, it also occurs when using the recommend XmlHttpRequest communication.

Hi, I'm getting the same error and the link you reference is not available. Any other tips you can offer? I'm actually using Docker and it looks like ahem.js reads...

I've got the Docker container working using environment variables. But I get the JSON error when not using variables. Does ahem.js read properties.json from somewhere? Where would I need to...

I'll try documenting my step-by-step later so you can see what I might of done wrong. I did have an .env file but maybe in the wrong place.

I see the error of my ways, thanks.

I've confirmed that I have set up allowedDomains as evidenced when visiting the /api/properties endpoint on my server.

Looking at smtp.js, I guess onData completes before onRcptTo has a chance to return an error. onData saves the email to Mongo.