By User on Friday, 05 July 2019
Posted in General Issues
Replies 3
Likes 0
Views 475
Votes 0
Hello.
I set "Custom E-mail Addresses" in backend (for "Report" feature) but can't get any emails.

In backend I set
Enable E-mail Notifications: OFF
As result it doesn't send to user any email notification, but user can get emaeil during registration, login/password reminder or ban reason

Thanks.
Hi there,

It is there actually as you can see here https://screencast.com/t/ILNqwS9BPY. In order for them to be sent out, you will need to setup cronjob as you can refer on listed links below. Please give it a try and see how it goes.

https://stackideas.com/docs/easysocial/administrators/cronjobs
https://stackideas.com/docs/easysocial/administrators/configuration/cronjob-settings
·
Friday, 05 July 2019 11:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks it helped.
I just turned ON "Send E-mails On Page Load" option.
It will not kill site if I use email only for reports, user activation, login & password reminder, user detail after registration?
What do you think?

Thanks.
·
Sunday, 07 July 2019 02:43
·
0 Likes
·
0 Votes
·
0 Comments
·
If you ask for our opinion, I would strongly suggest you that setup cronjob on your server, so it will automatically execute the cronjob command every 5 minute (you can set to 3 minute if you server is fast), so it will not cause some possibilities issues like :

1. User might receive duplicate email notification.

2. It might affect the site performance issue.

The reason why it might affect all these is because I can see that your site is very active for every minute, what this 'Send E-mails On Page Load' does is when someone access one of your site Easysocial page, the system will check for the email activity whether got any pending email haven't send out or not, if there got pending email then send out.

Imagine if there got 1k user access one of your Easysocial pages, it will do the same process like what I explained at above then send out the email, in the meantime, system can't determine that which pending email already send out since there got 1k users access your site at the same time, it will messed up the whole process, this is why I suggest you is better to setup cronjob on your server.
·
Sunday, 07 July 2019 09:43
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post