Most voted "emailing" questions
Use this tag for questions about sending programmatic emails. This tag should be used in conjunction with the [email] tag if it is specifically related to the programmatic sending of emails.
Learn more…205 questions
Sort by count of
-
22
votes6
answers34688
viewsHow to send emails only with HTML5 basics
I am building a website to be hosted on a server that does not support PHP or other server-side language. I need to send the values of a contact form by email and my resources are only HTML5 and…
-
22
votes3
answers51011
viewsHow to send email from localhost using PHP’s mail function?
I want to send emails from localhost. <html> <head> <meta charset="utf-8"> </head> <body> <h1> Olá mundo!</h1> <?php $enviar = mail(…
-
20
votes1
answer10051
viewsDifference between TLS and SSL protocols
I’m implementing a class for sending emails on Android. And I’m implementing so that I can support most email services. Ex: Gmail, Live, Yahoo, And emails from your own domain (Ex:…
-
19
votes2
answers3841
viewsBest practices for sending emails and avoiding spam
Nowadays, almost every web site or web system almost inevitably needs functionalities with sending emails, whether in contact forms, password recovery, account activation, order confirmation, etc.…
-
14
votes2
answers445
viewsE-mail marketing, theoretical
I want to remind you that this question is not a question of opinion, but based on experience. This question is just to get an idea of how to create an e-mail marketing, more detailed and specific…
emailingasked 9 years, 6 months ago Felipe Jorge 1,479 -
13
votes2
answers861
viewsWhat is the best practice of styling an Email body?
I’m at the stage of developing a welcome email. I would like to know the most correct and used practice of adding the style in my email. My question is: should I use CSS inline, embedded or…
-
12
votes3
answers16084
views -
11
votes1
answer21808
viewsE-mail with PHP attachments
I am sending an email, everything works fine. Now I wanted to add some files as an attachment. I have the following code: $from = $_SESSION['email_cliente']; $email_destino = "[email protected]";…
-
8
votes3
answers6333
views -
8
votes1
answer1990
viewsJava - Send Email Securely via Gmail API
I’m using a API e-mail Mail.jar of this tutorial for sending e-mail via Java, but I realized I have to, activate the permission for less secure apps. There is another way to send email Java, without…
-
7
votes1
answer3034
viewsHow to email in C?
I searched several sites and google, but there’s always something with PHP or HTML. How to send an email using only C?
-
7
votes2
answers1386
viewsMail function and its limits
I am developing a tool to send bulk emails to a list of 20,000 emails, and the script is this: <?php $path = "listas/lista1.txt"; $ponteiro = fopen ("$path", "r"); $conteudo = fread ($ponteiro,…
-
7
votes2
answers417
views -
6
votes1
answer2008
viewsWhat is the best way to email with HTML in Django?
I’m a beginner in Python and Django and in the project I’m doing for study, I send an email, which has an HTML template. I was able to send an HTML email using EmailMessage: msg =…
-
6
votes3
answers325
viewsPrevent the system from locking during a batch e-mail
I am developing a system that sends mail in batches to customers, but if the user who is operating the system click on any part of the window during the process, it appears that the system is not…
-
6
votes2
answers378
viewsForm data does not send to email
I made a short form to send e-mail. But when I do the sending test nothing arrives in the destination email. As I do not have much experience in this part I could not identify the error, since when…
-
5
votes7
answers7710
viewsHow to send email automatically?
How to send emails automatically using PHP? I have a form that receives several dates and when it was 10 days before the deadline, send a message to several people with the warning. I’ve been told…
-
5
votes2
answers3379
viewsHow to avoid sending PHP requests in a row?
Well, the situation is that there are some forms on my website. These forms are programmed to trigger emails using the Phpmailer class. What happens is the following, if the page takes a little time…
-
5
votes2
answers24321
viewsThe SMTP server requires a secure connection or the client has not been authenticated
I’m having the following mistake, working with SMTP and MailMessage in the C#: The SMTP server requires a secure connection or the client has not been authenticated. The server response was: 5.5.1…
-
5
votes2
answers273
viewsPHP: How is sending email via SMTP without the mail function?
I would like to know how is the implementation of sending email with SMTP. How is this communication made if the function mail is not used? How is the communication with server in this case? What…
-
4
votes3
answers1877
views -
4
votes3
answers3734
viewsHow to use emails in Azure?
I put one of my sites on Azure. There is no e-mail service? There I was able to fire emails from external servers, but I want to create and use one in the same domain that is in Azure. How to solve…
-
4
votes3
answers1015
viewsSend e-mail on behalf of the client
I have a system that serves several clients and sends emails to their users (clients of my clients). Today I use my own email account (from my domain), and in the composition of the email I inform…
-
4
votes2
answers1644
viewsConfigure Cakephp to send emails via gmail
I’m trying to set up the cakephp to send emails through gmail, I have already done some research and I have not yet succeeded in the result, someone could help me?…
-
4
votes1
answer3207
viewsHow to check if an email has been sent successfully?
I am trying to verify if an email sent from my application is successfully sent, wanting to know if the recipient receives it or not (full mailbox, invalid email, around). From what I’ve researched…
-
4
votes2
answers1687
viewsPHP mail() function
I am trying to send an email via PHP with HTML attributes, an email formatted with images and style="" or classes. I tried to use Phpmailer, but without success, so I resorted to the mail() function…
-
4
votes1
answer1543
viewsHow to send email with body and attached using smtplib and email in python?
When I send a simple Python email using only the smtplib library, I can write in the body of the email through the "message" argument of the following script function: def…
-
4
votes2
answers1072
viewsHow to make the business logo icon appear in outlook message box
I have an email trigger code using Zend. $mailTransport = new Zend_Mail_Transport_Smtp($this->smtp_host, $config); $mail = new Zend_Mail('UTF-8'); $mail->setFrom($from['email'],…
-
4
votes1
answer345
viewsHow to alert the form correctly?
I have a contact form, so when filled out it is not displaying the failed send alert or successfully sent, it is redirecting to a search page, here my script: <form class="form-inline"…
-
3
votes1
answer1692
viewsEmail sending works locally but not on a remote server
I have a problem sending email using a server I created in a data center hired. Email sending works locally normally, although SMTP is in a well-known hosting company (I saw that they allow 20…
-
3
votes3
answers19533
viewsHow to do a Ubmit sending filled data in the form to an email?
<div id="mainDiv"> <div id="marca"> <img class="imagens" src="media/img/titulo.png" alt="Titulo"> </div> <div id="anaMaria"> <img class="imagens"…
-
3
votes1
answer247
viewsCheck records between today and 10 days in the future to send by email
I’m using Phpmailer to send an email with data when it’s 10 days away. When I send the email, all the records are showing up when the idea is to show up the logs between today and 10 days in the…
-
3
votes3
answers180
viewsIt is a standard for email providers' SMTP addresses to be in the default: smtp.provedor.com?
There may be an email provider that uses an address SMTP that does not start with smtp.? Or is there a rule that doesn’t allow servers to be configured SMTP out of this pattern. Because I am…
-
3
votes3
answers6401
viewsConfigure Phpmailer with Hotmail
I’m not being able to set up my email on PHPMailer, my code is like this: $mail->IsSMTP(); // Define que a mensagem será SMTP $mail->CharSet = 'UTF-8'; $mail->Host = "smtp.live.com"; //…
-
3
votes1
answer474
viewsSending birthday emails based on Mysql query
I have to create a function (task) on the server of my site that sends a birthday email, containing an HTML code, to birthday emails. Detail: these birthdays are registered in a Mysql table that…
-
3
votes1
answer171
viewsIs it possible to send all Java Exceptions by email?
I have a Java Web application, using Spring MVC, and would like to email all Exceptions released on the system. Is it possible to do that? Set up a default email to receive all Exceptions and…
-
3
votes3
answers682
viewsWhat is the difference between Smtpclient.Sendasync and Smtpclient.Send() using Thread?
What difference between using SmtpClient.SendAsync() and create threads and execute the SmtpClient.Send() for messaging? There is a lot of difference in performance or resource consumption?…
-
3
votes0
answers238
viewsHow to attach a file using Mandrill API?
Yo, yo, y'all! I’ve been trying for two days, but I haven’t succeeded yet. I know I’m close, but I need your help. I usually take a lot of Jobs with only fixed data (front-end). So I use the API of…
-
3
votes2
answers331
viewsShould email HTML 5 still be done inside tables?
Hello, I’m making a HTML for email and, I realized that they are lately tabulated, but my question is whether that is still necessary. There’s some kind of risks if I do not do in tables and the css…
-
3
votes1
answer710
viewsSend HTML e-mail with Android formatting (style inline)
I am trying to send a personalized email through new Intent(Intent.ACTION_SEND), containing in the email body a formatted HTML, but when selecting the Gmail application, for example, the whole style…
-
3
votes1
answer966
views -
3
votes2
answers259
viewsSend e-mail with various attachments
I am sending e-mail through the INDY, the email is being sent and the attachment is going, but as it appears in the code below, I do a go through all the attachments, and it only sends the last,…
-
3
votes0
answers339
viewsSave Email Outbox
I wonder if it is possible to save an email in the default email manager output box (Outlook, live mail, among others) using Indy10. Today I already have a function to send email, but calls the…
-
3
votes1
answer101
viewsSend email without it appearing in the mailbox
I don’t want those items sent in the real estate email. string emailOrigem = imobiliaria.Email; string password = imobiliaria.Senha; string html = getBody(dados); //aqui serve pra formata o html if…
-
3
votes1
answer3590
viewsHow do I send a file as an attachment by email without automatically renaming it?
I am beginner in sending emails via script and am facing a problem. I use Python 3.5. When sending attachments with the following script, they lose the extension and are renamed: def…
-
3
votes1
answer892
viewsHow to use a Hotmail/outlook account to send email in c#
I am trying to use an account to send email, with my project in c#, using the namespace System.Net.Mail, however I can’t authenticate on outlook server, it throws me the exception:…
-
2
votes2
answers1755
viewsProblem with email with embedded image
I am trying to send email with image embedded in the text through the Boundary. In Gmail everything beautiful, as always, but in Outlook does not arrive the text in HTML and the image arrives as an…
-
2
votes1
answer1350
viewsHow to send emails using Javascript?
As all good Content Management System (CMS), is trivial a contact page. In mine is no different. However, I wanted to do it without having to use some other language and/ or technology, except…
-
2
votes1
answer984
viewsHow to send daily email?
I have an application in Ruby on Rails that I need to send a daily email. I thought to use the own class Mailer of rails. What I do not know is if it is possible to check the time to perform…
-
2
votes1
answer3627
viewsPlace local image on body when sending email
To send an email from the application I am using the MailMessage available. I am now trying to place an image in the email body via html: MailMessage mail = new MailMessage(); SmtpClient SmtpCliente…