Open Macrofig opened 7 years ago
@James0x57 being the email expert, any ideas?
554 5.7.1 Service unavailable; Client host [45.37.20.35] blocked using urbl.hostedemail.com; http://www.spamhaus.org/query/bl?ip=45.37.20.35
makes me thing @Macrofig 's ISP is blocking him, but I thought all traffic would be local in dev.
@Macrofig @justinbmeyer Hey, yep, it doesn't work from local host unless you use the --develop flag. I think it's because most ISPs block traffic on 1025 and 25. You've gotta use the middle man "maildev" which just captures the request and sets up a fancy webmail service locally ( http://localhost:1080/ ): https://github.com/donejs/bitballs/blob/3317082b83c4ae425bb20e8fac8a69568f67f361/services/email.js#L7 ( ..and just test the actual service live >.> )
Maildev should happen automatically when running donejs develop. Make sure your node modules are installed with npm 3+ as well!
bitovi@Jamess-MBP bitballs [master] $ donejs -V 0.9.2 bitovi@Jamess-MBP bitballs [master] $ node -v v6.0.0 bitovi@Jamess-MBP bitballs [master] $ npm -v 3.8.6
I didn't see this issue until just now - please ping me if need anything else!
It seems like the email server won't let me send out emails. Maybe because i'm on default/local host? Maybe it is my the way my personal email is configured? Either way, there doesn't seem to be any documentation on how to configure the email system or error handling (this caused the server to stop). If it is something I did wrong, I can document it.