Questions tagged as 'smtp'

1
answer

Swiftmailer - Corrupted HTML on receipt

I'm having problems with Swiftmailer when I send a message and sometimes I get complaints that the content is completely broken (HTML removed). My software sends a lot of emails, and this problem happens almost every day, but we can not get a...
asked by 15.09.2014 / 20:39
3
answers

PHP Mailer - "Could not connect to SMTP host" [duplicate]

I'm trying to send an email using PhpMailer, but to no avail. My code is as follows: <?php use PHPMailer\PHPMailer\PHPMailer; use PHPMailer\PHPMailer\Exception; //Load composer's autoloader require 'vendor/autoload.php'; $mail = new...
asked by 18.02.2018 / 17:31
1
answer

SMTP connection error with C # (authenticated)

Below is the Script used when trying to send an error: SSPI call failed. the Client and Server can not communicate because they do not have a common algorithm. string CorpoEmail = file; MailMessage mailMessage = new MailMessage(); // E...
asked by 06.05.2017 / 14:08
1
answer

Sending email asp net - Gmail [duplicate]

Follow the email sending code, The reported error is in google's SMTP access. StringBuilder conteudo = new StringBuilder(); conteudo.Append("O Srº(ª) " + "<b>" + txtNome + "</b>" + " entrou em contato pelo site no di...
asked by 22.01.2016 / 18:01
2
answers

The SMTP server requires a secure connection or the client was not authenticated

I'm having the following error when working with SMTP and MailMessage in C #:    The SMTP server requires a secure connection or the client was not authenticated. The response from the server was: 5.5.1 Requested Authentica...
asked by 03.10.2015 / 02:06
1
answer

Error in class PHPMalier

I would like your help! Have the following class to send emails in php: <?php // Import PHPMailer classes into the global namespace // These must be at the top of your script, not inside a function use PHPMailer\PHPMailer\PHPMailer; use PHP...
asked by 12.11.2017 / 19:54
1
answer

Timeout limit trying to send email c # windows forms

I'm trying to create an application to send "forgot password" emails but without success so far I posted here a problem where the screen was freezing and gave time to the application, I was told to use background worker, so I'm using more now ev...
asked by 16.09.2017 / 22:47
0
answers

Error sending email: Connection refused cakephp

Hello everyone, I have a problem with sending email on a site that is hosted, the local server works normally, but after it gets hosted it does not work. I made the hosting by goddady, has anyone ever had this problem? email.php: class EmailCon...
asked by 06.09.2017 / 19:42
1
answer

I am not receiving emails in Hotmail through PHPMailer

I am here with a difficulty ... I am trying to send confirmation emails to my registry but mail does not reach Hotmail. This is my config public static function sendMail($subject, $body, $address) { $mail = new PHPMailer(); $mail-&g...
asked by 14.03.2017 / 00:18
1
answer

enter bash commands no expect

Good evening guys, I have an activity to do that needed me to use Expect to remove the user interaction in an SMTP communication. So in the body of the email I need to add the current date and size of a file. the code is like this #!/usr/bin/e...
asked by 28.08.2016 / 05:31