Questions tagged as 'email'

1
answer

Error sending email with PHPMAILER [closed]

Hello, follow the code: Inicia a classe PHPMailer $mail = new PHPMailer(); $mail->IsSMTP(); $mail->Host = "smtp.dominio.com"; $mail->Username = '[email protected]'; // Usuário do servidor SMTP $mail->Password = 'senha123'; //...
asked by 09.12.2014 / 21:40
5
answers

Mail () function does not send the email

I've now transferred a site where I'm working for a remote server, and I noticed now that mail does not reach my gmail inbox. I used a very simple method of code but it does not work, although it appears written "" Your email was sent successful...
asked by 31.03.2014 / 19:11
2
answers

How to get a form and send it to the e-mail? [closed]

I need to send a form from an email, I've researched a lot, but nothing explains exactly what each line does, and if you have to have an online server, or if you have a test site, I'll leave mine html, here, if anyone can help me, I'll be gratef...
asked by 12.11.2018 / 17:14
1
answer

Error sending email in Laravel 5.7 - Swift_TransportException

Hello, I am trying to send an email using Laravel 5.7, and I had some problems. I wrote a view for my email. I then send the email rendered by the Controller, as follows: Mail::send('admin.eventos.pessoa', ['pessoa' => $pessoa], funct...
asked by 26.10.2018 / 22:59
0
answers

Transform IMAP email body into String

I'm using imap-simple lib to get the emails from my inbox, I had no difficulty retrieving the data, but the body of the email is coming with formatting headers and a code. As I do not know much about email, I wanted to know how I can remo...
asked by 23.10.2018 / 22:40
0
answers

Mail Function Error () Platform Windows Uol Host. Returns 1 (True) but the email does not reach the recipient!

I have two simple functions that trigger email (Retrieve Password). One works perfectly, the other does not make a mistake, but the email does not reach the recipient. I would like a possible solution, thanks in advance! Home FUNCTION 1 (I forgo...
asked by 09.10.2018 / 21:44
2
answers

Field Validation in html and php

I would like an help to validate a field in the form to check if there is already a same email that the user enters in the database. When the user clicks the button "register" will send direct to the page "sendCadastro.php" without any validatio...
asked by 14.10.2018 / 04:04
0
answers

Sending E-Mail with PHP

I'm having problems on the company's registration page where we are not receiving the contact email. I created a simple page to test without taking the air to the main page. I realized that only when sending to emails of the domain we did not re...
asked by 10.09.2018 / 21:22
1
answer

PHPMailer Linux Debian: EOF caught while checking if connected

Hello! I'm having a problem using PHPMailer to send an email through an external SMTP. When I try to run the code, it always shows the following error at the end:    SMTP - > NOTICE: EOF caught while checking if connectedThe following F...
asked by 05.09.2018 / 04:35
0
answers

Problem with Sending E-mail with Contact Forms 7 | Wordpress

I have several Wordpress sites hosted on different servers, all with contact forms managed by Contact Forms 7. However, many of these forms are presenting a problem in sending forms where the email is not received, but no error message is gen...
asked by 14.08.2018 / 17:07