Questions tagged as 'smtp'

1
answer

Amazon EC2 Linux server without postfix sending localhost email

I configured a Linux instance in Amazon EC2, I installed the basics to run a PHP application (Apache + PHP + MySQL). What surprised me was when I ran a test using the mail () function of PHP, I usually received it in my email as if it had a...
asked by 24.04.2015 / 08:18
1
answer

How to send SMTP commands and IP not be blocked?

I'm developing a PHP system that sends SMTP commands for email validation, but the problem is that in some providers my IP is added in blacklist. Do you have any way to resolve this? To validate I'm sending some commands per socket: HELO do...
asked by 12.11.2014 / 10:24
0
answers

PHPMailer: SMTP connect () failed

I am doing authenticated submissions, however it is strange that sometimes it sends normally, and sometimes it fails. The client insists that on his server everything is correct, and now I am already without arguments. The version I use is 5.2.8...
asked by 07.08.2018 / 15:05
0
answers

SMTP connect () failed. outlook365

I looked for other similar topics and none resolved. Let's just say that every single email on the site has stopped working, and is now giving trouble connecting to the server. Look at the settings and the error log: Versions: WordPr...
asked by 21.06.2018 / 15:40
0
answers

SMTP connect () failed

Someone can help me, I'm trying to solve this error with PHPMailed a few days. I've tried using 3 different scripts, and it always shows SMTP connect () failed , I already used the port 465 , but it did the same thing ... (I put the "My_passwo...
asked by 19.06.2018 / 02:10
1
answer

how to configure SMTP mailer in wordpress?

I'm trying to set it up, but this is giving the following error when sending a test message in the Test Email tab. CLIENT -> SERVER: QUIT SMTP -> get_lines(): $data is "" SMTP -> get_lines(): $str is "221 2.0.0 closing connection u...
asked by 23.04.2018 / 18:56
1
answer

How do I confirm the email using Sendgrid?

In my application when the user registers, an email has to be sent to him to confirm his account. I did everything here so something is wrong, could anyone help me? Initially I created a class called ServicoEmail: namespace Ebase.EmissorNFeW...
asked by 24.04.2018 / 14:57
1
answer

SMTP sending error with gmail

I would like your help, I am sending a simple contact form email, using google smpt, because my domain is managed by a gsuite account. When trying to send me the following returns: 220 smtp.googlemail.com ESMTP x30sm11793366qtm.13 - gsmtp...
asked by 26.03.2018 / 19:59
0
answers

C # Failed to send emails using SmtpClient

I'm getting the following error when running the system on the server with port 587: Mailbox not available Error Stack: WhenIchangetheportto465andSmtpServer.EnableSsl=true;timeoutoccurs;Irunthesamesystemonmylocalmachineanditworksnormall...
asked by 28.12.2017 / 17:41
0
answers

Email SMTP (port release)

I'm trying to send an email through phpmailer, but it always makes a mistake. There I went to look at a git examples, but neither are examples going. Do I need to release port 25 or 465 to get the SMTP email sent?     
asked by 30.11.2017 / 13:23