Questions tagged as 'email'

0
answers

Help PHPMailer

I reconfigure my question as I solve the first problem Here we have what we receive by POST and AJAX of the form and we put it in the SQL <?php include "../conexion/conexion.php"; mysqli_set_charset($mysqli, "utf8"); $results = 'SE...
asked by 02.10.2018 / 10:35
1
answer

How to send email with attachment in Xamarin.android?

I am developing an App in Xamarin for android which generates a PDF that is saved in a hidden folder of the device. I currently use a WebService to send the email but it does not arrive with the attached PDF. I'm using a WebService...
asked by 20.09.2018 / 15:45
0
answers

Email does not arrive when sent with PHP

I am developing in PHP a system that sends email to the address that the user provides. The program returns true when I use the function mail() , I did tests sending emails to the domain gmail ie [email protected] but when I try...
asked by 02.09.2018 / 21:59
0
answers

Is it possible to create a GMAIL account with php?

I have to create GMAIL accounts with php, but for now I can not find information about the topic, I appreciate the help you can give me.     
asked by 16.08.2018 / 04:05
0
answers

How can I send the destination email that I choose from asp.net and fill it in an outlook view?

I want to fill in the email of the recipient that is in the asp.net automatically     
asked by 09.08.2018 / 02:17
0
answers

php mailer with gmail account does not work when I return from a hosting change

I just changed from a web hosting to a previous one because the new one gave me errors, however, when I try again to send emails in the previous hosting using phpmailer I do not send emails, however, in the new one, with errors send. Do I have t...
asked by 03.07.2018 / 07:12
0
answers

CDONTS.Newmail in Windows server 2016

I have a problem with my classic asp code, I know it's quite old but I do not have access to change it. The fact is that we are migrating all the code to a new server with windows server 2016 and it does not work when sending emails. He tells me...
asked by 02.07.2018 / 18:33
0
answers

Possible PTR Plesk problem

I have a VPS with Plesk Onix in OVH, two IP, one for each domain. With the second domain I can send and receive emails without problems but the other day I found that the emails are bounced when sent to a specific email that surely has a securit...
asked by 01.07.2018 / 19:22
1
answer

Send email from several directions laravel

I have 2 emails to send notifications to my users one is [email protected] and the other [email protected] the issue is that in the .env file I can only configure one if I add another configuration it does not take it from what form can...
asked by 13.06.2018 / 22:58
1
answer

How to control a heavy process in a command

I need to send hundreds or thousands of emails with or without attachments. For this I have thought about using a ContainerAwareCommand that I can launch from the cron and to monitor it using the same console or that I keep certain values in bd...
asked by 29.05.2018 / 23:53