Questions tagged as 'email'

2
answers

How to wait for the validation of the while loop to complete before the next code execution

I have a program in which when you validate a condition in the while loop, if it is true it must send emails. This works fine, but what I want is that once the validation of the while is finished, I can just execute the code for sending email...
asked by 08.02.2017 / 20:12
1
answer

How can I send an email using an xml file?

I have a program written in C # which has to send an email. What I'm looking for is that the content of the email comes from an xml file. Here is how I have the code of the post office: MailMessage mail = new MailMessage("[email protected]"...
asked by 27.02.2017 / 18:48
1
answer

I can not send emails in laravel

I'm trying to send emails in laravel, and I get the following error    Expected response code 250 but got code "553", with message "553 Relaying disallowed as It's weird, because if it works for me to send emails when I'm logged in, but i...
asked by 23.06.2016 / 19:54
1
answer

Create a form that is sent by e-mail in Wordpress

I created my page in wordpress and I would like to create a custom form that when the client sent directly to my email, the form has to send images too. Form example: Name Description upload problem image Send. The fact...
asked by 04.01.2019 / 13:23
0
answers

Error download using pop3 c #: Mediatype must be in the format type \ "/ \" subtype \ r \ parameter name: mediaType

I'm trying to get an email with an attachment from a mail box using pop3, the error occurs when I get the message does anyone know why this happens ?. It only happens with some emails. for (int i = 1; i <= cantidadMesajes; i++) { mensa...
asked by 10.12.2018 / 16:04
0
answers

Send email with attachment

Good morning, I try to send an email with attachments, but the program but a NullPointerException is generated. This is the code to send the mail: public static void enviarConGMail(String destinatario, String asunto, String cuerpo,...
asked by 29.11.2018 / 17:35
1
answer

Run two sql queries in the same function

I am trying to get the emails from two different tables, in order to gather them in a single array to send mass messages to all subscribers. I do not know if I can do it this way but what I did in the controller was send the name of two table...
asked by 27.11.2018 / 06:31
1
answer

Confirm of received (Email)

As I can do to add a link in an Email , in which, when the recipient click , open a page with a message and I am notified . I will try to explain a little better. At my university, when they send us an email, at the end is a link , when...
asked by 15.10.2018 / 00:31
0
answers

Send email automatically androidStudio

I have this code, which allows me to send an email with an attachmen of an .html public void clickbutton(View v) { try { strFile = strFile + "/report.html"; File file = new File(strFile); if (!file.exists()) file.mkdirs(); strFile = strFi...
asked by 10.10.2018 / 15:25
0
answers

Rotate text or html table for email or pdf

I'm using a worpress plugin that what it does is create pdf from forms, and it gives me the option to build the style of the pdf sheet and just take the html text for email, I can not use too much CSS. What I want is to create a table and rot...
asked by 09.10.2018 / 02:33