My scenario is am running my server in cloud platform which doesn't have cpanel, what I have is another normal shared hosting service with cpanel support . is there any way to run the site in cloud and use the webmail service provided by shared hosting provider for my domain name? if there is anyway can anyone please explain how to do this as I don't want to shell out money to setup gsuite kind of service. Thanks in advance
相关问题
- Axios OPTIONS instead of POST Request. Express Res
- Express js optional parameter
- ExpressJS: Promises and Error Handling middleware
- Sequelize where on many-to-many join
- Correct headers, but Chrome says “Resource interpr
相关文章
- fetch: Getting cookies from fetch response
- express server port configuration issue with pm2 c
- why is socket.id undefined in the browser
- Python - Node.js (V8) runtime is not available on
- What is describe() in Mocha
- Using HTTP basic auth for certain URLs only with E
- node express: should you always call next() in a g
- Express redirect error: can't set headers afte
finally, I figured it out on my own with some research in google.
By this point, you will be able to send mail.
6) Add SPF record ( TXT record ) or go to Authentication settings in the Email section in your cpanel and enable SPF.
7)Go to Email Routing in the Email section in your cpanel and select your domain then choose Local Mail Exchanger under Configure Email Routing. That's it now you will be able to receive emails also.
These were the steps I followed to make it work, my app is hosted in GCP and I am using the mail service provided by cpanel-webmail(Hostgator).
This link helped me a lot to figure out the initial steps ,( Answer by the user jtittle1 ) https://www.digitalocean.com/community/questions/how-to-solve-emails-problems-after-site-is-migrated-to-digital-ocean