Questions tagged as 'phpmailer'

1
answer

Email PHPMailer for Hotmail

I'm not able to send an email form to my Hotmail email. Here are the codes below: Form with the data that will be sent. <form id="form-contato" method="post" action="email.php"> <div> <div class="row">...
asked by 10.02.2017 / 15:55
1
answer

error sending e-mail with phpmailer

I'm trying to send an email to several people within an array called $destinatario . For this I created a function called envia_email . But I'm having the following error: Fatal error: Call to a member function AddBCC() on st...
asked by 21.07.2016 / 18:45
2
answers

phpMailer causes error syntax error, unexpected T_FUNCTION when hosted [closed]

Well I'm having a problem with phpMailer I'm using a XAMPP server to be able to mess with it I made a form but it is normally sending to my email, which in the case would be GMAIL, however I have a web site hosting and when I put my website in th...
asked by 15.02.2016 / 19:00
1
answer

I do not receive email via PHPMailer

I'm using PHPMailer to send message via form, but it's not working. I wonder where I'm going wrong. Remember that the email that will receive the form information is Gmail. Follow my code for better understanding. HTML: <form id="main-co...
asked by 14.02.2016 / 11:01
1
answer

PHP does not send email and no error appears

I am using PHP mailer to send an email but it is not sending and no error appears. FORM: <form method="post" action="enviar_mensagem.php"> <ul style="margin-left: 15px;"> <li><input type="text" id="Nome"...
asked by 01.03.2016 / 18:56
2
answers

Send different emails to me and the client after completing the form by phpmailer

I have a form that sends client data to an email, but I need the client to receive a copy of this email and with additional text, for example: Thanks for registering, below you will be able to confirm the submitted data. the code I'm using:...
asked by 05.12.2014 / 16:12
1
answer

Send multiple emails in MySQL list with PHPMailer

I'm trying to send some emails with PHPMailer but you always get an error message:    Invalid address: my @ gmail.com, other.cruz @ web.com.br I have already checked everything I know but I still can not, here my list is being mounted and...
asked by 30.10.2018 / 17:29
1
answer

How to use phpmailer for email firing? Error: Message body empty

I'm having trouble executing the email trigger via PHPMailer, the following error is being generated: Mailer Error: Message body empty Follow my code: <?php require 'PHPMailer/class.smtp.php'; require 'PHPMailer/class.phpmailer.p...
asked by 11.09.2018 / 06:26
1
answer

Mail () function error - Must issue a STARTTLS command first

Well, I've researched the error, many users said that ssl:// to smtp.google.com or tls:// to imap.google.com should be added, using ports 465 (or 993 as an alternative) and 587 respectively. I tested a number of user...
asked by 20.08.2018 / 19:24
1
answer

How to insert an HTML file inside a PHP variable?

Talk to people, I have a file named post_forms.php that takes the results of $_POST[] , must fill variables inside the form_xxx.html file, create a PDF with the DomPDF lib and send with PHPMAiler. See a part of each file:...
asked by 08.09.2018 / 16:36