Questions tagged as 'phpmailer'

1
answer

Send Add Calendar Button with PHPMailer

I have this script. <!-- AddEvent --> <script type="text/javascript" src="https://addevent.com/libs/atc/1.6.1/atc.min.js"asyncdefer></script><divtitle="Add to Calendar" class="addeventatc"> Add to Calendar <s...
asked by 16.05.2017 / 16:37
1
answer

Connection failed in phpmailer [duplicate]

Follow the code friends: <?php header('Access-Control-Allow-Origin: *'); header("Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE"); header("Access-Control-Allow-Headers: X-API-KEY, Origin, X-Requested-With, Content-Typ...
asked by 25.04.2017 / 19:17
1
answer

SMTP ERROR: Failed to connect to server: (0)

I'm using AWS Elastic Beanstalk and I can not send mail with PHPMailer. On my local server it works perfectly with exactly the same configuration. AWS Elastic Beanstalk uses Red Hat 4.8.3-9 ... I've tried all PHPMailer troubleshooting technique...
asked by 23.03.2017 / 22:15
1
answer

Send link via PHPMailer

I'm trying to send a registration confirmation email to a client using PHPMailer . It turns out that the message is printed as below: <strong>Você foi cadastrado no sistema de licitação da Terra Palmas.</strong> Clique no link par...
asked by 14.02.2017 / 19:27
2
answers

Error: You must provide at least one email address

Colleagues. I have a site where I have 02 forms. One for the traditional Contact Us and the other for sending resume. I'm using PHPMailer. No Contact Us is working properly, however in the other resume submission form, the following error app...
asked by 15.11.2016 / 11:48
3
answers

How to check the return of a function

Galera I put together a function that executes the class phpmailer and sends an e-mail. But I do not know how to check her return and find out if the email was sent. Good follows function: function envia_email($destinatario) { /...
asked by 22.07.2016 / 13:38
1
answer

Form Problem - I think they put a BOT

I am getting every 5 in 5 minutes 1 email coming from my form with the information in numbers looking like a type of BOT. I'm using PHP MAILER <?php session_start(); ob_start(); $nome = $_POST['nome']; $email = $_POST['e...
asked by 06.04.2016 / 18:29
1
answer

Error in form, Failed to load page

When I press SEND, the submit sends to /contato.php but the page appears: The door.com page is not working door.com.br can not process this request at this time. HTTP ERROR 500 <form method="post" action="contato.php">...
asked by 12.05.2016 / 19:41
1
answer

problem with hidden copy in phpmailer

I'm trying to send multiple emails with phpmailer, my recipients are receiving them, but to prevent them from seeing who else I've sent the emails to, I've used the following function: $email->AddBCC($resultado_nome->email, $resultado_no...
asked by 23.02.2016 / 12:34
1
answer

Configure PHPMailer for Newsletter

I'm using WordPress and in it, the SendPress plugin for sending the Newsletter. The configuration is done from the PHPMailer file. The problem is that it is sending only to emails that are within my domain. When I send to an external email (g...
asked by 21.01.2016 / 18:09