Questions tagged as 'phpmailer'

1
answer

Send a form by mail

hello everyone good I'm trying as I can send a form that contains php to an email WITH PHPMAILER
asked by 21.06.2017 / 22:10
3
answers

problem sending mail from localhost with phpmailer

I have installed PHP v5.6.25 (I use the 64x version) and wampserver v3.0.6, Apache 2.4.23. I've made some port modifications since I've followed several tutorials on YouTube but I do not remember which lines I've modified on a regular basis....
asked by 05.04.2017 / 16:13
0
answers

Phpmailer Fatal error: Class 'SMTP' not found in

I am trying to send an email using the phpmailer class, however I have not managed it so far. I have tried several options and combinations within the code and even see if the problem is not found in the php.ini file but I have only achieved the...
asked by 20.03.2017 / 18:22
2
answers

How can I send a PDF file generated with DOMPDF using PHPMAILER?

Good afternoon. I have a problem, and I want to email a pdf file generated with DOMPDF using the PHPMAILER library; the pdf file is generated correctly as well as the function to send emails. I have two files, in one is every...
asked by 15.02.2017 / 04:30
1
answer

using PHPMailer without configuring SMTP

Hi, I'm trying to set up phpmailer for the first time. It has worked perfectly for me through the guides I've read, but I have not found a way to send mail without using SMTP. I would like to know if there is a way to use it in this way, sinc...
asked by 10.04.2017 / 04:41
2
answers

Send mail with phpmailer

I have the following code in phpmailer but when sending the mail, it sends me the following error "Call to undefined method PHPMailer::body()" the version of phpmailer that I use is 5.2.4 <?php require_once('phpmailer/class.phpmail...
asked by 17.04.2017 / 17:39
3
answers

PHPMailer, send html file with image and external css as message

I'm using the following code to send an HTML email with an attachment (zip) and if it works. What I want is to make changes for: 1. Send an HTML template already pre-made containing CSS (it's in an external file). 2. Embed (not attach) any...
asked by 29.04.2017 / 13:48
1
answer

PHP Mailer | Problem when trying to send emails with Gmail

I am trying to make a registration form with password confirmation with PHPMailer. My code for my phpmailer data function enviarEmail($email, $nombre, $asunto, $cuerpo){ require_once 'PHPMailer/PHPMailerAutoload.php'; $mail =...
asked by 26.09.2018 / 16:40
1
answer

Submit silent in form

I have a problem with my form. The functionality of sending information to an email is good thanks to PHPMailer , when you submit, the information is sent to a php file called contacto.php, this is where I check that it is not spam and I think...
asked by 13.09.2018 / 11:55
3
answers

warning: mail () [function mail]: SMTP server response: 550.5.7.1 [email protected] ... Relaying denied. IP name possibly forged [191 ... 174] in line 100

I currently have an application that sends emails through phpmailer . The problem is that it only sends emails that have the domain of my company. When there is an email that is gmail domain, hotmail or another domain, it does not sen...
asked by 15.09.2018 / 19:01