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
answer32
viewsSending email with dynamic inputs
I’m using a code like this: https://codepen.io/leoamrl/pen/Yayzoj to add fields to my form. How php would send forms like this? Follows current php code: <?php header("Content-type: text/html;…
-
0
votes2
answers1796
viewsFormulario Email React
I made a simple validation using react, and would like the 'b' message only to be available when the user clicked on submit how can I do? export default class LoginApp extends React.Component {…
-
0
votes0
answers41
viewsSend form to E-mail
<form method="post" action="phpmailer.php"> <input type="text" placeholder="Nome" name="nome"> <input type="email" placeholder="E-mail" name="email"> <button…
-
0
votes1
answer352
viewsHTML Image Base64 in emails
I have a python API that sends emails. The problem is that I mount an HTML and tag <img> and I put a clothesline from Base64 which is the src. However 90% of email services do not accept…
-
0
votes1
answer376
viewsC# how to send an email containing a hyperlink using System.Net.Mail?
I created a class for sending emails using the System.Net.Mail library. To send the message format in HTML. The message I am sending is as follows:: <div style="display: block; margin-left: auto;…
-
0
votes0
answers26
viewsConfirmation email
Good afternoon, I recently entered an email confirmation system for users who are signing up and it is working perfectly, however I want the users already registered confirm tbm but when I tried to…
-
0
votes2
answers389
viewsForm receiving email with blank data
The deal is that I created a form a few days ago and it worked fine, but I went to test it today and it receives the blank data. Could you help me, please? <?php var_export($_POST); exit; $name =…
-
0
votes1
answer191
viewsCommonsmail Javamail - Failed to send email
I am trying to send email using google smtp with the Commonsmail lib, in a web application, but this always generating a fault. I made a separate app and tested several settings, in which I saw…
-
0
votes1
answer894
viewsHow to send PHP emails using port 587?
I need to do an integration with the database, where the client makes the payment and the system takes this information as (client’s e-mail), transaction status (approved), (transaction date)…
-
0
votes0
answers138
viewsSend Email with Ruby
Good night! The scenario I find myself in is this:: I have a canvas that presents an already completed form. At the bottom of the screen, there is a button to send the link from form by email. And…
-
0
votes2
answers296
viewsForm registration confirmation email with codeigniter
Eai personal. I have the following scenario... I wanted to send an email to the user of my site. For example: - Welcome to the Fulano company, wait for us to contact you soon. This is just an…
-
0
votes0
answers18
viewsMail() function is coming online
I’m having trouble breaking line in the body of the email. I tried so many ways and I can’t. <?php function enviarMensagem($dados) { // Dados dos funcionarios $nome_usuario = $dados['nome'];…
-
0
votes0
answers61
viewsProblem to send email with mailtrap using Docker(Mongodb)
I am studying the development of an API and I am having problems using mailtrap to test send email during user validation. The user is written to Mongo but it does not send the email and returns the…
-
0
votes1
answer228
viewsDebian Linux Phpmailer: EOF Caught while checking if Connected
Hello! I’m having a problem using Phpmailer for an email sending via an external SMTP. When I try to run the code, it always shows the following error at the end: SMTP -> NOTICE: EOF Caught while…
-
0
votes1
answer101
viewsHow to get the Gmail source code using Python3
I am accessing the Email using this code I found and adapted: import requests from bs4 import BeautifulSoup form_data = {'Email': '[email protected]', 'Passwd': 'senhaexemplo'} post =…
-
0
votes0
answers76
viewsError in Function mail() Windows Uol Host Platform. Returns 1 (True) but the email does not reach the recipient!
I have two simple functions that trigger e-mail (Recover Password). One works perfectly, the other does not accuse error, but the email does not reach the recipient. I would like a possible…
-
0
votes2
answers158
viewsField Validation in html and php
I would like a help to validate a field in the form to check if there is already a same email that the user type in the database. When the user clicks on the "register" button he will send directly…
-
0
votes1
answer69
viewsDoubt Javamail - Attachments coming null
I have an application that downloads the attachments that are sent in a certain e-mail and works perfectly. There arose the need to do the same thing in another email. The two are gmail. However,…
-
0
votes2
answers150
views -
0
votes1
answer466
viewsError sending email ASP.NET
I am with a client and he is having problems sending email by the application in Asp. The code is as follows: string nomeRemetente = "Remetente"; string emailRemetente = "[email protected]";…
-
0
votes1
answer153
viewsPHP Mailer - email does not reach the inbox
I started using phpmailer by the very example of the git page, it gives everything ok, echo goes to "message sent", but the message does not arrive in the email box, someone can say why? <?php…
-
0
votes0
answers50
viewsImage I insert into the email body using Tinymce does not appear in the email
I’m trying to send an email with one or more images I uploaded using the tinymce textarea, where I write the email to be sent, I write what I want and upload the image, it appears there but does not…
-
0
votes1
answer37
viewsFailed to send email ASP
I have the following code for sending emails, but it is giving error, does not inform of much information just appears "Failed to send email." I’ve changed the door, changed it EnableSsl for true…
-
0
votes0
answers69
views -
0
votes2
answers2436
viewsSMTP Debug with Phpmailer
would like to identify a problem in the following code: try { $mail = new PHPMailer(true); $this->setLanguage("br"); $this->isSMTP(); $this->SMTPDebug = 4; $this->SMTPAuth = true;…
-
0
votes2
answers170
viewsBlank, unanswered, email form - PHP
Good afternoon, everyone, I’m not an expert in php and I’m trying to make an email form, but when I click send it a blank screen appears, no errors and also no sent message, could anyone help me?…
-
0
votes0
answers17
viewsI do not receive any email when running mail()
I’m trying to take data from a form and email it using the PHP mail() function, but the function is simply not working. Form: <form class="col s12" method="GET"> <div class="row">…
-
0
votes1
answer85
viewsSend e-mail with attachment in PHP
Hello, I’m using the following code: <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="UTF-8"> <title>Enviar e-mail com anexo</title> </head>…
-
0
votes1
answer21
viewsReceive Email with Android Java
I have this simple screen <?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"…
-
0
votes0
answers32
viewsHTML Signature Changing Image Address by Link
I am creating an HTML signature for the emails, but I noticed a problem that occurs only on Android, and prevents the images to be loaded properly. It replaces the image address by a link, as below…
-
0
votes2
answers68
viewsSending email in HTML format via an Ajax JS request to an API that uses Curl in PHP
Good afternoon to all! I am structuring a contact form for a website and am using an API from sendgrid, available via rapidapi (https://rapidprod-sendgrid-v1.p.rapidapi.com/mail/send). With this, we…
-
0
votes0
answers26
viewsHow to reply to the recipient when receiving the email
<div class="site-contact"> <h1><?= Html::encode($this->title) ?></h1> <?php if (Yii::$app->session->hasFlash('contactFormSubmitted')): ?> <div class="alert…
-
0
votes1
answer121
viewsPython error 535, Incorrect Authentication date for sending email (Solved)
Good morning, my application already hosted and running until last week, began to present this error: 535, 'Incorrect Authentication data' at the time the e-mail is requested. At first glance I…
-
0
votes1
answer22
viewsSend a copy of the form to the company and to the customer
Hello! I have a problem sending a form. When submitting, the completed data is sent to my email. However, I would like a copy to be sent to the completed email on the form. I have tried some codes…
-
0
votes0
answers30
viewsMy images in my HTML email are not showing
This problem is only happening in Outlook Webclient.com. I am creating an HTML for an email and some images are not trimming, actually the src attribute is being replaced by a transparent 1x1px…
-
0
votes1
answer31
viewsCreating email with text and HTML does not work | Email spacing
I’m having difficulty creating an email on pandas that will send a text and an HTML. Dear, Sending test; • Over the phones: XXXXXX - XXXXXXXXX • TEST Rejected (s): HERE COMES AN HTML TABLE THAT…
-
0
votes0
answers13
viewsIntegration with the Mailgun API
I’m trying to get events and emails from Mailgun users through their API. I already consulted the documentation and I can’t get this data and put it in my application. I can only get the answer from…
-
0
votes0
answers29
viewsError sending email to localhost
I am trying to send emails via html data, using xampp, but is returning me the following error: "Warning: mail(): Failed to connect to mailserver at "localhost" port 25, Verify your "SMTP" and…
-
-1
votes2
answers221
viewsDoubt to Link form in PHP to send by email
I have a small problem at the time of connecting the contact form to be sent by email, it is not sending by email and I could not understand the reason for this, follows below the html code with the…
-
-1
votes1
answer56
viewsChange view when clicking on another item?
I’m making an email application and I want when I click the email being viewed to change. What I want to happen is: I want to apply the same function in both parts. As for clicking on the email, if…
-
-1
votes1
answer85
viewsImport Emails to a CRM
I would like to know how to integrate the messages sent via CRM in php, and when the person responds, can import the email automatically to CRM. I imagined something like this, enable the mail on…
-
-1
votes1
answer112
viewsCodeigniter error
Well, at the company’s developing INTRANET, I did a memo piece and simple Osti, but both are not working. They’re almost the same, follow code: CANVAS // Tela de envio de OSTI case 'enviar_osti':…
-
-1
votes1
answer30
viewsPlace date command inside e-mail
I own a script, and would like it to send an email to users informing the time that the same was executed. Example: $script_deploy.sh # Envio de e-mail aviso deploy echo "=> Envio de e-mail para…
-
-1
votes1
answer126
viewsEmail outlook using Flask
I’m trying to create a code that sends email outlook with flask, but for some reason it won’t, I tested with gmail, tbm is not going from flask import Flask from flask_mail import Mail, Message app…
-
-1
votes1
answer48
viewsEmail php error , I can not at all
Renewing ask, I used Phpmailer in a php file , as I put it on my site(html), for people to send me msgs to gmail...
-
-1
votes1
answer191
viewsSwap the letters of the beginning of an email with another character
I’m trying to replace letters with asterisks of an email using the preg_replace() php, but php takes all the letters in the email, but I just want to put the asterisks in the first letters. example:…
-
-1
votes1
answer966
viewsPhpmailer does not work email
I have the code to follow: require_once('c:\wamp64\www\phpmailer\class.phpmailer.php'); $mail = New PHPMailer(); //$mail-> ErrorInfo; //exit; $mail->IsSMTP = true; //$mail-> ErrorInfo;…
-
-1
votes1
answer66
viewsI can not send data from Angularjs to PHP
I would like to send an email using Angular JS and PHP, but I don’t know why my data is not passing. index php.: <section id="contact" ng-controller="DbController"> <div class="contato">…
-
-1
votes1
answer81
viewsPHP Email Form: Sending arrives, but completed data does not
I’m having trouble sending my form data in my client’s PHP. What is going on? The filling in the form is being done normal. Send in the email? Yes, only the HTML arrives by e-mail, but the data that…
-
-1
votes3
answers1942
viewsError sending email on Laravel 5.7 - Swift_transportexception
Hello, I’m trying to send an email using Laravel 5.7, and I had some problems. I wrote a view for my email. Then I send the email rendered by the Controller, as follows:…