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
answer54
views{HELP} I will change the Radio Button Link in a Form, but it does not arrive in the email
I have a problem in a form, I need when choosing a radio it change the link to where the information goes,that I could, but in the email is not getting the form information Someone can help me?…
-
-1
votes2
answers784
viewsEmail form validation with javascript
I created a form to send email, I can send the email but I can’t check if the fields are filled. <script type="text/javascript"> function checkEmail () { var name = document.form.name; var…
-
-1
votes1
answer2015
viewsTransaction failed. The server response was: 5.7.1 <email>: Relay access denied
I have this code for sending emails and is returning the following error: Transaction failed. Server response was: 5.7.1 : Relay access denied Would anyone know tell me the problem? I’ve checked…
-
-1
votes1
answer239
viewsMy php code for sending email is not being loaded
I have the following code to send email from my form <?php // alterar a variavel abaixo colocando o seu email $destino = "[email protected]"; // emails para quem será enviado o formulário…
-
-1
votes2
answers45
viewsHow to submit form and how to leave without refresh
I’m trying to send my form to my email, but it only returns the message "No Arguments Provided!". I don’t know what I’m missing. And I would also like to know how to send the form and appear the…
-
-1
votes1
answer38
viewsCamouflage Sender using Smtpclient
Eae you guys, beauty? I am making a very simple email Nder, but I found myself in a question that I can not solve... My first idea was to get a temporary email address to use as a Sender... But…
-
-1
votes1
answer33
viewsPhpmailer - does not work
so I’m trying to make a form to send some information in my email, it is returning successfully but ends up not sending the email. php. <?php include_once('phpmailer.php'); //Chama o arquivo…
-
-1
votes1
answer44
views -
-1
votes1
answer119
viewsError while sending email
I’m having a boring mistake, I can’t fix it a few days ago. I searched, but I couldn’t find anything on how to remove it. Error: The SMTP server requires a secure connection or the client was not…
-
-1
votes1
answer661
viewsPython sending multiple email with different attachments
I’m creating a bot in python, for sending emails to some people with different attachments, the code is like this: import win32com.client as win32 import time import os #Informações do e-mail…
-
-1
votes1
answer41
viewsSend an e-mail to R
I’m trying to e-mail through the R with the package mailR. I put the information that the package requests, but testing with different emails, I end up getting the same error. My code:…
-
-1
votes1
answer50
viewsMautic insert image into Email body
This is the message I sent to several sites: nothing yet.... I am a user with little experience in the use of mautic and I already have a big problem to solve by attending an Ong that works with…
-
-1
votes0
answers19
views -
-2
votes1
answer331
viewsSend email to different servers
I want my program, done in C# using a web service, to send an email every day with an attachment to some email addresses from different servers. I was watching a tutorial and I had a question. The…
-
-2
votes1
answer55
viewsH3 inside table email marketing
Talk guys, I need to apply an H3 inside a table, on a td but at its bottom position. Because I have an image and I need to play a title for the image. I tried with the position application but it…
-
-2
votes1
answer187
viewsSending form with attachment - Javascript
Good morning to all, I am developing an extremely simple e-mail sending system using javascript (Jquery). I can already send the email using smtpjs. the first part of my system is OK. However I…
-
-2
votes1
answer27
viewsHelp with SQL and PHP
Good afternoon, I need a help, I’m beginner in php I have the following code that works and sends the e-mail all right. <?php $host =…
-
-2
votes1
answer100
viewsAssign automatic email sending to a button using nodemailer
I own a site and I would like that when the user sent a message through the contact, the site sent me this message via email... already configured the sending and is working using NODEMAILER const…
-
-2
votes1
answer61
viewsMy contact form is coming to destination email as "Undefined"
everything was working perfectly, however, when I fill out the form information and click to send, the email arrives like this: Name: Undefined Email: Undefined Message: Undefined Can anyone help me…
-
-2
votes0
answers15
viewsError sending simple JAVA email
I have a problem trying to send an email in Java I’m using Apachenetbeans. Could someone help me? package bancoteste; import org.apache.commons.mail.DefaultAuthenticator; import…
-
-2
votes0
answers32
viewsSend Email as type "meeting"
I need to send email automatically. I can do this already using the nodemailer. But, I need this email to go as Invite (Meeting). Because, when the person clicks "Yes", it will save the reminder in…
-
-2
votes0
answers16
viewsWhen I send the email, the HTML of the $message does not work and the email arrives with the tags... My code is
<?php //error_reporting(E_WARNING); //ini_set(“display_errors”, 0 ); date_default_timezone_set('America/Sao_Paulo'); //Variáveis $nome = $_POST['nome']; $email = $_POST['email']; $empresa =…
-
-3
votes1
answer82
viewsHow to skip the line in python input?
Hello I’m making a code here to send emails, and I wanted that at the time of the inputs of the message when I hit the Enter it jumps the line and does not stop the input, that it only stops when…
-
-3
votes1
answer45
viewsPhp mail() function does not work!
I have a system inside the xampp I’m developing, I tried to use the php mail function to send a password recovery email, but it doesn’t work. Someone can help me there for days that I have with this…
-
-3
votes1
answer37
viewsPhp - send e-mail!
I would like to include the $nome and $email in the body of the message, but I’m not getting. <?php // recebe as Variaveis $nome = $_POST[“nome”]; $email = $_POST[“email”]; $emailDonatario =…
-
-3
votes1
answer876
viewsEnviar Email via PHP
Hello, I’m trying to use this code: <?php $nome = $_POST['nome']; $arquivo = $_FILES["arquivo"]; $assunto = $_POST['assunto']; // Para quem vai ser enviado o email $para = $_POST['email'];…
-
-3
votes0
answers18
viewsI need help creating the send email function in php
<div class="container" id="fh5co-contact"> <div class="fh5co-spacer fh5co-spacer-sm"></div> <div class="col-md-12"> <div class="fh5co-section-heading"> <h2…
-
-4
votes2
answers762
viewsSend email with PHP
Guys, someone take a step by step of how I do in PHP to send emails, Phpmailer or mail(), whatever, sending the email matters, I’ve tried everything and not getting it at all. Here’s the code I’m…
-
-6
votes1
answer700
viewsSend data from a form by email
Ola would like to know how to send data from a form by email. and this form contains a profile image. example: photo profile: name: age: sex: after saving this data wanted to give a long click on…