Home > Software design >  Send Email From Application Hosted On Local Server
Send Email From Application Hosted On Local Server

Time:12-12

I have orangescrum installed on both local server and cloud server. When I try to send E-mail to other user from local server the mail is not getting delivered. I have checked the SMTP configurations, all seems fine. I checked email track delivery on cpanel but no email is shown.

I want mail server hosted on cloud to accept those emails originated from my local server and send it to the destination email address. It seems like something is blocking the request. Should I have to configure(DKIM,SPF etc) anything on cpanel so that it accept my mails? Any help is much appreciated.

CodePudding user response:

Looks like you want to use your cpanel server as "smarthost" for your local server.

In cPanel you can do it in this way:

You can add the IP address/hostname of the local server (public IP) to the following options in "WHM Home » Service Configuration » Exim Configuration Manager":

  • "Trusted SMTP IP addresses"
  • "Backup MX hosts"

In some cases you may need to add the IP address to the /etc/alwaysrelay file and enable Antirelayd.

  • Related