Questions tagged as 'smtp'

1
answer

xammp installation

Good I am new to this, the fact is that I have made a web page, and after several times I realized that I did not install the mercury module of the xammp, the fact is that for something else I want to do, I need a server mail, and I would like t...
asked by 22.10.2018 / 19:04
0
answers

Send mail with ASP .NET in visual studio 2017

hello good afternoon my problem is the following codie to send emails from my visual studio 2017, but the problem that once I do run the program and charge all fields, I click the send button is waiting for a time (I have to understand that it t...
asked by 20.11.2018 / 19:31
1
answer

Receive emails from gmail

How can you receive Gmail emails from Python? #Ya logra conectar con gmail. import smtplib, getpass from email.mime.multipart import MIMEMultipart from email.mime.text import MIMEText print("email con Gmail") usuario = input("Cuenta de gmail:...
asked by 04.05.2018 / 07:46
1
answer

Difference between SMTP and SMTP relay

I wanted to ask you, what is the difference between SMTP and SMTP relay. And how should the latter be implemented in .net. This is my SMTP code String _fromAdress = "pepe"; String _smtpserver = "Smtp.Gmail.com";...
asked by 28.05.2018 / 21:11
1
answer

How to attach an image to an email, using the smtplib python library

What should I modify / add so that this piece of code can send attached images? def send_email(usuario,paswor,correo): try: server=smtplib.SMTP("smtp.gmail.com:587") server.ehlo() server.starttls() server.login(config.EMAIL_...
asked by 27.08.2018 / 22:23
1
answer

How to send a pdf created with fpdf by mail using PHPMailer?

I happen to have a code that generates pdfs perfectly with the fpd library. But at the end of this, I added another library with its corresponding code to send me this pdf generated by mail with PHPMailer, and what happens is that it sends me th...
asked by 25.12.2018 / 07:32
0
answers

How to read mail using SMTP from C #?

I have to read an inbox (Inbox Outlook Microsoft Exchange) of an email, I have the email account, the password and by the mail server I have the host (the email is configured as SMTP NOT POP3 or IMAP ) and the port. This is my code private...
asked by 05.09.2018 / 20:47
0
answers

cpanel mail from hostgator reaches spam

Good morning, I've done a thousand laps with this problem, GoDaddy had a service called Workspace email which did not run on the cpanel but on the user account but it was not a commercial mail as Google offers with G Suite. example which costs a...
asked by 21.08.2018 / 05:44
0
answers

CDONTS.Newmail in Windows server 2016

I have a problem with my classic asp code, I know it's quite old but I do not have access to change it. The fact is that we are migrating all the code to a new server with windows server 2016 and it does not work when sending emails. He tells me...
asked by 02.07.2018 / 18:33
0
answers

Unknown User 550 5.1.1 - Sendmail Fedora

I'm doing a project at the university where I asked to set up a mail server, for this I'm using Sendmail as an SMTP service, I already configure sendmail.mc correctly and it allows me to send emails to remote addresses, the problem arises when I...
asked by 26.07.2018 / 23:56