JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,003 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi everyone!
Recently ive been setting up a chatroom for some friends, and I have decided to implement an email verification system (that I have figured out how to secure so they cant make multiple accounts). The problem is, I cant allow the application to send emails through an email account to verify that it's actually them trying them signing in, due to Basic Authentication being disabled.
Note: The website is hosted on glitch.com, meaning that i cannot change the DNS.
Note 2: I have no money :)