Most voted "email" questions
Method of exchanging digital messages from an author to one or more recipients. Use this tag for questions that need to programmatically manipulate email messages and services.
Learn more…379 questions
Sort by count of
-
1
votes1
answer1067
viewsIs it possible to use custom email subdomain?
I will try to illustrate the situation as clearly as possible. I have a domain name of a company, ex: empresa.com.br. This domain is used for websites, email, etc. Okay, now comes the doubt. You can…
-
1
votes0
answers39
viewsSend email and record record automatically in BD (called)
I have the following need. I am creating a system of calls to a client in PHP, and everything will be registered in the Mysql database and for each response, an email will be sent (via Phpmailer,…
-
1
votes1
answer160
viewsSettings for Django-allauth
Guys, I’m trying to implement Django-allauth in a personal project however I am not succeeding, in version 0.20.0 it is easy but I wanted to try in the latest one that is the 0.25.2, it does not…
-
1
votes1
answer663
viewsProblems sending php email
I am trying to send emails to specific lists registered in the database, with the php mail function but the email is not sent. What can be the mistake? Below the script for sending emails: if…
-
1
votes1
answer323
viewsStatus e-mail - nodemailer
Whenever I send a message using nodemailer I have how to get the example messageid : messageid: [email protected] It is possible to make a query to check the status of…
-
1
votes1
answer78
viewsChange email destination by clicking a select option on a form
Well, I have a form and need when selecting a select option to change: 1 line - action 2 line - value 3 line - value 15 line - Change where this is written environmentOrca2 to for example…
-
1
votes1
answer106
viewsFilter email reading from a date
I have the following piece of code that performs the reading of emails from the inbox. try { email.conectar(); javax.mail.Store store = email.getArquivoEmail(); Folder inbox =…
-
1
votes1
answer147
viewsHow to maintain the sender email signature when using the Mail::send() function in the Standard?
I can send the email correctly but, the email goes unsigned from the sender email, and I’m not finding how to resolve. $emails = ['[email protected]', '[email protected]']; $copias =…
-
1
votes1
answer69
viewsNo warning after sending the message
I need a hint: I have a problem with the PHP code displaying a warning after sending a message. The message is sent without problems, but no warning is displayed. Neither for success nor for error.…
-
1
votes1
answer45
viewsreceive emails using R
I have done several researches and I find a lot of information on how to send email through R, but I couldn’t find anything on how to receive email through R. I couldn’t even find a library to start…
-
1
votes1
answer22
viewsResponsive e-mail
We bought a responsive email template, it got 100% responsive, but in email apps like gmail’s footer goes missing, a click of "see the whole message" By breaking the scroll and opening the desktop…
-
1
votes1
answer60
viewsI am unable to send this form to e-mail
I am unable to send this form to e-mail, I followed a tutorial and it did not work! HTML <body> <div class="col-md-6 centro" method="POST"> <img class="imagem" src="AMB.png">…
-
1
votes1
answer1214
viewsView confirmation modal after sending email
I have the following code <?php require_once('PHPMailer-master/PHPMailerAutoload.php'); PHP_OS == "Linux" ? $quebra_linha = "\n" : $quebra_linha = "\r\n"; //$emp = $_POST["empresa"]; $nome =…
-
1
votes2
answers81
viewsPHP form without email field
I would like to know a method to send a form who doesn’t have the field email. It will have only three fields: Nome, Telefone and Cidade. However, when sending arrives like this The code I have:…
-
1
votes1
answer83
viewsMake the form send if only certain fields are filled in
When I submit the form it is checking if all fields have been filled. I want only name, email and phone to be mandatory for the form to be submitted. I have the following code <?php…
-
1
votes1
answer158
viewsHow to add "Reply To" with Woocommerce Client Name and Email
Hello, I have a big problem in this part, I would like to set the name of the Customer instead of only the E-mail when clicking Reply. Below the code I used to work "Reply To": add_filter(…
-
1
votes1
answer1145
viewsPhpmailer too slow to send emails
I’m using the PHPMailer on a Godaddy host, the sign-up page takes about 10~15 seconds just to send the email, is there any efficient way to optimize this? or is it a matter of server capacity?…
-
1
votes1
answer247
viewsImport error when sending simple email with python
I am learning to send email in python and I am facing several problems. One of them is already in the import of the smtplib module. My code is this: from smtplib import SMTP…
-
1
votes1
answer299
viewsE-mail Sending Error using Hotmail as Commonsmail Java
I am having trouble sending email using Outlook by returning the following error. Erro Sending the email to the following server failed: smtp.live.com:25 I tried the door 587 and with the smtp…
-
1
votes0
answers134
viewsE-mail with Phpmailer and Cron (Ubuntu)
To schedule email submissions, do you need to do something other than put the file inside the /etc/cron.Aily folder (for daily submissions)? This code works when I run directly on the server, you…
-
1
votes0
answers28
viewsUnknown PHP and Telnet error
I am not able to send e-mail using Telnet and PHP. The code connects to the server, however, gives an unrecognized command. $replyTo = '[email protected]'; $emailsTo =…
-
1
votes1
answer2354
viewsSend e-mail direct from App
can send an email with a suggestion directly from the App, without opening an external application, like Gmail? Example: A field where one puts the email and another field it by the suggestion and a…
-
1
votes1
answer398
viewsHow to cancel the execution of a function in C#
I am developing a C# WPF desktop application in which there is a function responsible for sending email EnviarEmail(), when this function is executed it takes a certain period of time for it to be…
-
1
votes0
answers62
viewsCheck if email has been uploaded with image embed or otherwise
I’m sending an email notification with phpmailer. These notifications are very important because they are firewall reports and I need to know when the person who should receive them read this…
-
1
votes0
answers68
viewsDecrypt IMAP email?
I am receiving emails in my application through IMAP, and everything is appearing in the right way except the text that is encrypted, how do I decrypt or set up so it is not encrypted?? I’m using…
-
1
votes1
answer94
viewsError when sending e-mail via production
I’m using javaxmail to send the e-mail via system, but locally I can send the email without problems, but when I put it on the server it returns me the error: java.lang.Runtimeexception:…
-
1
votes2
answers126
viewsTake over positions of an array after comparison with another array?
I have a function (in Javascript) that compares 2 arrays: let diferencas = []; let numD = 0; for (let a = 0; a < dados.length; a++) { if (dados[a].idEmail === results[a].idEmail) {…
-
1
votes0
answers344
viewsSend selected data in an External Json list to email (Fipe Table Query)
$(document).ready(function() { var urlBase = "http://fipeapi.appspot.com/api/1/carros/"; $.getJSON(urlBase + "marcas.json", function(data) { var items = ["<option value=\"\">ESCOLHA UMA…
-
1
votes1
answer767
viewsSending attachment php mail function
Good afternoon guys, I always use Phpmailer for sending emails, but I don’t know why this time I couldn’t configure on the server. So I’m using the code below to send and the question is that if you…
-
1
votes0
answers268
viewsPHP’s native mail() function returns true and does not send Email
Good morning! I’ve got a rock in my shoe that I need guidance on. Through a separate file (which I am calling funcao_email.php) inside my "include" folder at the root, I created a PHP (mail-based)…
-
1
votes0
answers101
viewsMy code does not send email to Gmail, but sends to Hotmail
My code for some reason does not send emails to Gmail, well, at least not enough emails. This is a college job, I got the score, so no rush, but it’s driving me crazy, what’s the problem? Well, I…
-
1
votes0
answers45
viewsI cannot send email localhost
I am unable to email from my localhost site. The following message appears: /* SMTP -> ERROR: Failed to connect to server: (0) SMTP Error: Could not connect to SMTP host. <?php // Inclui o…
-
1
votes1
answer118
viewsvalidating only .com.br regex
Staff was modifying a regex to validate only specific domains ending with yahoo.com.br, terra.com.br, bol.com.br, Hotmail.com.br. Then gmail.com, or provider.net.br would be invalid. So I did the…
-
1
votes1
answer331
viewsProblem in Django’s send_email function
Good afternoon! I have the following code in views.py: def email(request): if request.method=='POST': form = ContactForm(request.POST) form.email = request.POST.get('email', '') form.subject =…
-
1
votes0
answers293
viewsHow to encode with Email Marketing?
I’m starting with Email Marketing, never done before and am facing a world of difficulties. Through the tutorials seen on the internet, I could draw the following conclusions: We use table so that…
-
1
votes1
answer594
viewsEmail phpmailer
I’m creating a form that when filled sends a confirmation email, so far so good, but I wanted him to also send an email to me with the data filled in the form, follows below my code /* Recuperar os…
-
1
votes0
answers37
viewsHow to take "x_" from Html tags in outlook with ASPNET
I am having the following problem when sending an email with my application, at the time of opening the email, the Outlook provider modifies the template tags by putting the "x_" at the beginning of…
-
1
votes0
answers394
viewsProblem with sending phpmailer to the server
Guys, this could be a simple or complicated problem, I just know I can’t fix it. I’ve done thousands of research on hosting topics, here at Stack, but it still doesn’t work, so I don’t know if the…
-
1
votes1
answer61
views -
1
votes1
answer54
viewsDoes not send html by email php
I created a code to send e-mail, but not send anything html, my code is <?php $email = $_POST['email']; $emailenvio = "[email protected]"; $subject = "Recuperar a senha!"; $img = "…
-
1
votes1
answer56
viewsReceiving blank emails with PHP
I created a form so that users could contact me through the site, however, when the form data is filled and sent, the email arrives blank and an email called postmaster. Despite my attempts to…
-
1
votes2
answers603
viewsSending Email with Java
This code that I am using to send email by Java last time I used in 2017 worked, however, I am trying to use it now and it does not work in any way, it does not send me the email in any way. package…
-
1
votes0
answers36
viewsImage does not load in email when fired by the application
When the administrator performs the registration of a seller an automatic e-mail is triggered to the email provided "Welcome e-mail;". I’m having trouble when the seller receives the same, the…
-
1
votes1
answer62
viewsSending HTML email in Java project
I’m having to develop a system that makes a query in a database and the results are sent by email, for formatting we use HTML, the first way I saw was to store the HTML code in a variable, but the…
-
0
votes5
answers5103
viewsMail() function does not send email
I just downloaded a site I’m working on to a remote server and I just noticed that mail doesn’t reach my gmail inbox. I used a very simple method of code but it doesn’t work, although it says ""Your…
-
0
votes1
answer55
viewsHow to send daily reports of blocked ASSP emails to each user?
I use ASSP as an email filter server. Often users of my domain request reports of blocked emails (sending email to the address set on "Request Block Report (EmailBlockReport)") However, I would like…
-
0
votes2
answers1436
viewsSend email attaching a local file
I need a PHP script that, when running, automatically sends a particular local file attached to an email. It is not a web form completed by the user. It is automatic sending when the script is…
-
0
votes1
answer515
viewsAmazon EC2 Linux Server without postfix sending email localhost
I set up a Linux instance on Amazon EC2, installed the basics to run a PHP application (Apache + PHP + Mysql). What surprised me was when I did a test using the function mail() PHP, I received in my…
-
0
votes0
answers331
viewsHow do PHP mail() send via Amazon SES?
How to make the function mail() of PHP use my credentials on Amazon SES to send transactional emails without using lib Phpmailer or having to install and configure the postfix/sendmail for that…
-
0
votes0
answers51
viewsError in sending email
I have an application in Delphi 2010 who sent emails normally by the components INDY. From time to time I can no longer send emails. I already changed the settings in my account GMAIL for: enable…