Questions tagged as 'phpmailer'

0
answers

Sending emails with PHP

I have been trying to do tests to send an email in local through a form with php , but it does not work for me. He returns the following message:    Error sending the email . That is, the value of the Boolean $enviado is...
asked by 30.05.2018 / 16:23
0
answers

DataTable via email

I would like to know if there is any method to send a table formed with datatable through mail, the ideal is that when you press a button a pop-up window opens where you can enter the destination's email address and you should attach the table f...
asked by 15.05.2018 / 15:44
0
answers

Special configuration PHPmailer for this hosting

Good morning, I have this problem. I just tried the library mentioned above in hostgator where I created a mail account which I used to send the mails in my system. When I changed from hosting, to a free account link I could see that they have...
asked by 09.05.2018 / 20:33
0
answers

How to send a phpword generated document with phpmailer

require 'vendor/autoload.php'; use PhpOffice\PhpWord\PhpWord; use PhpOffice\PhpWord\TemplateProcessor; $document = new PhpWord(); $fechasol = '12/2/2017'; $constancia = "x"; $fotos = "x"; $aviso = "x"; $notas = "x"; $convoca = "x"; $diseño = "x";...
asked by 23.03.2018 / 23:43
0
answers

PHP MAILER: I receive duplicate email, one with attachments and one without attachments

When sending an email using the php mailer class, I receive two emails and duplicates: one contains the information without files while the other shows me the information plus the corresponding files $to_Email = "contacto@proteccionisapr...
asked by 22.03.2018 / 04:23
2
answers

PHPMailer can not connect to the SMTP host

I have this code made in PHP to send emails from a form on a web page. In localhost it works perfectly, but when I upload it to webcindario it does not work and it gives me this smtp error:    Could not access file: SMTP Error: Could not conn...
asked by 22.03.2018 / 13:52
0
answers

Header query when sending mail

I have to do a task and I do not understand the requirement. I must send an email and send an email with information that is filled from a form. They asked me for the "headers" or "headers" to be like this from my fields in the form: Nivel: (t...
asked by 20.02.2018 / 13:21
0
answers

PHP FORM ERROR

I ask you a question, when I click on send in my form, the page is reloaded and the email is not sent. Here is the .php file <?php require 'PHPMailerAutoload.php'; require 'class.smtp.php'; require 'class.phpmailer.php'; $mail = new PHP...
asked by 17.02.2018 / 00:22
0
answers

Sending mail Gmail with Laravel 5.4, Class 'App \ Mail \' not found

I have configured the mail of gmail for sending messages, in localhost everything works fine, but when I upload it to the server I can not find the class Correo (which is the one I'm using). this is the extract from my controller <...
asked by 17.12.2017 / 06:00
1
answer

Receive emails with php

I want to configure or program my page to be able to receive emails from "clients", I just want to learn what is the best way to do it (if there is one). What is not if there is a better way to do more than programming it from scratch. Thanks...
asked by 10.12.2017 / 15:56