Questions tagged as 'email'

1
answer

openWebmail error when sending email to a person

I have installed Open WebMail, I have several more accounts in some accounts as soon as an email is sent to them, returns the error below, plus they receive the message, someone has already seen and or imagine what it can be? / p> De: Mail Del...
asked by 26.10.2016 / 14:43
1
answer

How can I make an email mask with PHP?

How do I make an email mask with PHP showing some letters, all numbers and special characters? Ex: [email protected] should look like this: stack
asked by 09.10.2015 / 20:38
1
answer

Transform Stream into PDF to send with attachment in email

I'm making a page for sending emails, and I need to turn a specific page into pdf to be attached to the email. The page I have already been able to transform into Stream, now how can I make it into pdf and then attachar as an attachment.?...
asked by 28.05.2015 / 02:52
1
answer

How to send email with body and attachment using smtplib and email in python?

When I send a simple email in Python using only the smtplib library, I can type in the email body through the "message" argument of the script function: def enviaremail(usuario,senha,mensagem,listadestinatarios): from smtplib import SMTP...
asked by 17.01.2017 / 18:12
3
answers

Script to send email [duplicate]

I am creating a page, where you have the contact part, I have already made the form, etc., but at the time of sending, I can not get a function to send to my email. Could someone help? <article id="contact"> <h2 class="major"...
asked by 30.01.2017 / 14:31
3
answers

Email Verification in Java

I am doing a simple test to verify that the user has typed a valid email. So I'm having a syntax error in the "@" invalid AssignmentOperator. Main class code: public class Email { static String email = "[email protected]"; public stati...
asked by 09.06.2015 / 14:19
2
answers

Nodemailer sends email but recipient does not receive it (hostgator server)

I have an e-mail server on the hostgator and an account on it. I need to use nodemailer to send messages to my clients from this account. For this I need to manually configure with these instructions from the hostgator I'vetestedallpossiblec...
asked by 16.04.2016 / 19:53
2
answers

Why does @ disappear by clicking the link

I create a link for password reset: $mail_message .= "<a href=$url_sender/redefinir-senha?email=$email_sender&identifier=$identifier_sender&code=$confirmation_code> Clique aqui para redefinir sua senha. </a>"; But...
asked by 18.08.2014 / 20:20
2
answers

PHP mail () function

I'm trying to send an email via PHP with HTML attributes, an email formatted with images and styles. I have tried using PHPMailer, but without success, I have used PHP's mail () function that meets my needs and sends the email without many probl...
asked by 14.10.2014 / 22:19
1
answer

How do I send a file as an attachment by email without being automatically renamed?

I'm a beginner in sending emails through a script and I'm having a problem. Use Python 3.5. When sending attachments with the following script, they lose the extension and are renamed: def enviaremail(usuario,senha,mensagem,listadestinatarios)...
asked by 17.01.2017 / 20:36