Questions tagged as 'smtp'

1
answer

Email sending works locally but not on remote server

I have a problem sending email using a server I created in a contracted data center. Sending e-mail works locally normally, although SMTP is in a well-known hosting company (I've seen that they allow 20 emails per day for international IP). I...
asked by 19.01.2014 / 18:26
1
answer

PHPMailler Error sending SMTP email connect () failed. UOL HOST

Hello, I have a problem regarding the connection with Uol's SMTP, I'm trying to send email without any success. // Inicia a classe PHPMailer $mail = new PHPMailer(); // Define os dados do servidor e tipo de conexão // =-=-=-=-=-=-...
asked by 17.11.2015 / 03:14
2
answers

How to send text formatted with TidMessage smtp and richedit

Hello. I am trying to send an email with formatted text to use my delphi program only that instead of being sent a text is sent a .trx file as attachment. I'm using: TidMEssage - > IdMsgSend // tidSMTP // RichEdit the shipping code is as...
asked by 29.11.2016 / 13:47
2
answers

Attachment submission with PHPMailer

I'm using PHPMailer to send attachments via contact form. Form front end: <form action="mail.php" method="POST" enctype="multipart/form-data"> <input type="hidden" name="tipo" value="trabalhe-conosco"> <input class="input_1...
asked by 16.08.2017 / 22:51
1
answer

Sending Email with PHP

I have a website where the server has just blocked the email sending from another provider, only allowing the email with the domain itself, I made the change from FROM to an email from my domain and it worked, but the received e-mail appears wit...
asked by 18.01.2017 / 13:46
1
answer

The method that sends email works, but how to prevent the amount of incoming emails from being spam?

I have a method that sends email back ground that works well, but I need to make sure that as the amount of incoming email does not come from Spam. I have already researched the Java Message Service (JMS) framework but I have not found a way to...
asked by 19.02.2015 / 20:53
2
answers

Problems with PHPMailer and large emails

I have a problem sending an application email. I've already tried PEAR_Mail in conjunction with PEAR_Mail_Mime and now with PHPMailer (which I found to be more readable). What's happening? When I send out an email a...
asked by 17.06.2014 / 16:45
1
answer

Problems attempting to send email via smtp server

I'm developing an application which sends emails to the smtp.gmail.com server. When I'm connected to an ordinary network, it works perfectly. But, the network of my company occurs the following error:    System.Net.WebException: Unable to...
asked by 16.02.2017 / 18:19
1
answer

Creating and configuring e-mail in AWS (SES)

I have an application in PHP and I need an email that will only serve to confirm registrations in my system ([email protected]). I was taking a look at Amazon SES, however, I had some doubts: How to create a custom email, such as: no-r...
asked by 22.11.2016 / 18:00
1
answer

Sending SMTP mail in WordPress via server with self-signed certificate

I have a WordPress Multisite (4.3) on a server where the sending of emails is blocked. To send e-mail, an external server with authentication must be used. By default, WordPress's native wp_mail() veloper function internally uses PHPMailer wh...
asked by 27.08.2015 / 17:45