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
-
1
votes1
answer1682
viewsHow do I upload files by sending the attachment as an email in Windows 5.3?
I’m making a page to work with us with uploading files(resumes), I would like to send this file by email attachment, but I’m kind of aimless. Can someone help me? Controller public function…
-
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
votes0
answers260
viewsIntegration test send e-mail
Today I have a system, which sends several emails. Many settings and upload rules. I need to add about 50 new rules, new emails Time formats with attached file, images and other "cositas" more. Like…
-
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
votes1
answer617
viewsSend email through outlook
I am trying to send e-mail using outlook, through Delphi7, I used this Documentation: Command-line switches to open the outlook with message parameter passing, conforms below: var…
-
1
votes0
answers602
viewsSlow mailing with Laravel?
I’m doing some mass mail testing but I’m finding it a bit slow the process being done with Laravel. The reason I was finding sending it slow is that I worked in a company where on average 50~60,000…
-
1
votes1
answer240
viewsIf within PHP Field
Good Afternoon, How to Make an if within variable value assignment. $html =' <body> <table width="100%" style="background:#00aeef;"> <tr><td> <table width="596" border="0"…
-
1
votes2
answers371
viewsSending email C# The remote name could not be resolved
I’m testing the email sending of the application for a password recovery option,I tested several ways, including email from another domain and hosting and everything works well, tested with gmail…
-
1
votes0
answers216
viewsError sending email: Connection refused cakephp
[CAKEPHP 2] Hello guys, I’m having a problem sending email on a website that is hosted, the local server works normally, but once it gets hosted it doesn’t work. I did the hosting by goddady,…
-
1
votes1
answer1580
viewsError in php Mailer
I am using the phpmailer function, follow the settings: $file = str_replace($comacento, $acentohtml, $file); require_once('../phpmailer/class.phpmailer.php');…
-
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
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
answer224
viewsDoubt Laravel Queue, Job, Mail
I’m trying to get my system from a cronjob, send email to a certain list, my problem is this: when I do it through a route have no problem any emails are sent! But when sending the email is done…
-
1
votes1
answer38
viewsWhat’s the best way to submit a form?
Good morning, I need to send the form that is completed, on the page I have several forms and I just have to send what will be completed. I wonder if the best way is to make each id for each form…
-
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
votes1
answer912
viewsHow to send data from a form with attached file to an email with PHP and AJAX?
I’m trying to send a file using the function mail() of php, problem that I am doing the tests and the email is sent but will not the file and the email is sent totally uncompromised, which may be?…
-
1
votes1
answer453
viewsHow to hide email address
I’m making an algorithm that sends emails, I’m able to send emails normally, but I wish I could hide the email address of the person sending to the recipient. Obs: when I say hide the email address,…
-
0
votes1
answer48
viewsInclude in the email only the dates that are about to end
I’m preparing an email to send, but I just want to include in it the dates that are to end within X days. At present I have so: while ($row = mysql_fetch_array($validade)) { $id = $row[0]; $Nome =…
-
0
votes1
answer196
viewsCakeemail sends email without message
I’m trying to make a form to send an email. This is sent correctly and with the name of the person, who is inserted in the form, in the right place, in the email Subject. However neither the email…
-
0
votes1
answer898
viewsAutomatically e-mail in PHP?
I have a website where you have a database, and in the same database, there’s a part where you have some dates, some of them that will still happen. What I wanted was that when each date of each row…
-
0
votes1
answer325
viewsInvent Registration Confirmation Procedure
The idea is after making the registration, send the user an email containing a link, where he can actually confirm the registration and only release the permission to log in. Just to have a little…
-
0
votes1
answer1069
viewsSend by php mail function data from a table
Hi Dev I am there some three days trying to work out a way to send data from a table by function mail php. Sending data from just one column is basically easy, but it gets complicated when I want to…
-
0
votes2
answers3939
viewsPHP MAILER - Error: The following Recipients failed
$email = $_REQUEST['email']; $mail->IsSMTP(); $mail->Host = "smtp.***.com.br"; $mail->SMTPAuth = true; $mail->Username = 'contato@***.com.br'; $mail->Password = '******';…
-
0
votes0
answers299
viewsProblems with SMTP connection on Uol Host
Hello, I’m having a problem, I can’t send an authenticated email via SMTP by Uol Host, the client has a windows hosting with PHP 5.2, and every time I try to send the email appears connect() failed…
-
0
votes1
answer141
viewsException released when using the Commons-email API
I’m trying to use the API Commons-Email as an alternative to the known JavaMail to send emails in Java but a problem is occurring. The following is being launched Exception: Exception in thread…
-
0
votes1
answer82
viewsLocal email server with graphical interface
During the development of the applications I need to test the sending of emails, it would be great if I could have a local server with a graphical interface, so just configure my application to send…
-
0
votes1
answer256
viewsSending image with phpmailer
I have a website that the fomulário needs to be authenticated,I’m using the phpmailer library, so far so good I got, however this form has a photo that should be sent together and I’m not able to…
-
0
votes3
answers868
viewsPHP - Sending form by e-mail
I wanted to know how to do in php for an html form to be sent to me by email, I searched tutorials on youtube, but they all only work with a host, I tried to emulate a server and could not run the…
-
0
votes1
answer66
viewsHTML code reading error in Mail.php function
So I created a contact form that I would need to have it formatted in the recipient email. That’s why I left HTML a little more structured and used CSS Inline for the settings, as dictated by good…
-
0
votes3
answers977
viewsEmail exiting with strange characters in PHP
Guys, I use a PHP + Mysql system, but every email that searches the e-mail data in the database as a subject, etc..., in the words where there are accents, everything goes wrong, an example: it’s…
-
0
votes2
answers902
viewsHow to send form fields by email in a table format?
My application takes some data that the user fills in the Textbox fields (txtEmpresa, txtContato, etc...) and sends it to a preconfigured email. I can send the data via smtp, but they are being sent…
-
0
votes0
answers35
viewsError sending email through the mail function
I need to make one form that send a message to a mail. I already used "mailto:...." but when I went to test I was always opening the outlook. So he went to research and I ended up with this code on…
-
0
votes1
answer55
viewsNo e-mail enough
I am trying to assemble a code for sending email on my page. No error occurs, but I also do not receive the email. Would anyone know why? Default.aspx.Vb Protected Sub btnEnviar_Click(ByVal sender…
-
0
votes1
answer142
viewsHelp - Registration Form
Good afternoon! I made a very simple registration form that sends the data to the e-mail. It was working 100% and simply stopped sending emails. After all the registration, by clicking " send " the…
-
0
votes1
answer94
viewsThe "Mailaddress.Displayname" property or indexer cannot be assigned, as it is read-only
I can already send an email normally. I just can’t change DisplayName. Follows code : var body = "<p>Email From: {0} ({1})</p><p>Message:</p><p>{2}</p>"; var…
-
0
votes1
answer765
viewsSend attached files by email form
I have a contact form template that I use on my websites. It uses JS to validate the content of the fields and PHP to send the data pro email. I wonder if it is possible to send files (images)…
-
0
votes1
answer1628
viewsSend Images in the body of the email
I am trying to send an image in the body of an email. I am mounting my html that goes in the email as follows: <html> <body> <img style='max-height:200px; max-width: 700px;…
-
0
votes0
answers55
viewsForm works on desktop but no responsive!
I’m having a problem that is the following I have a page.php page, which has some includes php pulling files that contains the structure of my form, which then sends to a page with "success"…
-
0
votes0
answers701
viewsHow do I send the form data to my email with html and javascript?
Hello, I would like to know how to send the completed form data to my email used html and javascript. Ever since I thank.
-
0
votes1
answer91
viewsemail by php using mail()
I’m making a website for an emresa but I can’t make the code that sends the email do so I’m using the php mail function <?php $Enviadopor = $_POST['e']; $Assunto= $_POST['a']; $Mensagem=…
-
0
votes1
answer108
viewsEmail Body Image - Code Igniter
I’m having trouble attaching an image to the E-email body using the standard Igniter library. I’ve done it like this: $cid = $this->email->attach('media/teste.jpg','inline'); $dados['cid']=…
-
0
votes1
answer1036
viewsHow to send messages at time intervals to a batch of emails
How do I get the loop to send every 10 emails or every X seconds? I want to prevent emails from falling into the spam list. And how can I get the code to read a file . txt with the listed emails and…
-
0
votes1
answer775
viewsMVC - How to load a template html page, modify it and send it by email
I am making a form that sends an email to the customer, this email comes from a template depending on the client’s stage. Ex: Estágio 01 envio o e-mail com a body vindo do modelo_01.html, se o…
-
0
votes2
answers1117
viewsEmail codeigniter SMTP error was encountered: 450 4.7.1
does that you can explain to me how I send email from a form by the servers Ocaweb, I have a website of a client hosted in Ocaweb, but the sending form does not work using the e-their mail, I wonder…
-
0
votes1
answer16660
viewsHow do I send an email from an HTML site form?
I have a template for an HTML site that has an email form,? <h3>Email</h3> <form method="post" action="#"> <div class="row uniform"> <div class="6u 12u(3)"> <input…
-
0
votes0
answers243
viewsSending email to gmail (Codeigniter), appears as spammer
I have a problem sending emails to Gmail through Codeigniter. Every email I send doesn’t show up the images and gets a Gmail message saying it might be a spammer. Is there any way to get over it?…
-
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
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
answers182
viewsError capturing Foreach data and sending to Phpmailer
I make an appointment at the bank and am printing on screen normally through a foreach. I’m having a hard time getting the data from foreach and send it to Phpmailer. My code: include "banco.php";…
-
0
votes2
answers309
viewsput checkbox value in the email?
How do I place whether or not the user has checked the form? Form: <form id="form2" method="post"> <input type="text" placeholder="NOME" value="" name="nome1" id="nome1" /> <input…