Questions tagged as 'mailer'

3
answers

Sending e-mail via a notification button

I would like to know if you have already done or have an example that can link to the following problem: I have a project that has the crud of books and a User controller with their respective views. I made the normal email module as the g...
asked by 05.11.2015 / 00:13
1
answer

PHPMailler Error sending SMTP email connect () failed. UOL HOST

Hello, I have a problem regarding the connection with Uol's SMTP, I'm trying to send email without any success. // Inicia a classe PHPMailer $mail = new PHPMailer(); // Define os dados do servidor e tipo de conexão // =-=-=-=-=-=-...
asked by 17.11.2015 / 03:14
1
answer

Simple contact form sending emails via Amazon SES with PHP

For a simple contact form I want to use Amazon SES with PHP. Basically PHP will send an email to myself with the email of the user who contacted me to give an answer. Searching, I came across the following alternatives: Use the PHP Mailer...
asked by 25.05.2015 / 21:18
2
answers

How to change the character encoding in phpmailer

I do not handle anything from PHP. Anything. Zero. Niente. It happens that a form on a page of a simple HTML client is rendered by PHPmailer. It works great, even though I have no idea how. Only it DELIVER messages on the destination with...
asked by 01.07.2015 / 05:06
1
answer

PHP does not send email and no error appears

I am using PHP mailer to send an email but it is not sending and no error appears. FORM: <form method="post" action="enviar_mensagem.php"> <ul style="margin-left: 15px;"> <li><input type="text" id="Nome"...
asked by 01.03.2016 / 18:56
1
answer

Form does not send email to another server outside the hosting [duplicate]

I'm developing a website with a contact form. The form is very simple only with the fields name, email, message and subject. I have the site hosted on a server, but I need the form data to be received in an email account on an...
asked by 06.12.2017 / 09:41
0
answers

Loop of sending emails with PHP

Personal this is my first post and I would like your help: I have a database query that sends automatic mail through PHP Mailer in case the activity is delayed, so far so good, the problem is in the repetition , if you have 3 emails to send you...
asked by 17.10.2017 / 15:06
1
answer

Parameters Action Mailer with BlueHost Brasil

Hello, I'm trying to send notifications in my rails application, in development mode. With GMAIL, everything is ok, but I'm not able to use it with the hosting I have at BlueHost Brasil. I've tried changing several parameters, it's currently lik...
asked by 25.04.2016 / 06:16
1
answer

How to loop to send my emails?

I'm trying to make the code pick up the emails I'm going to put in a .txt or a form list (while I'm not setting up the database) and loop to send all the emails. It turns out I'm getting this error message and I do not know how to fix the proble...
asked by 24.12.2015 / 01:54