![]() |
|
PHP mail() does not work & How to prevent spam? - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: Email Support v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=35) +---- Thread: PHP mail() does not work & How to prevent spam? (/showthread.php?tid=3292) Pages:
1
2
|
RE: PHP mail() does not work & How to prevent spam? - 7rdoq - 12-30-2016 anyone may help me with this? many thanks RE: PHP mail() does not work & How to prevent spam? - scottyb - 01-01-2017 (12-21-2016, 07:51 PM)7rdoq Wrote: Hi buddy Hey there - I freaking hate spammers This is how you kill spam really good google have a whole team dedicated to these pricks create 2 accounts from your domain or used email and a gmail account email1@whatever <-- this is the one you give out and send mail from eamil2@whatever <-- this is the only one you check email1 forwards to gmail what forwards to email2 but cleaned result is spam free mail btw disable spam checking in your servers settings gmail will do a much better job and also get them blocked from sending shit out. You can also check all your emails on gmail then. Its win win win for you. BTW I have a fresh install of sentora and emails dont send out from it from both the cubemail client and smtp You can send mail to your own domain on the server I am wondering wether its cubemail and could squirrel mail be integrated better and actully work? RE: PHP mail() does not work & How to prevent spam? - 7rdoq - 01-06-2017 thank you, but I'm stuck at PHP mail() does not work, do you know solution? RE: PHP mail() does not work & How to prevent spam? - 7rdoq - 01-06-2017 (12-25-2016, 10:09 PM)Me.B Wrote: 1. Installing sendmail won't resolve the issue. As default setup works fine and use postfix. You just messed up your setup. Hi Me.B I just check port 25 with telnet cmd, it's blocked, how to open it? Thanks RE: PHP mail() does not work & How to prevent spam? - Me.B - 01-06-2017 Either it's on your side, so iptables to open it or likely your isp is blocking it and then you should contact them. M B RE: PHP mail() does not work & How to prevent spam? - 7rdoq - 01-07-2017 I also contacted ISP, they said dont block ports, they said my side, maybe firewall? How I can solve this? Thanks RE: PHP mail() does not work & How to prevent spam? - 7rdoq - 01-16-2017 anyone here may help me? many thanks |