Questions tagged as 'phpmailer'

0
answers

SMTP connect () failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting

I am trying to send an email using PHPMailer configured with the data of my corporate mail server and which I get the following error: SMTP connect () failed. I am trying to do it from a PC with windows server 2008 r2, I have tried the cod...
asked by 29.12.2018 / 17:36
1
answer

How to send a pdf created with fpdf by mail using PHPMailer?

I happen to have a code that generates pdfs perfectly with the fpd library. But at the end of this, I added another library with its corresponding code to send me this pdf generated by mail with PHPMailer, and what happens is that it sends me th...
asked by 25.12.2018 / 07:32
0
answers

problem with phpMailer

very good afternoon community first of all it is the first time I work with phpMailer and noticed that it has several changes in its new version and I am having problems to send an email if they can help me I can be grateful /******Adicionand...
asked by 06.12.2018 / 00:35
0
answers

phpmailer not working on ssl site

hello I have a problem with phpmailer, I recently implemented an ssl certificate on my site, I want to assume that it affects the write and read permissions, but I'm trying to create a folder with write permissions and send the mail but it does...
asked by 27.11.2018 / 10:46
1
answer

Problems with sending a question form with the assembly of PHP

I am having problems with setting up a PHP for a form on a website, the problem is that I do not receive the data that I am putting into each input. I wanted to know if it is well armed or if I have to take into account something to be able to p...
asked by 29.11.2018 / 16:20
2
answers

Inquiry about Phpmailer and link to Gmail account

I am wanting to associate a gmail account with Php mailer but I am not having an answer when it comes to receiving data from a form. The page I'm doing is the following and the file I'm doing is the one I attached below. What I do not know if...
asked by 25.11.2018 / 21:07
1
answer

Query about PHPMAILER and problems with PHP arming

$(function(){ $("#btnSubmit").on("click", function(e){ var errorMessage = $(".errorMessage"); var validMessage = $(".validMessage"); var hasError = false; var hasvalid = true; $(".inputValidation").each(function(){...
asked by 16.11.2018 / 00:49
0
answers

Help with configuring PHPMailer for mailings with embedded images

I tell you I have the following function in php <?php $logo = '<img src="https://local.jesuministrosymas.com.ve/image/LOGO.png" width="180" height="30"><br><br>'; $footer_correo = '<br>Aca va el Footer del Cor...
asked by 04.11.2018 / 04:41
0
answers

Stop sequence in php

I have this sequence that collects data entered in BreezingForms of Joomla , and presents them in a consecutive table. The problem is that we would like to make this sequence drawn in 2 tables, one next to the other, so that it d...
asked by 18.10.2018 / 10:50
0
answers

Help PHPMailer

I reconfigure my question as I solve the first problem Here we have what we receive by POST and AJAX of the form and we put it in the SQL <?php include "../conexion/conexion.php"; mysqli_set_charset($mysqli, "utf8"); $results = 'SE...
asked by 02.10.2018 / 10:35