Questions tagged as 'phpmailer'

0
answers

Contact form with Sweet Alert and PHPMailer

Hello everyone! I'm trying to integrate Sweet Alert into a html page of Bootstrap that has a simple contact form that uses the PHPMailer class to send messages. The code works correctly, except that I do not like the default alert...
asked by 02.11.2017 / 08:43
0
answers

Use classes in PHP

After reviewing the GitHub documentation thanks to a user of this community I confirm that there are two ways to include these libraries in the PHP code by composer or by assigning the path to the files that contain them in this way: ( which is...
asked by 16.10.2017 / 12:37
0
answers

php does not send mail ()

I have a php code through the PHPmailer for which I want to send a password recovery mail, the mail says that it sends but in my inbox I do not see anything. <?php include("connection.php"); date_default_timezone_set('Etc/UTC'); require('...
asked by 02.10.2017 / 23:47
0
answers

problem sending an email with php mailer

I want to send an email through phpmailer I'm trying to put the data that the generated emails will have but I get the following error Extension missing: openssl Mailer Error: Extension missing: openssl <?php use PHPMailer\PHPMailer\PHP...
asked by 19.09.2017 / 09:49
0
answers

"Authentication unsuccessful" when connecting by smtp from office365 using PHPMailer

The problem is that I am not able to connect by Office 365 SMTP to send emails using PHP's PHPMailer library require 'inc/phpmailer/PHPMailerAutoload.php'; $phpmailer = new PHPMailer(); //Datos del email $phpmailer->Subject = 'Asunto......
asked by 19.07.2017 / 15:01
0
answers

Send via SendMail using PHPMailer

Good afternoon, I am trying to send emails using the PHPMailer library through an email from Sendmail. The configuration has worked successfully for me, connecting with the SMTP of Gmail, but when making the connection to the mail of sendmail, i...
asked by 05.06.2017 / 19:01
2
answers

Error sending mail with phpmailer

I am trying to send an email with the phpmailer library, in local it works correctly, but when I have uploaded it to a hosting it returns the following error: Could not instantiate mail function. The configuration I have is the following: $...
asked by 08.04.2017 / 09:27
1
answer

Mailing with PHPMailer

I have the following code in Java to send an email props.setProperty("mail.smtp.host", host); props.setProperty("mail.smtp.starttls.enable", "false"); props.setProperty("mail.smtp.port", port); props.setProperty("mail.smtp.user", u...
asked by 03.03.2017 / 21:28
1
answer

Contact form php smtp does not send emails to server

Hello, how the problem is the following server www.elcodigo.com handles emails by another server that is correo.elcodigo.com using Outlook Web Access the html form consists of three files envia.php class.phpmailer. php class.smpt.php when I fill...
asked by 15.02.2017 / 15:56
0
answers

Fatal error in php. undefined mail ()

I hope you have a good day. I am developing a simple page as a practice of what I learned about php so far. everything came on wheels until I found an error that has stalled me and I can not correct it. Thank you very much everyone for reading a...
asked by 28.02.2017 / 04:20