Page 1 of 1

Email

Posted: 2018-06-21 11:00
by bescott53
Up until a couple of weeks ago, the emails out of appgini compiled site worked ok. not sure what is the cause for them stopping but is there a tutorial anywhere to fix this?

Re: Email

Posted: 2018-06-26 08:34
by R Tammam
Hello bescott53,
please review mail settings in the admin area , you can provide us with a screenshot to help you more

Re: Email

Posted: 2018-07-06 11:11
by bescott53
R Tammam apologies not got back sooner, been focusing on another issue i had and pbottcher solved this for me.
admin settings.PNG
admin settings.PNG (19.05 KiB) Viewed 5560 times

Re: Email

Posted: 2018-07-12 13:30
by bescott53
Anyone see what I am doing wrong

Re: Email

Posted: 2018-07-18 11:03
by SSchimkat
Probably nothing .. but .. your systems administrator can tell you what the problem is. My best guess is that mail configuration has been changed, and your php configuration now needs modification.

Switch to SMTP mail instead, for getting around the problem.

Re: Email

Posted: 2018-07-18 16:24
by bescott53
Thanks, nothing changed as I am the administrator. Tried SMTP too but no joy. Everything worked ok and then after a few more changes in appgini it stopped?

Re: Email

Posted: 2018-07-18 22:53
by baudwalker
I had some email problems with lots of applications. After I upgraded my PHP version (on the server) to PHP 5.6 FPM or above the issue was resolved.

Hope this helps

Barry

Re: Email

Posted: 2018-07-19 17:28
by bescott53
Hi Barry, did check, using 5.6 already. No changes to this either since I loaded in the updated files from appgini. Not sure what could be causing this, will upgrade to latest version of appgini to see if that makes a difference

Re: Email

Posted: 2018-07-27 13:38
by bescott53
ok i am definitely on php5.6. Just upgraded to 5.72 for appgini but still no notifications coming through?? anyone have any ideas?

Re: Email

Posted: 2018-07-29 17:20
by sjohn
Hello bescott53

Some providers has changed policy - they now demand that a from-address is a mail address from the domain.
If for example you have the domain hosted at one.com and your domain is mydomain.com, then a from mail should look like this : [email protected].
If you host the site yourself, then just forget this.

Re: Email

Posted: 2018-07-31 08:48
by bescott53
its self hosted sjohn

Re: Email

Posted: 2018-08-15 12:10
by a.gneady
By self-hosted, you mean it's hosted locally (at your office or home)? Or on a server located in a data center but managed by you?

If it's hosted locally, your server's IP address (assigned by your ISP) would probably be blocked by most recipient servers. You could check it here: https://mxtoolbox.com/blacklists.aspx ... In this case, you should use a reputable SMTP server for sending mails rather than PHP mail. I'd recommend gmail .. no one would block that :D

If it's hosted in a data center, You should also check the server IP/domain with the above url to make sure it's not black-listed anywhere. If all looks good, you might need to debug sendmail, which is the command used by PHP mail() function. Check this link for how to debug it: http://ibgwww.colorado.edu/~lessem/psyc ... debugging/