Questions tagged as 'phpmailer'

0
answers

PHP Mailer 'PHP Parse error'

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'...
asked by 06.02.2018 / 01:35
0
answers

"Sender address rejected: not owned by user" error in PHPMailer usage

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...
asked by 06.02.2018 / 18:13
0
answers

Problems with SMTP Authentication PHP Adobe Muse

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...
asked by 31.01.2018 / 14:17
0
answers

Problems with PHPMailer

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?...
asked by 10.01.2018 / 03:00
0
answers

Email SMTP (port release)

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?     
asked by 30.11.2017 / 13:23
1
answer

Send HTML e-mail template with PHPMailer

I'm trying to send mail using phpmailer, but with the message using html template, but this is going only the email codes, any tips how to do?     
asked by 27.11.2017 / 18:22
1
answer

Filling in sender with email field - PHP Mailer

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...
asked by 06.11.2017 / 18:44
0
answers

send email using php

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...
asked by 06.10.2017 / 21:01
0
answers

Additional emails not being sent - PHPMailer - $ mail-addAddress ('[email protected] ')

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:...
asked by 19.09.2017 / 08:35
1
answer

How to make PHPMailer and send the values to a MySQL database

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...
asked by 26.09.2017 / 00:42