Questions tagged as 'email'

1
answer

How to transform mail object into Stream, Buffer or String?

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...
asked by 28.08.2017 / 21:10
0
answers

Email search without domain

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...
asked by 07.08.2017 / 13:52
2
answers

E-mail Marketing and colspan

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...
asked by 01.08.2017 / 23:07
1
answer

Python 3 - How to extract message from an email [pending]

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...
asked by 03.08.2017 / 18:08
1
answer

Filter email by subject with PHP script

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...
asked by 05.08.2017 / 17:08
1
answer

Which method to send email in Python?

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:...
asked by 09.06.2017 / 15:40
0
answers

Capture ASP.NET MVC email attachments

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...
asked by 09.06.2017 / 20:26
1
answer

How do I access the email via RScript?

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?     
asked by 23.05.2017 / 21:54
1
answer

How to send simultaneous e-mail with laravel

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...
asked by 23.05.2017 / 20:42
0
answers

Email Duplication Using PHP Mail ()

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]';...
asked by 10.05.2017 / 14:03