

- #How to change email server settings on lanier how to
- #How to change email server settings on lanier install
- #How to change email server settings on lanier verification

mongoConnectUrl - the mongodb connect url.Įxample: “mongodb://localhost:27017/ahem”.serverBaseUri - the base address for your API server.Here is an explanation of the parameters within the properties file: The properties.json file will look something like this:
#How to change email server settings on lanier install
In this configuration, AHEM uses Concurrently to run both the backend node API and email server, and serve the front end directly via angular-cli: npm install -g concurrently Clone the AHEM GitHub Repository git clone Install Dependencies within the Created Folder cd ahem-servernpm install Update ConfigurationĪ configuration file named properties.json is located in the root of the project. Install Angular CLIĪHEM uses Angular for its front end delivery, so you will need to globally install angular-cli: npm install -g Install ConcurrentlyĬoncurrently is a JavaScript library that allows running multiple scripts concurrently.

These steps were performed and tested on an Ubuntu Linux server and may need slight modifications to be compatible with other systems. AHEM can run on any system supporting Node.js. The following section details the steps required to install and run AHEM disposable mail server.

#How to change email server settings on lanier how to
Setting up Node.js, npm and MongoDB is out of the scope of this guide, but in case you’re lost, detailed information on how to set them up can be found on the Node.js download and MongoDB download pages. To install AHEM, you’ll need a Linux or Windows machine with administrative rights and Node.js version 8.9+ as well as MongoDB installed.
#How to change email server settings on lanier verification
The purpose of these services is that you can avoid exposing your own email address to potential SPAM, especially if you just need the service for a short period of time.ĭisposable email services are also useful in software development and testing, as many software products require email verification themselves. By Oren Geva How To Setup Your Own Disposable Email Server AHEM - Ad Hoc Email Serverĭisposable email services are online services that provide temporary email addresses for registering or signing up on websites that require email verification.
