alfa ex
- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Comments
Recent activity by alfa ex-
ok guys, since "nothing was working" i decided to go low level. I opened a shell and nc (netcat) an e-mail by hand, what brought more questions but solved the problem. The first question was that...
-
@vanessa yes, i'm not using the credentials, it is commented, in this case the email need to fail. But the email is sent with success even without credentials. This should not work because anyone...
-
@cPanelMichael my script $mail = new PHPMailer(); $mail->isSMTP(); $mail->Port = 25; $mail->Host = 'mail.mydomain.com'; //$mail->SMTPAuth = true; //$mail->Username = 'envi...
-
@vanessa There are only one server, it is on godaddy. The other is a local one with wamp on my windows machine just to run the php script. And i tried to toggling and still sending without auth. ...
-
sorry if my english is confusing, but i said that I want to allow to send e-mail using mail.mydomain.com only providing login and pass. If the user trying to send e-mail using mail.mydomain not pr...
-
Almost no one use ssl to send email with outlook. Thanks a lot @cPanelMichael ps: it's allowed to put [SOLVED] on the title?
-
Hi. i don't know why but for every body start to show "SMTP AUTH is required for message submission on port 587" so i deactivated the option "Require clients to connect with SSL or issue the START...
-
Have you tried installing it via Pecl? EX: pecl install pdo_pgsql Thank you. No, when i was searching on google I didn't found nothing about that. I will test this option. Thank you.
-
Hello :) I believe the following document should help: PHP: pg_connect - Manual Thank you. I think you misunderstood me. easy apache won't let me compile php with postgres module if there are ...
-
hi. thanks for the reply and sorry for the delay. i don't have access on my server, i need to ask for the cloud provider. But i already found the answer to my question. I found in the log this ...