Questions tagged as 'correo'

1
answer

How to send mail with Codeigniter using the email library?

I am starting to program so I am making a web page but the query mail does not work, it does not send the description. You could see my coding that is with Codeigniter and explain to me a bit that I'm wrong or because it does not work...
asked by 24.08.2018 / 19:28
0
answers

How to read emails from an account with several mailboxes in C #?

I have a program that is able to read the emails from my main account, but I need you to read the emails of another mailbox that is not my main mailbox, but one that has privileges, but it is not my main mailbox. So far I have only achieved that...
asked by 03.08.2018 / 14:55
0
answers

Sending emails with Codeigniter

I'm stuck with this, I have the following driver: function prueba_envio_email() { $config = Array( 'protocol' => 'smtp', 'smtp_host' => 'ssl://smtp.googlemail.com', 'smtp_port' => 465, 'smtp_user'...
asked by 04.04.2018 / 19:17
1
answer

Send mail from java

I want to send an email from my Java 8 program to a configurable recipient (gmail, hotmail or corporate) without having to authenticate the sender or make a login, to send the mail. Is this possible in Java 8? public static void main(String[]...
asked by 13.02.2018 / 17:56
0
answers

The user portal is not displayed in SquirrelMail. It could be an apache2 problem?

I have installed Postfix, Courier and Squirrelmail. When you access the squirrelmail login portal, it works correctly, but when you login, the corresponding php is not reproduced. I attach images:     
asked by 04.02.2018 / 23:34
1
answer

PHP Mailer | Problem when trying to send emails with Gmail

I am trying to make a registration form with password confirmation with PHPMailer. My code for my phpmailer data function enviarEmail($email, $nombre, $asunto, $cuerpo){ require_once 'PHPMailer/PHPMailerAutoload.php'; $mail =...
asked by 26.09.2018 / 16:40
1
answer

PHP Mail | Form emails do not arrive to my mail server

I would like to know if there is any way to get mail sent from a form to an email from my company. I tried with my gmail mail and it works correctly. But I send from another email and they do not arrive ... My form: <form method="post...
asked by 13.08.2018 / 17:19
2
answers

Alert when sending message

It happens that I am making a small contact form for my site, I have almost finished everything, however I want that when you press the send button instead of sending me to another page, just show an alert saying that the message already sent....
asked by 08.05.2018 / 11:55
2
answers

Submission of forms to an email [closed]

Hello, I want you to fill in the form that I put on my page, the e-mails come to my personal email, this is the code of my form, it is in html <div class="grid_6 preffix_1"> <h2>Envianos tu mensaje</h2> <fo...
asked by 20.11.2017 / 22:05
1
answer

Why is it necessary to take security precautions when sending with MAIL ()? [on hold]

When you are going to allow users to send data to your DB, or modify them, or to return them, it is natural to develop a security system, filters, etc ... but, I wonder if it will be necessary to do that for the sending emails with the MAIL meth...
asked by 28.12.2018 / 17:08