When using PHP Mailer it is returning the following message to me
PHP Parse error: syntax error, unexpected '[' in plugins \ PHPMailer \ src \ PHPMailer.php on
line 288
My code as below
require 'plugins/PHPMailer/src/Exception.php'...
I have the following php code, what I want is that I receive in my email from the hosting server the user's message with his email in the place DE: so I can answer it.
$nome = $_POST['nome'];
$email_usuario = $_POST['email'];
$assunto = $_POST...
Hello, I am trying to convert the muse contact form that uses the mail () function of php anonymous, and my provider does not support this type of configuration anymore. I have already looked at a number of forums and tried to implement PHPMaile...
I'm testing php script that sends emails using PHPMailer by WAMP with the correct credentials of my SMTP, but every time I open the php through the wamp it says that it is impossible to send the email and connect to smtp . How do I fix this?...
I'm trying to send an email through phpmailer, but it always makes a mistake. There I went to look at a git examples, but neither are examples going. Do I need to release port 25 or 465 to get the SMTP email sent?
I am using PHP Mailer to send the contact form I have on my site, I would like to know if there is any way in which the contact will be sent already with the completed email address in the form's email field as a sender, to make it easier for me...
People my program is giving a single syntax error on the penultimate line and I do not understand why. Someone help me pf.
<?php
session_start();
setlocale(LC_CTYPE,"pt_BR");
require_once 'PHPMailer/class.phpmailer.php';
req...
Good evening.
I have a rather curious problem. I have a client where I was hired to service your old site. As the same does not want to update the site now, I'm turning in the middle of that mess.
However, something strange happened to me:...
I'm trying to send form data to an email using PHPMailer (this is already working) and take advantage of it to include this data in a MySQL database table.
It did not work, I guess the error is in the code.
<?php
// Adiciona o arquivo cl...