Questions tagged as 'smtp'

0
answers

Additional emails not being sent - PHPMailer - $ mail-addAddress ('[email protected] ')

Good evening. I have a rather curious problem. I have a client where I was hired to service your old site. As the same does not want to update the site now, I'm turning in the middle of that mess. However, something strange happened to me:...
asked by 19.09.2017 / 08:35
0
answers

Error sending email in gmail with PHPmailer

I've been using this code for a long time and it worked really well until now it just does not work anymore, neither with outlook nor with gmail. <?php if($_SERVER['REQUEST_METHOD'] == 'POST' and !empty($_POST['contact_send'])) { $conta...
asked by 22.06.2017 / 17:41
1
answer

PHP's Mail () function disabled in SMTP?

I'm experiencing problems with PHPMailer, the class version is 5.1 , which is generating the following error: Could not instantiate mail function error that corresponds to an instance problem. Checking the possible causes of this, I ha...
asked by 11.01.2017 / 21:42
1
answer

Error 500 in sending smtp

My submission form is giving 500 error when I try to make the contact via website. Do you know what it can be? Code that I am using for testing: <?php // Inclui o arquivo class.phpmailer.php localizado na pasta class require_once("class...
asked by 21.09.2016 / 19:37
1
answer

Include smtp authentication

My site is not sending mail when I put it on the client server, but on my server it sends it correctly (I use HOO.ST), on the client server, it shows this message Servidor de e-mails de saída: grupomenegalli.com.br (o servidor requer autentic...
asked by 19.09.2016 / 21:05
1
answer

Get Domain for an Unfinished Website

Well folks, I'm building a website and I needed to get a domain to handle the contacts page, rather the emails. The problem is this: I am using phpmailer and I want the user to be able to communicate with the "owner" of the website, ie, any e...
asked by 14.09.2016 / 03:50
2
answers

Send multiple attachments via Email

I have a form where text fields must have an option to upload multiple files at once and then send them all via Email. My code is working when attaching only one file, I get everything right. When I attach several, I also receive the email, but...
asked by 04.02.2016 / 17:12
0
answers

Problem sending smtp Swift_Message with Symfony2

Hello, I have a problem when I use SMTP with Swift_Message. I put the information right and the email arrives. The problem is that an email arrives for both "From" and "To". Is this normal or do I have to set something up so it does not? I...
asked by 09.11.2015 / 12:48
1
answer

Sending SMTP Email [closed]

I am sending and it is going to be sent, but I do not receive it, what can it be? <? /Leitura dos dados de cadastro $nome = $_POST['nome']; $empresa = $_POST['empresa']; $telefone = $_POST['telefone']; $email = $_POST['email']; $mensagem =...
asked by 11.08.2015 / 21:48
1
answer

Smtp zf2 - stream_socket_client () - Debian Wheezy

Good morning people. I've been having a problem for a few days now and have tried everything. I'm using Zend 2 and trying to send an email through an account I have in gmail. It should be something extremely simple, but the email is not sent...
asked by 10.01.2015 / 13:32