I'm doing an email application and my server is being done in HapiJS, and I'm having trouble picking up the email and turning it into a String, Buffer, or Stream.
I want to transform to these formats because they are the only ones that MailP...
I am doing a query to receive various data from DB, which involves entering the email field, but I do not want to do searches that show emails because of the domain.
For example, I have an email " [email protected] "
With the following quer...
I'm studying HTML to use in email marketing and I was looking at this email here: Iunderstoodthebeginningofthecode,butIdidnotunderstandthecolspanapplication:<tr><td><ahref="https://www.facebook.com/FGV-Energia-1579891958938780/?f...
I have this code to extract messages from an email, but the output shows the message and some encrypted information. I need help getting the message.
In another version of the code, I tried the imaplib library but I was unsuccessful because...
Well, I have a script that reads the email, however I have to pass as the parameter the sequence number of the message I want to open.
I would like to open the messages with a given Subject and perform operations with them.
I tried to adap...
for row in values:
# Separei os valores da data em 3 variaveis temp.
year = int(row[0][6:10])
moth = int(row[0][0:2])
day = int(row[0][3:5])
if day == d1.day and moth == d1.month and year == d1.year:...
Alright?
I am starting the ASP.NET MVC (C #) studies and would like them to help me with a problem that I am well lost.
I need to connect to a mailbox and capture all the attachments it has available in it.
I'm looking for study materia...
I would like to know if through some package of R it is possible to access the email boxes (for example Outlook ) directly.
If possible, which package should I use?
I need my system to send simultaneous e-mail to all the emails that are in the bd. Following the code below it only sends the 1st e-mail from the list and still sends the wrong one. Send pro spam. And the msm code I use in the form d contact tha...
I need help, I do not know where the error is to generate mail duplicity for only $ to. Here is my code below:
$mails = '[email protected]';
$Nome = 'Fulano';
$Email = '[email protected]';
$to = '[email protected]';...