Questions tagged as 'phpmailer'

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
1
answer

I click submit to send email and it plays me on page 404.php

What happens: When I click the "Send" email button, it throws me to the 404.php screen, not entering my send_contact_form function, which is inside the function.php. This function is the one that makes the email shots, but it does not fall wit...
asked by 26.11.2016 / 19:42
0
answers

PhpMailer error sending

Oops, I'm using a phpmailer's own email function, it follows function function SendMail($acessa_arquivo, $email_destinatario, $nome_destinatario, $assunto, $mensagem, $link) { require_once("_files_itens/PHPMailer/PHPMailerAutoload.php");...
asked by 20.09.2016 / 16:14
1
answer

Get Domain for an Unfinished Website

Well folks, I'm building a website and I needed to get a domain to handle the contacts page, rather the emails. The problem is this: I am using phpmailer and I want the user to be able to communicate with the "owner" of the website, ie, any e...
asked by 14.09.2016 / 03:50
0
answers

PHPMailer_5.2.4 with GMAIL

I have seen several topics and websites talking about phpmailer sending direct to GMAIL, but I can not do it, the following error appears: SMTP -> ERROR: Failed to connect to server: Connection timed out (110) The following From address fa...
asked by 04.08.2016 / 22:06
1
answer

Help with PHP email form

I have a problem with a website that is one page, and before I had this php: <?php if (isset($_POST["submit"])) { $name = $_POST['name']; $email = $_POST['email']; $message = $_POST['message']; $from = ''; $to = 'infini...
asked by 17.08.2016 / 21:45
3
answers

email with unconfigured table

The code below sends order confirmation emails correctly, however it arrives unconfigured for just 'a single recipient'. In case, the product in the description field appears printed before anything on the screen and some words appear together....
asked by 07.07.2016 / 23:38
1
answer

not submitting form via phpmailer

My problem is the following, I have a form on a html page and would like it to be sent by email , I did some research and decided to use > phpmailer , but when I click the send button nothing happens, it is disappointing. my form. <for...
asked by 22.04.2016 / 03:25
1
answer

Using form emails in AddAdress

I have a problem sending email with AddAdress in my php file that is receiving the HTML forumlary data. I've tried everything here but it does not work = '( Detailing the situation: I get the address to which I want to send the email here:...
asked by 18.05.2016 / 17:24
0
answers

JSPDF create a pdf and attach to email

Hello, I'm having trouble generating an email with an attachment. The attachment is a PDF file generated by the JSPDF library. First I started by generating the pdf and calling the php script through ajax. var pdf = doc.output(); $.post(...
asked by 15.02.2016 / 13:46