Email notification - server setting

Post Reply
vesb
Posts: 35
Joined: 23 Jun 2021, 17:56
Name: razli yahya
Location: kuala lumpur
Company Name: infracom sb

Email notification - server setting

Post by vesb »

Hi,

The email notifaction not send.

Maybe my setting is wrong. Below is the setting.

Thanks
Razli

Cron and server.php configuration as follow;
Cron
/usr/local/bin/php -q/home/infracom/public_html/vesb.my/veds/cron/email_notification.php

Server.php
//Configure server host to build urls correctly in cron
//Enter [http or https]+[domainname]+[catalog] for example: https://mycompany.com/mypm/
define('CRON_HTTP_SERVER_HOST','https://vesb.my/veds/cron/email_notification.php');
pico
Posts: 48
Joined: 13 Jul 2019, 23:13
Name: Pico Seno
Location: Jakarta, indonesia
Company Name: Banda Tech
Contact:

Re: Email notification - server setting

Post by pico »

You should set up the cron on your server or hosting panel instead, not on server.php.
User avatar
support
Site Admin
Posts: 6222
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Email notification - server setting

Post by support »

Make sure you have setup cron to execute each hour.
Test email works?
Did you setup filters?
vesb
Posts: 35
Joined: 23 Jun 2021, 17:56
Name: razli yahya
Location: kuala lumpur
Company Name: infracom sb

Re: Email notification - server setting

Post by vesb »

Hi Sergey,

1. Cron is setup every hour.
2. Filter is setup.
3. Send test email - successfully sent - but no email received

br

Razli
Attachments
cronJob.png
Email Test.png
Post Reply