Most voted "smtp" questions
SMTP (*Simple Mail Transfer Protocol*) is a standard Internet protocol for the transmission of electronic mail (e-mail) over networks based on the IP protocol (*Internet Protocol*). Tag should not be used for SMTP servers that are not programmatically.
Learn more…78 questions
Sort by count of
-
0
votes1
answer25
viewsSend text fixers by python smtp
Exists some way to send fixers .txt by python smtplib? This is my current code: server = smtplib.SMTP('smtp.gmail.com:587') server.starttls() server.login(Sender, Password_SMTP) server.ehlo() body =…
-
0
votes2
answers1846
viewsSending multiple attachments by Email
I have a form where among the text fields there should be an option to upload several files at once and then send all this by Email. My code is working when I attach only one file, I get everything…
-
0
votes1
answer66
viewsInclude smtp authentication
My site is not sending emails when I put it on the client’s server, but on my site it sends it correctly (I use HOO.ST), on the client’s server, it shows this message Servidor de e-mails de saída:…
-
0
votes1
answer62
viewsGet Dominio for an unfinished website
Good people, I’m building a website and I needed to get a domain address for the contact page, more like emails. The problem is this, I am using phpmailer and I want the user to be able to…
-
0
votes1
answer63
viewsConversion from php form to smtp
The thing is, my form he didn’t have authentication, but the client server requires authentication, I made him authenticate, but now he doesn’t send. could they point out to me the mistakes so that…
-
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
answer94
viewsDoes disabled PHP Mail() function impact SMTP?
I am facing problems with Phpmailer, the class version is the 5.1, that is generating the following error: Could not instantiate mail function error that corresponds to an instance problem. Checking…
-
0
votes1
answer1024
views -
0
votes0
answers293
viewsError sending email in gmail with Phpmailer
I used this code for a long time and it worked very well until now it simply doesn’t work anymore, neither with outlook nor with gmail. <?php if($_SERVER['REQUEST_METHOD'] == 'POST' and…
-
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
votes0
answers654
viewsC# Failed to send emails using Smtpclient
I am getting the following error while running the system on the server with port 587: Mailbox not available Error stack: When I change the door to 465 and Smtpserver.Enablessl = true; timeout…
-
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
answers889
viewsSMTP connect() failed
Someone can help me, I am a few days trying to solve this error with Phpmailed. I have tried to use 3 different scripts, and always shows SMTP connect() failed, I’ve used the door 465, but gave the…
-
0
votes0
answers220
viewsSMTP connect() failed. outlook365
I searched in other similar topics and no resolved. Let’s say overnight all the emails on the site just stopped working, and now you’re having trouble connecting to the server. Look at the settings…
-
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
answer805
viewsSending e-mail with excel attachment - Python
import smtplib from email.mime.multipart import MIMEMultipart from email.mime.text import MIMEText from email.mime.base import MIMEBase from email import encoders email_user = '[email protected]'…
-
0
votes1
answer110
viewsOracle SMTP does not send hidden copy (BCC)
I’m trying to send a "Blind Copy" by our Email Sending Procedure by documentation would be ok , but is not sending or generating any error , the code is below , the sensitive items were exchanged…
-
0
votes1
answer63
viewsPhpmailer how to receive replies that email has not been delivered
I believe people don’t understand what I want to know. In fact I have already found a solution, which I am testing and I will describe it here. I don’t care if the email was sent successfully and I…
-
0
votes1
answer691
viewsPhpmailer "Language string failed to load: tls"
I am not able to send e-mail by Phpmailer 5.1, I used the following class: <?php require_once(__DIR__.'/../../PHPMailer/class.phpmailer.php');…
-
0
votes1
answer70
viewsI’m having trouble with the smtplib
The code only works when the subject and message(body) of the email are written in a few letters, I have no idea what it might be. import smtplib import config def send_email(subject, msg): try:…
-
0
votes1
answer22
viewssmtplib.Smtpserverdisconnected: Connection unexpectedly closed
I was trying to send an email with python: import smtplib from email.mime.multipart import MIMEMultipart from email.mime.text import MIMEText host = 'smtp.gmail.com' port = 587 user =…
-
-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
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
answer89
viewsProblem with Phpmailer sending emails
I am having problems in a project that uses Phpmailer, the same worked normally, but now is giving problem of Connection Timeout on the site, however when I run the script via terminal the same…
-
-1
votes1
answer322
viewspython emailing with several attachments
Good afternoon, I am new to programming especially in python and I am trying to send all the files of a certain folder as an attachment in an email. And digging on the Internet I managed to get to…
-
-1
votes1
answer154
viewsPython/Smtp - sending multiple emails
Hello, I am developing an email sending automation for a billing department that consists of checking a spreadsheet for customers who have not made a payment and sending an automatic email to those…
-
-1
votes1
answer54
viewsSMTP error - Gmail SMTP error
I am trying to configure the SMTP of my contact form via SMTP Gmail, and every time I will send an error Here is my code <?php require 'OAuth.php'; require 'POP3.php'; require 'SMTP'; require…
-
-4
votes1
answer155
viewsphp Fatal error: Cannot use Object PHPMAILER of type as array
I’m having trouble sending an email. Code <?php #inclui a classe PHPMAILER include("phpmailer/class.phpmailer.php"); //pasta em que a classe se encontra #instancia o objeto $mail = new…