Most voted "mailer" questions
9 questions
Sort by count of
-
7
votes3
answers402
viewsSending email via a notification button
I wonder if you have done or have any example that can send the link to the following problem: I have a project that has the Books crud and a User controller with their respective views. I made the…
-
3
votes2
answers2905
viewsPhpmailler Error sending email SMTP connect() failed. UOL HOST
Hello, I have a problem regarding the connection with the SMTP of Uol, I am trying to send email but without any success. // Inicia a classe PHPMailer $mail = new PHPMailer(); // Define os dados do…
-
2
votes1
answer624
viewsSimple contact form sending email via Amazon SES with PHP
For a simple contact form I intend 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. Researching, I came across…
-
1
votes2
answers2449
viewsHow to change character encoding in phpmailer
I don’t know anything about PHP. Nothing. Zero. Niente. It turns out that a form on a page of a simple HTML client is processed by Phpmailer. It works like a beauty, even if I have no idea how. Only…
-
0
votes1
answer366
views -
0
votes1
answer263
viewsPHP 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;">…
-
0
votes1
answer67
viewsParameters Action Mailer with Bluehost Brazil
Hello, I am trying to send notifications in my Rails application, in development mode. With GMAIL, everything ok, but I’m not able to use with the hosting I have at Bluehost Brasil. I have tried to…
-
0
votes0
answers450
viewsLoop Sending Emails with PHP
Guys this is my first post and I would love your help: I have a query in a database that sends automatic email through PHP Mailer if the activity is delayed, so far so good, the problem is in…
-
0
votes1
answer320
viewsForm does not send email to another server outside of hosting
I am developing a website with contact form. The form is very simple only with name, email, message and subject fields. I have the site hosted on a server, but I need the data from form are received…