Most voted "emailing" questions
Use this tag for questions about sending programmatic emails. This tag should be used in conjunction with the [email] tag if it is specifically related to the programmatic sending of emails.
Learn more…205 questions
Sort by count of
-
-2
votes1
answer61
viewsMy contact form is coming to destination email as "Undefined"
everything was working perfectly, however, when I fill out the form information and click to send, the email arrives like this: Name: Undefined Email: Undefined Message: Undefined Can anyone help me…
-
-3
votes1
answer45
viewsPhp mail() function does not work!
I have a system inside the xampp I’m developing, I tried to use the php mail function to send a password recovery email, but it doesn’t work. Someone can help me there for days that I have with this…
-
-3
votes1
answer37
viewsPhp - send e-mail!
I would like to include the $nome and $email in the body of the message, but I’m not getting. <?php // recebe as Variaveis $nome = $_POST[“nome”]; $email = $_POST[“email”]; $emailDonatario =…
-
-4
votes1
answer155
viewsphp Fatal error: Cannot use Object PHPMAILER of type as array
I’m having trouble sending an email. Code <?php #inclui a classe PHPMAILER include("phpmailer/class.phpmailer.php"); //pasta em que a classe se encontra #instancia o objeto $mail = new…
-
-6
votes1
answer700
viewsSend data from a form by email
Ola would like to know how to send data from a form by email. and this form contains a profile image. example: photo profile: name: age: sex: after saving this data wanted to give a long click on…