Questions tagged as 'email'

1
answer

I can not send this form to the e-mail

I'm not able to send this form to email, I followed a tutorial and it did not work! HTML <body> <div class="col-md-6 centro" method="POST"> <img class="imagem" src="AMB.png"> <form action="enviar.php...
asked by 03.10.2016 / 17:08
2
answers

Backup email IMAP OR POP what difference? [closed]

I'm not sure if I'm going to use the MailStore Home tool but I do not know if I can do IMAP or POP Backup, does anyone know the difference?     
asked by 29.06.2016 / 19:21
1
answer

send php email

Hello, my code sends the email to my email box, however my "alert" does not appear when I click on send Another problem is that in my inbox the sender's email that appears is not the email of the field that was filled in the form (the email t...
asked by 16.04.2015 / 23:04
1
answer

How to save a file in a field in SQL Server?

I would like to know how to save a file within a SQL Server com C# field. Reading in some forums I realized that there is a difference between image files and binaries. The type of file I want to save is Outlook e-mail. I'm making a sy...
asked by 02.12.2014 / 18:38
3
answers

Error sending email: server response: 550 5.7.1 Must Authenticate

I'm trying to use the mail () However, the following warning appears when I run the script:    "Warning: mail () [function.mail]: SMTP   server response: 550 5.7.1 Must Authenticate! " How do I set this up? Follow the code: $message...
asked by 06.11.2014 / 14:11
1
answer

Decode email characters

I am trying to import data from an email and I can get the data, however some characters come in an encoding that I did not find how to convert, for example. Goioer=C3=AA Paran=C3=A1 I tried utf8_decode, quoted_printable_decode, and other f...
asked by 01.04.2014 / 22:05
1
answer

Monitor E-Mail Inbox

I would like a function to monitor the inbox of E-Mail.     
asked by 02.02.2014 / 21:25
1
answer

Status e-mail - nodemailer

Whenever I send a message using the nodemailer I have how to get the messageId example:    messageId: [email protected] Is it possible to make an appointment to check the status of this email? such as whether...
asked by 27.11.2018 / 20:28
1
answer

Hide Input Email

Personal the input value of my form that I need to hide for users is: e-mail . It will be an alternate email entry for bot identification I need to make this entry of e-mail hidden for real users and visible only for bots. Som...
asked by 05.09.2018 / 16:52
1
answer

How to cancel the execution of a function in C # [closed]

I'm developing a desktop application in C # WPF where there is a function responsible for sending email EnviarEmail() , when this function is executed it takes a certain amount of time for it to run completely. And when it is being execute...
asked by 05.07.2017 / 15:49