Questions tagged as 'email'

2
answers

Send e-mail by attaching a local file

I need a PHP script that, when executed, automatically sends a certain file attachment location in an email. This is not a web form filled out by the user. It is automatic sending when the script runs whenever someone opens the page.     
asked by 02.04.2015 / 15:53
1
answer

How do I send daily ASSP blocked email reports to each user?

I use ASSP as an email filter server. Often my domain users request blocked email reports (sending email to the address set to " Request Block Report (EmailBlockReport) ") However, I would like to schedule the automatic submission of...
asked by 16.07.2014 / 14:03
1
answer

Importing Emails to a CRM

I would like to know how to do an integration of the messages sent via CRM in php, and when the person responds, be able to import the email automatically to the CRM. I imagined something like this, enable the email on the server, pegatudo, a...
asked by 03.01.2018 / 02:59
1
answer

PHP form for email: sending arrives, but the filled data does not

I'm having trouble sending my form data to my client's PHP. What's happening? Fill in the form is normal. Send in the email? Yes, the HTML only arrives by email, however the data that is filled in the form does not. I have already looked h...
asked by 10.11.2017 / 13:34
1
answer

How to check if an email exists?

I would like to know how to check if an email exists / is real. I'm doing a site (in ASP.NET), which for the person to do "register", has to enter an email and a password. But how do I check if the email is real? I know I could check if you have...
asked by 23.08.2017 / 15:05
1
answer

PHPmailer does not work email

I have the following code: require_once('c:\wamp64\www\phpmailer\class.phpmailer.php'); $mail = New PHPMailer(); //$mail-> ErrorInfo; //exit; $mail->IsSMTP = true; //$mail-> ErrorInfo; //exit; $mail->SMTPSecure = "ssl"; //$mail-&...
asked by 09.03.2017 / 18:53
1
answer

I can not send data from Angularjs to PHP

I would like to send an email using Angular JS and PHP, but I do not know why my data is not passing. index.php: <section id="contact" ng-controller="DbController"> <div class="contato"> <div class="container wowload bounc...
asked by 29.04.2017 / 00:16
0
answers

Help Commons-Mail Mass Mailing

Hello I am testing a code that I plan to implement soon. The question is about SimpleEmail from the commons-mail library. When I use it to send e-mail by typing directly into the code. So: SimpleEmail email = new SimpleEmail();...
asked by 27.12.2018 / 19:01
1
answer

Change view when clicking on another item? [closed]

I'm making an email application and I want it to change when I click the email being viewed. What I want to happen is: I want to apply the same function in both parts. As for clicking on the email, if I click on the sender2 I want...
asked by 25.08.2017 / 15:44
1
answer

error codeigniter

Well, in INTRANET in the development of the company, I did a part of memo and osti simple, but both are not working. Are almost equal, follows code: FABRIC // Tela de envio de OSTI case 'enviar_osti': $CI =&...
asked by 26.04.2016 / 19:54