Questions tagged as 'phpmail'

1
answer

Do not send html by email php

I have created a code to send email, however do not send anything html, my code is <?php $email = $_POST['email']; $emailenvio = "[email protected]"; $subject = "Recuperar a senha!"; $img = "...
asked by 20.12.2018 / 13:49
1
answer

PHPMailer: Using the email field as sender

I have a question, how can I use the email that was filled in the "E-MAIL:" field of the form as the sender? I need you to press the reply button on the mailbox to fill in the email that is filled in the form ...     
asked by 06.11.2017 / 23:31
0
answers

E-mail sending PHP7 Ubuntu with error

I can not send email through my cloud account of Vultr. I have the account unlocked to send emails but nothing happens when I send it. I have installed sendmail and when I send an email via ssh or php it "sends" without errors. <?php if ($_...
asked by 09.01.2018 / 15:57
2
answers

Receiving 2x emails from the form

Hello, I put a form in my page and to load everything on the same page I put the action = # contact (section of the form) Even though I just clicked on the SEND button, I get 2 identical emails. Follow contato.php that uses inclu...
asked by 09.10.2017 / 23:00
1
answer

PHPMailer does not recognize "-" character in form input

Hi, good evening / morning / afternoon. I'm having a problem with a simple registration input. It simply does not recognize the "-" character. I made an email to test "[email protected]" only when it returns with the message whether or not it...
asked by 04.05.2017 / 02:49
2
answers

Problems sending mail with mail () function

I'm trying to send an email, but the success message is returned, but the message is not sent. I send the data from the frontend to the backend with the Angular and the data arrives right, but I do not know what happens that does not send....
asked by 06.02.2017 / 12:17
2
answers

Sending mail via php does not work

I'm using the same script I've used on other sites but it looks like this site is not sending emails. If I send an email through the virtual control panel min the email is received in outlook in spam but in gmail it does not even arrive. W...
asked by 07.02.2016 / 17:19