Questions tagged as 'email'

0
answers

PHP does not pick up HTML variables [closed]

I've just been introducing myself to the world of web development and I've been following several tutorials. In this I find myself making a form to send an emial through a server (which in principle I have configured). Does anyone know tha...
asked by 29.08.2018 / 13:56
0
answers

Credential problem when sending email

I have 2 servers, one from work and another from personnel. On my personal server, with this code I send an email without problems but in the work server it needs to be complemented with certain credentials. How can I add to the Mail SMTP creden...
asked by 25.04.2018 / 13:29
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

Difference between SMTP and SMTP relay

I wanted to ask you, what is the difference between SMTP and SMTP relay. And how should the latter be implemented in .net. This is my SMTP code String _fromAdress = "pepe"; String _smtpserver = "Smtp.Gmail.com";...
asked by 28.05.2018 / 21:11
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

Email sending with angularJs and PHP

Good evening, I'm having trouble sending emails using angularJs and PHP. I'm using PHP's angular and mail (http) service. In the network section it tells me that the form was sent but the email never arrives. If anyone knows a way to solve this,...
asked by 02.09.2017 / 07:20
1
answer

Send mail by Amazon SES without checking

I would like to know how mass mails are sent by amazon SES but without verifying each email, I am using laravel and I have already managed to send emails using smtp but both were verified The problem is not in laravel but in amazon, which I h...
asked by 19.06.2017 / 21:12
1
answer

Error sending email with android

Good I want to send emails but I get an error and I do not know why, the password is set correctly The code is as follows: public void enviarCorreos(){ final String correoEnvio = "[email protected]"; final String contraseña...
asked by 28.05.2017 / 17:51
1
answer

Mail server problem

I currently have a VPS, with CPanel accounts for 3 domains in which I have abaco.edu.pe , the application was made to Google for Education to give us some free email accounts . The problem is that, after having made the MX Entries settings a...
asked by 01.06.2017 / 07:28
0
answers

How to use imap in javamail, fix error javax.mail.AuthenticationFailedException

As the title says I am trying to implement the email receipt in an Android apk using the javamail library (imap), but it turns out that I always get an error javax.mail.AuthenticationFailedException , the user has access to imap, help me solve...
asked by 13.03.2017 / 21:38