I'm still working on the registration system tutorials from @Hyperbytes and have encountered a server 500 error when trying to send the validation code. I followed the steps mentioned here: Debugging Server Connect Errors (I think) and here's the (hopefully) more helpful errors I'm getting.
POST http://localhost:3000/api/UserAction/register 500 (Internal Server Error)
_send @ serverconnectForm.js:280
_formSubmit @ serverconnectForm.js:185
_submit @ form.js:63
_submitHandler @ form.js:45
If I click on serverconnectForm.js:280 it shows this section of code:
I'm using my web server to actually send the mail. Or do you mean it won't work unless the entire site is hosted remotely? I think it's hosted locally in the tutorial.
I did follow that guide, and got the info posted above in either the initial message or the replies. There might be something I missed, but I've gone through it twice now.
Swapping it to the without SSL settings - mail.example.com and port 26 seems to have fixed some of it. Now it says "Failed to load response data: No resource with given identifire found." That sounds like something named incorrectly in register.json or register.ejs, right?
On another note, is there a way to generate dummy emails for testing purposes?