Questions tagged as 'phpmailer'

1
answer

how to send an email that has a html and php code message?

I need to send an email where the message is with HTML and PHP code, what does the code in html is to assemble the table and with the php and mysql must bring the data and put it in the table, when I only put html if it sends the msj, when I put...
asked by 18.04.2017 / 18:34
3
answers

Query about PHPMAILER

I wanted to know if the PHP setup I'm doing for the submission in a form is well-armed. From what I read in the documentation I have to download two PHP files, the Class.phpmailer.php and the SMTP.php and link them the way I'm doing with a requi...
asked by 16.11.2018 / 20:45
2
answers

PHPmailer does not work for me when sending an email (Troubleshooting)

Hello, I've been going around looking at information and I can not find any way for me to send this email to the desired mail, and I do not know why I get this error, I have disabled the firewall, I am making the request in postman in case I hav...
asked by 23.03.2018 / 00:10
2
answers

Problem with messages sent by PHPMailer fall in SPAM in hotmail

We use a PHPMailer script on a server with Centos 7.0 and Postfix to send emails. Our server has an Open DKIM key and has an SPF record. When we send messages one by one they arrive without problems, but when using the script they al...
asked by 09.05.2017 / 17:40
1
answer

Send email PHPMailer SMTP with CSS styles

Hi, I'm trying to work with the PHPMailer library, which works correctly if I do not enter the SMTP method, if I add the SMTP method that my server allows to configure, it sends me this error message: Fatal error: Uncaught...
asked by 26.12.2016 / 23:54
2
answers

Error sending mail with PHPMailer

Good morning everyone. I am presented with the following error:    Uncaught Error: Call to a member function isSMTP () When I try to send an automatic email. I have reviewed in many forums and I have not been able to find the problem,...
asked by 09.08.2018 / 17:26
1
answer

Help with PHPMailerAutoload.php

I am trying to send an email using the php library that is PHPMailerAutoload.php The reason I use this library is to retrieve a user's password. NOTE: I am using gmail. I have the code configured this way: //Método getValor function getValor($...
asked by 05.09.2017 / 00:12
1
answer

In php how to compress attachments to mail and encrypt them?

Let's see I have the script in php, it works very well for me to send emails, but I would like to compress everything and encrypt them I have seen a library for this as (phpzip and ziparchive) or (php-encryption); And I do not get to include the...
asked by 04.10.2017 / 12:24
2
answers

How can I send multiple emails in PHP Mailer

I am using the PHP Mailer library, to send emails, in this case if you send them, but only to a single email address, and I want, through an array that brings me certain emails from the bd and can send to each of them. This is the code of the li...
asked by 05.08.2017 / 22:21
2
answers

How to send emails from codeigniter with phpmailer? [closed]

Hello good morning you will see I am very new in this and recently I was entrusted with the task of sending emails. I have to create a form that allows me to take errands and then another that is to send notifications of the raids and I did it a...
asked by 14.03.2018 / 19:32