Questions tagged as 'email'

1
answer

How to transform an asynchronous function into a synchronous one?

I have an asynchronous function and would like it to become synchronous, as being asynchronous it is sending the data to the client before even completing the necessary steps, it follows code: imap.once('ready', function () { openInbox(fun...
asked by 30.08.2017 / 14:35
2
answers

How to avoid sending PHP requests in a row? [duplicate]

Well, the situation is the following there are some forms on my website. These forms are programmed to fire e-mails using the PHPMailer class. What happens is this, if the page takes a while to respond the user is often clicking the submit but...
asked by 12.03.2014 / 15:13
4
answers

Login condition with user or email in the same field

I am creating a system for schools, where the teacher, when registering, inserts data such as name, email, user and password. So far the teacher can log in with email, but I wish I could login with the name too (I made changes but this is giving...
asked by 09.05.2018 / 15:45
1
answer

What is SPF and DKIM and why do we need to configure them?

When we talk about emails, particularly newsletters , the terms SPF and DKIM appear. Many online mailing services ask to configure these values in the web hosting but do not mention the reasons, they seem to assume we already know what...
asked by 13.04.2015 / 14:09
2
answers

Integration between MailChimp and React Native app

I am a beginner in React Native. I'm basically trying to perform the integration between my application in React Native and MailChimp, what I want to do is: From the moment the user provides us with their email, and send the form, then an email...
asked by 05.09.2018 / 14:41
1
answer

How to transfer a file with a corrupted name?

A client of mine has a problem uploading to my system, and from what I can tell is his file that has the name corrupted (it is relatively common, on Windows systems, the name or accented with foreign characters display correctly in Windows Explo...
asked by 20.05.2015 / 00:08
1
answer

Get an image of the body of an email, write to the database or in memory and show it in a new Viewer

I'm trying to build an E-mail viewer. To do this, I access my IMAP server and get mail, using the ComponentSoft.Net.Mail DLL. After getting the message, I want to display it in my viewer. However, I'm having problems with the Linked re...
asked by 29.01.2014 / 18:35
4
answers

How do I send transactional e-mail to AWS?

I use an Ubuntu server in AWS and I can not run the PHP mail () function. Do I need to install something on the server or configure something in the AWS Console?     
asked by 29.01.2014 / 21:08
2
answers

In CSS, is there any way to set the hover inline?

I often need to develop templates for sending emails. However in some cases using the style tag to make the style definitions does not work. Thus, you need to set the style values for the inline elements. For those who do not understan...
asked by 29.06.2016 / 14:16
1
answer

Send email with Accents BD Uft8

I have a problem sending email with names that come from the database. Some names come with accents and when I get the emails the names are unconfigured. The database is like Utf8 - Default collation Code php: $PHPMailer->Charset = 'U...
asked by 25.06.2014 / 10:58