Most voted "sendmail" questions
9 questions
Sort by count of
-
3
votes1
answer588
viewsIs it possible to send an email via the "sendmail" command from a local machine?
I just learned to use my Amazon server to send emails with the command sendmail. Everything works perfectly. I wanted to know if I could do the same thing through my local machine. Because,…
-
2
votes2
answers57
viewsLawtex: How do I send a PDF of the piece by email?
I have a template that sends an email at the end, on the extra, and I’m having trouble getting it. The email sending code is the: sendMail(<advogadoDoCaso.emailAdvResponsavel>, “Atenção, já…
-
2
votes2
answers885
viewsSend email via c#
Good afternoon, I’m needing to send email via c#, ai for testing, wanted to know what are outlook/Hotmail credentials to send emails
-
0
votes1
answer1095
viewsSwift_transportexception error when sending e-amil using SMTP + Laravel 5.4
Speak Person, one more trouble, it’s as follows: I am trying to send an email through my application (api), where I develop with Laravel 5.4. The thing seems very easy, just not! My file . env is as…
-
0
votes0
answers73
viewsemail 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…
-
0
votes0
answers10
viewsConsume Microsoft Graph in VBA
I am a developer in VBA, and now I need to use the resources of Azure. I’m in need of help adding to my spreadsheet in App Logs Which option I choose here and what I fill in the other label? After…
-
0
votes1
answer165
viewsHow to pass dynamic data from a PHP form?
I am creating a form where a field is dynamic, I do not know how to pass this various data through the POST. Fields that are not dynamic I can send. The form: <form…
-
-1
votes1
answer58
views -
-3
votes1
answer45
viewsPhp mail() function does not work!
I have a system inside the xampp I’m developing, I tried to use the php mail function to send a password recovery email, but it doesn’t work. Someone can help me there for days that I have with this…