Questions tagged as 'email'

1
answer

Send mail function attachment php

Good afternoon, I always use PHPMailer to send emails, but I do not know why this time I could not configure it on the server. So I am using the code below to send and the question is if not put the headers it sends the messages with the POST da...
asked by 08.11.2017 / 18:34
0
answers

Send selected data to an external Json list for e-mail (Fipe Table Query)

$(document).ready(function() { var urlBase = "http://fipeapi.appspot.com/api/1/carros/"; $.getJSON(urlBase + "marcas.json", function(data) { var items = ["<option value=\"\">ESCOLHA UMA MARCA</option>"]; $.each(dat...
asked by 08.10.2017 / 23:12
1
answer

Error sending production email

I'm using javaxmail to send the email via the system, but locally I can send the email without problems, but when I put it on the server it returns the error:    java.lang.RuntimeException: javax.mail.AuthenticationFailedException...
asked by 30.08.2017 / 19:53
0
answers

Check if e-mail was embedded with embedded image or other form

I am sending email notifications with phpmailer. These notifications are very important because they are firewall reports and I need to know when the person who should receive them read this message. I researched and one of the ways I thought...
asked by 20.08.2017 / 23:45
0
answers

Decrypt IMAP email?

I am receiving emails in my application through IMAP, and everything is showing up the right way except the text that is encrypted, how do I decrypt or configure it to not be encrypted ?? I am using the node-imap library to receive and the...
asked by 22.08.2017 / 22:37
1
answer

Send application direct email

can you send an email with a direct suggestion of the Application, without opening an external application, type Gmail? Example: A field where the person places the email and another field it per suggestion and a submit button. After all the...
asked by 03.07.2017 / 22:09
0
answers

Unknown PHP and Telnet error

I'm not able to send email using Telnet and PHP. The code connects to the server, however, from an unrecognized command. $replyTo = '[email protected]'; $emailsTo = '[email protected]'; $headers = 'Email Teste'; $emailSubject =...
asked by 11.05.2017 / 21:22
0
answers

Send email with PHPMailer and Cron (Ubuntu)

To schedule email submissions, do you have to do something other than put the file inside the /etc/cron.daily folder (for daily submissions)? This code works when I run directly on the server, do I need to edit some other file to send the schedu...
asked by 30.03.2017 / 03:31
0
answers

E-mail not accepting reply

I am sending a confirmation email of registration to a client using PHPMailer. I would like to know how I can not send a reply to the client, just click on the link and confirm the registration. Is there a default e-mail for the setFrom, as in t...
asked by 14.02.2017 / 20:34
0
answers

timezone error indy10 delphi [closed]

I have a screen that sends email using Indy10 but it sends with the wrong time zone. He is sending the email always with 2 hours of delay, that is, if he sends the 17:00 he marks in the email as sent at 15:00. I checked in several sites but what...
asked by 11.11.2016 / 16:38