Questions tagged as 'sendmail'

1
answer

Is it possible to send an email by the "sendmail" command of a local machine?

I learned a short time ago to use my Amazon server to send emails with the sendmail command. It works perfectly. I wanted to know if I could do the same thing through my local machine. Because, theoretically, the server is also a machi...
asked by 18.07.2018 / 18:13
2
answers

Lawtex: How do I submit a PDF of the piece via email?

I have a template that sends an email at the end, in the extra, and I'm having trouble getting it. The email sending code is: sendMail(<advogadoDoCaso.emailAdvResponsavel>, “Atenção, já está disponível a prévia com testemunhas do...
asked by 06.12.2018 / 16:38
2
answers

Send email via C #

Good afternoon, I need to send email via C #, so for testing, I wanted to know what are the credentials of outlook / hotmail to send emails     
asked by 03.08.2018 / 19:30
0
answers

Sending E-Mail with PHP

I'm having problems on the company's registration page where we are not receiving the contact email. I created a simple page to test without taking the air to the main page. I realized that only when sending to emails of the domain we did not re...
asked by 10.09.2018 / 21:22
1
answer

How to pass dynamic data from a PHP form?

I'm creating a form where a field is dynamic, I'm not sure how I would pass these various data through POST. Fields that are not dynamic can send. The form: <form action="files/includes/contact/contato-orcamento.php" method...
asked by 14.04.2018 / 16:02
0
answers

send email using php

People my program is giving a single syntax error on the penultimate line and I do not understand why. Someone help me pf. <?php session_start(); setlocale(LC_CTYPE,"pt_BR"); require_once 'PHPMailer/class.phpmailer.php'; req...
asked by 06.10.2017 / 21:01
1
answer

Swift_TransportException error while sending e-amil using SMTP + Laravel 5.4

Speak Person, one more trouble, is as follows: I'm trying to send an email through my application (api), where I develop with Laravel 5.4. The thing seems very easy, just not! My .env file looks like this: MAIL_DRIVER=smtp MAIL_HOST=mail...
asked by 14.09.2017 / 04:54