Most voted "phpmail" questions
None
Learn more…8 questions
Sort by count of
-
1
votes1
answer95
viewsPhpmailer: Using the email field as the sender
I have a question, can I use the email that was filled in the "E-MAIL:" field of the form as sender? I need that when I press the reply button of the mailbox it fills with the email that is filled…
-
1
votes1
answer54
viewsDoes not send html by email php
I created a code to send e-mail, but not send anything html, my code is <?php $email = $_POST['email']; $emailenvio = "[email protected]"; $subject = "Recuperar a senha!"; $img = "…
-
0
votes2
answers107
viewsProblems sending mail with mail()
I am trying to send the email, however is returned the success message, but the message is not sent. I send the data from the frontend to the backend with Angular and the data arrives straight, but…
-
0
votes1
answer75
viewsPhpmailer does not recognize "-" character in the form input
Hi good evening/morning/afternoon. I’m having a problem with a simple registration input. It just doesn’t recognize the "-" character. I made an email to test "[email protected]" only when you…
-
0
votes2
answers74
viewsReceiving 2x emails from the form
Hello, I put a form on my page and to load everything on the same page put the action=#contact (form section) Even if I just click 1x on the SEND button, I get 2 identical emails. Follows the…
-
0
votes0
answers80
viewsSending Ubuntu PHP7 e-mail with error
I am unable to send email through my Vultr cloud account. I have an unblocked account to send emails but nothing happens when I send them. I have installed sendmail and when I send an email by ssh…
-
0
votes0
answers17
viewsI do not receive any email when running mail()
I’m trying to take data from a form and email it using the PHP mail() function, but the function is simply not working. Form: <form class="col s12" method="GET"> <div class="row">…
-
-4
votes2
answers388
viewsSending email via php does not work
I’m using the same script I’ve used on other sites but it seems this site isn’t sending emails. If I send an email through virtual control panel min email is received in outlook in spam but gmail…