Questions tagged as 'email'

1
answer

Sending attachment with Flask-Mail

Configuring flask and testing was quick and easy but sending attachment is very difficult if not impossible. Does anyone have a tip or example to send attachments with Flask-Mail? My code looks like this: mail = Mail(app) MAIL_CONFIG = app....
asked by 23.06.2016 / 16:06
0
answers

How to attach a file using Mandrill API?

Ie, guys! I've been trying for two days, but I have not had success yet. I know I'm close, but I need your help. I often get a lot of jobs with only front-end data. So I use the Mandrill API to email form data. In official documentation s...
asked by 05.06.2015 / 23:14
2
answers

Picking specific characters from a string?

I'm getting the following String in Javascript: Nome Sobrenome <[email protected]> How do I get only the email that is within <> ??     
asked by 31.08.2017 / 16:12
1
answer

How to validate the IP of an Emails list to know if they are real or false and if they can receive message?

I know there are services that do this, but I would like to know how they do this type of test, to find out if the email is actually valid, not only through a PHP filter, for example: function validEmail($email) { if (filter_var($email, FIL...
asked by 19.04.2016 / 15:49
1
answer

use PHP to know if sent email has been opened

I am very curious to know how I know if the email I sent was opened by the recipient. Is there any way to tell using PHP or some other language?     
asked by 03.04.2015 / 01:10
3
answers

Line break in email message

In my string mensagem , I would like to have a space of two lines, I already tried to use "/ n" and did not get the expected result. @{ var customerName = Request["customerName"]; var customerEmail = Request["customerEmail"];...
asked by 13.11.2014 / 13:23
2
answers

CSS Alignment Webmail

I'm having trouble aligning the text of a <span> tag, I use margin-left in css and it works but only the margin in the first line <tr bgcolor="#fff"> <td style="padding:0px 40px 6px 40px;margin:0; text-align...
asked by 14.12.2018 / 12:52
1
answer

How to check if a String is encoded in base64?

I'm working on an email application using VueJs / Quasar on the client and HapiJS on the server, and some emails (depending on the sender) come with base64-encoded text, and some do not. To solve this, I need to find a way to identify if the e...
asked by 24.08.2017 / 17:00
2
answers

Attachment submission with PHPMailer

I'm using PHPMailer to send attachments via contact form. Form front end: <form action="mail.php" method="POST" enctype="multipart/form-data"> <input type="hidden" name="tipo" value="trabalhe-conosco"> <input class="input_1...
asked by 16.08.2017 / 22:51
1
answer

Addressing possible typos in emails (@gamail, @hotnail ..) [duplicate]

Well, I have some problematic registrations on account that the user typed eg "josé@gamail.com". From what I've seen in this answer , most servers disabled a possible ping with response if email exists because of spammers. What would be...
asked by 13.08.2015 / 19:13