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
-
0
votes1
answer129
viewsHow to set up Laravel Sending Driver with Dynamic Sender
MAIL_DRIVER=smtp MAIL_HOST=smtp.gmail.com MAIL_PORT=587 [email protected] MAIL_PASSWORD=Senha123 MAIL_ENCRYPTION=tls How to leave [email protected] and MAIL_PASSWORD=Senha123…
-
0
votes1
answer515
viewsSending an email to Delphi
I am using the following code snippet for sending email in Delphi, but when trying to send an attachment, the attachment becomes part of the body of the email. What could be wrong? function…
-
0
votes0
answers42
viewsPhpmailer, read email in php
Good afternoon ! I did a search on the internet and I didn’t think much about, I don’t know if with phpmailer or any other tool that is better, I would have some way of monitoring the emails I…
-
0
votes2
answers443
viewsPHP email message in UTF-8
I’m trying to make a form able to send an email and I’m having a problem understanding how to send the email message in UTF-8, which I managed to do quietly with the subject of the email, but not…
-
0
votes1
answer246
viewsmailto attribute does not open
I’m using the html tag for email link: <a href ="mailto:[email protected]">Entre em contato</a> But it just won’t open, nothing happens. My OS is Windows 7 Ultimate 32bits Email server…
-
0
votes1
answer36
viewsCustomization of automatic emails wordpress
How do I customize these automatic user registration emails and Wordpress password reset? Which file?…
-
0
votes3
answers1454
viewssending email by smtp
I made a class that has the following code to send an email: try { WebMail.SmtpServer = "smtp-mail.outlook.com"; WebMail.SmtpPort = 25; WebMail.EnableSsl = true; WebMail.UserName = "meuemail";…
-
0
votes3
answers496
views -
0
votes1
answer69
viewsProblem with php Submit
I’m getting some blank emails, it just comes from an email "MISSING_MAILBOX@syntax_error". The others come all straight, with the email of the customer who fills the form define( 'OWNER_EMAIL',…
-
0
votes1
answer32
viewsre.search also validates invalid emails
I’m having some problems with this email validation. Any text I put in it validates and accepts. What causes this? import re def email_validation(email): regex =…
-
0
votes0
answers662
viewsCreate an Image embedded in the body of the email message
Good morning to all. I created an email marketing to send to my contacts with year-end layout. Finally, I noticed the way I send the image in html: <img…
-
0
votes0
answers37
viewsHow to upload as attachments in email
I am trying to make a form that sends an email with the form inputs and files that the user uploads. The part of sending inputs is already ready, I’m using the Magic Form (Martin M.) in the…
-
0
votes1
answer653
viewsError sending email form by PHP
I don’t know the right way to send data from a form to an email using PHP. So that’s the situation: Page contato.php: <form id="form-contato" action="enviar.php" method="post"> <h2>Fale…
-
0
votes1
answer66
viewsError sending php form
I am with a form that another programmer made and the emails from the site are no longer being sent, I can not find the error, also I am not very good with php. Someone can identify the mistake?…
-
0
votes0
answers12
viewsHow to set up DNS for Mailjet and Personal Email?
I always have doubts about the configuration of SPF and DKIM for Mkt emails using external platform (eg Mailjet) and how to reconcile this with the same configuration but for personal email…
-
0
votes0
answers21
viewsFormat Name 'name <[email protected]>'
I’m starting to work with Pgp, and came across this id format name <[email protected]> The same is also used in Raw email formats, to inform the sender or recipient, wanted to know the name if…
-
0
votes1
answer87
viewsSend e-mail with specific content of each line returned from mysql
I need to send an email warning the user that your request is expired, I go to the bank and search all records in this condition, the problem is that the body of the email has to be the content of…
-
0
votes1
answer779
viewsError sending simple email with python
I am learning to send emails with python. Early on, I came across an import error of the methods of the smtplib module, which generated this question: Import error when sending simple email with…
-
0
votes1
answer175
viewsSending email using phpmailer
I am trying to send an email with several variables passed via post. I cannot send the content of the email with all variables. What would be the correct syntax? Below is the code: $name =…
-
0
votes2
answers47
viewsProblem with sending email with php
I’m having a problem with my email sending code it works normally but my email arrives without formatting and showing the tags of html follows my code HTML <form id="form-elements"…
-
0
votes2
answers107
viewsProblems sending mail with mail()
I am trying to send the email, however is returned the success message, but the message is not sent. I send the data from the frontend to the backend with Angular and the data arrives straight, but…
-
0
votes0
answers1033
viewsSending email (outlook) with javascript
I found a code that makes the outlook open, but when I insert it into my code it does not work. BELOW THE CODE I FOUND <!DOCTYPE html> <html> <head> <title></title>…
-
0
votes2
answers178
viewsHow to add image upload to this php code?
I would like you to help me insert image upload into this php code! <?php $nomeresponsavel = $_POST['nomeresponsavel']; //pega os dados que foi digitado no ID subject. $telefoneresponsavel =…
-
0
votes2
answers322
viewsEmail validation php error
I am validating the email field of my form and in order to validate the e-mail structure I need help. When it does, I don’t want it to send the information to the database, I want it to give false…
-
0
votes0
answers260
viewsSend email attachments - sendmail function
I am developing a code in which I can send emails to my clients with several attachments, I have already made my code and it works , but in the attachments appears a file that I did not attach, I…
-
0
votes1
answer95
viewsMail() php function, request data
I did a project where I have a page of Pedidos.php that the action goes to this code below action="anexa.php". Everything works correctly with sending to the email, but I would like to, in a page of…
-
0
votes2
answers1933
viewsSend email in HTML format with background image and text on top of image
I’m making a website where the customer registers his email and when registering he will automatically receive an email with a newsletter. To send this email I am using Phpmailer <?php require…
-
0
votes2
answers35
viewsSending e-mail by Cdosysmail
I have a shipping code for e-mail, I picked up the sender via request form. and put into a variable like this: Dim nome, emailremetente nome = trim(request.form("name")) emailremetente =…
-
0
votes0
answers37
viewsEmail duplicity using PHP Mail()
I need help, I don’t know where is the error to generate e-mail duplicity only for $to. Below is my code: $mails = '[email protected]'; $Nome = 'Fulano'; $Email = '[email protected]'; $to =…
-
0
votes1
answer524
viewsE-mail with Javamail copy
I have a system that sends e-mail, works normally, I want to insert a field to send copies of email, a CC or Cco. follows below an excerpt of my code. Entity private String destino; private String…
-
0
votes1
answer514
viewsHow to send email simultaneously with Windows
I need my system to simultaneously send emails to all the emails in the comic book. Following the code below it only sends the first email from the list and still sends wrong. Sends to spam. And the…
-
0
votes1
answer68
viewsSystem of scheduling of emails
I have the following problem: A user performs a step of an X test, when he clicks to get the first result I need to create 9 e-mail messages to be sent to the 3-day logo, morning (7:00), afternoon…
-
0
votes0
answers109
viewsError sending email with PHP, Ajax and JSON
I have a simple form in PHP where the request is made through a Javascrit with ajax that calls the PHP file and returns a response in JON. But the answer I always have is negative, according to the…
-
0
votes2
answers231
viewsE-mail Marketing e colspan
I am studying HTML to use in email marketing and was looking at this email here: I understood the beginning of the code, but did not understand the application of colspan: <tr> <td>…
-
0
votes1
answer388
viewsFilter email by subject with PHP script
Well, I have a script that reads the email, but I have to pass as parameter the sequential number of the message I want to open. I would like to open the messages with certain Subject and perform…
-
0
votes0
answers46
viewsEmail search without domain
I’m doing a query to receive various data from BD, which includes entering the email field, but I don’t want to when doing searches to be shown emails because of the domain. For example, I have an…
-
0
votes1
answer129
viewsHow to turn email object into Stream, Buffer or String?
I’m making an email application and my server is being made in Hapijs, and I’m having trouble taking the email and turning it into a String, Buffer or Stream. I want to turn to these formats because…
-
0
votes1
answer69
viewsSend email after upload is complete?
I have the following function for sending emails using the nodemailer and a Hapijs server: let data = request.payload; if (data.file) { let name = data.file.hapi.filename; let caminho = __dirname +…
-
0
votes1
answer578
viewsCompare two object arrays?
I need to compare 2 arrays in Javascript, one that returns from a Mongodb query and the other comes from the email provider. The two comparison criteria are the email ID and the box to which it…
-
0
votes0
answers122
viewsAdditional emails are not being sent - Phpmailer - $mail->addAddress('[email protected]')
Good night. I have a somewhat curious problem. I have a client where I was hired to maintain his old site. As the same does not intend to update the site now, I’ll manage in the middle of that mess.…
-
0
votes2
answers407
viewsProblem - Form HTML + PHP does not attach
I need to make an application form for a web page and I need that form to send the information entered by the user and also to attach the attached file. What’s happening is that after testing with…
-
0
votes2
answers398
viewsImages sent as an attachment in e-mail with Thymeleaf
Hello, I’m sending a dynamic email template using Thymeleaf. The email is displayed correctly with the images, however, the images are also being attached in the body of the email, which should not…
-
0
votes1
answer320
viewsForm does not send email to another server outside of hosting
I am developing a website with contact form. The form is very simple only with name, email, message and subject fields. I have the site hosted on a server, but I need the data from form are received…
-
0
votes1
answer561
viewshow to insert 2 different recipients for sending form
I need the contact form to be sent to 2 different emails, the PHP code is working right, I just need to know where to insert the 2nd destination email: <?php $nome = $_POST['nome']; $idade =…
-
0
votes2
answers343
viewsGmail notifies that email is usually used to steal information when I use content-type ="text/html; charset=utf-8"
I use the Gmail API to send email’s marketing, and always respect anti-spam limits and standards. And yesterday I started sending mass emails, on average 2,000 a day, but after a while I realized…
-
0
votes1
answer83
viewscomposition and validation
Guys I have a struct called Contact with variables Std::string and a ready-to-use email validation class using regex. I am creating a program and not need to create another validation function for…
-
0
votes0
answers80
viewsSending Ubuntu PHP7 e-mail with error
I am unable to send email through my Vultr cloud account. I have an unblocked account to send emails but nothing happens when I send them. I have installed sendmail and when I send an email by ssh…
-
0
votes0
answers97
viewsApache Commons Email Base64 Image
I have software to send emails that use apache Commons email to send html emails, I also have in the database a string that represents an image Base64 example data:image/png;base64,iVBORw0K .... I…
-
0
votes1
answer81
viewsSeparate email body from within php tag
I want to separate the simple quotes from the PHP tag: I have a code that sends an email to clients. I’ll just put here the part of the code where I want to separate the simple quotes that is this…
-
0
votes0
answers93
viewsWordpress new user email
I am customizing the password definition email that is sent to the user when they sign up, but when I try to create the password definition link it is not taking the user login, I am using the code…