Questions tagged as 'email'

0
answers

Sending email (outlook) with javascript

I found a code that makes Outlook open, but when I enter it into my code it does not work. BELOW THE CODE THAT I WILL FIND <!DOCTYPE html> <html> <head> <title></title> </head> <body> <div id...
asked by 13.02.2017 / 15:35
0
answers

ErrorException rmdir (/ tmp /): Permission denied Laravel

I'm using class Mail of Laravel and it sends the email via SMTP right, but it shows an error. ErrorException    rmdir(/tmp/): Permission denied I have already given full permission to the tmp folder...
asked by 01.02.2017 / 20:20
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
1
answer

Sending mail using phpMailer

I'm trying to send an email with several variables passed via post. I can not send the contents of the email with all the variables. What would be the correct syntax? Here is the code: $name = $_POST['nome']; $zip = $_POST['cep']; $adress...
asked by 29.12.2016 / 20:10
1
answer

Error sending form to email by PHP [closed]

I do not know the right way to send data from a form to an email, using PHP . So, here's the situation: Page contato.php : <form id="form-contato" action="enviar.php" method="post"> <h2>Fale com nossa Equipe!</...
asked by 09.12.2016 / 22:56
0
answers

Doubts about sending php mail

When receiving an e-mail sent by the php mail function, it appears the e-mail configured in the function as sender and appears that name that is spelled, can someone tell me why? Is it a server? Is it reliable to use?     
asked by 21.11.2016 / 17:10
0
answers

Create a Picture embedded in the body of the email message

Good morning, everyone. I created an email marketing to send to my contacts with year-end layout. Finally, I noticed that the way I send the image in html: <img src="http://www.site.com.br/imagens/imagem1.jpg"/> works pe...
asked by 24.10.2016 / 16:25
0
answers

CSS No Sending JSP Email

Is there a way for me to send an email using java using css? In order to send the formatted body, I can, but I would like to put bootstrap in the content of the email //Criando a Multipart Multipart multipart = new MimeMult...
asked by 27.10.2016 / 18:18
1
answer

Email validation via pattern

I would like to set the pattern for a field to always validate emails typed in the format: [email protected] @Html.TextBoxFor(m => m.UsuarioEmail, new { @class = "form-control", id = "UsuarioEmail", placeh...
asked by 26.08.2016 / 17:16
1
answer

Problem with submitting php

I'm getting some blank emails, it just comes from an email "MISSING_MAILBOX @ syntax_error". The others come all right, with the client email that fills out the form define( 'OWNER_EMAIL', '[email protected]' ); define( 'DONOTRE...
asked by 31.08.2016 / 19:32