sendmail Questions

14

I have a docker container running PHP and Apache. The host is in an AWS instance which has the docker instance running. I am unable to send an email from the docker terminal. Is there any way to se...
Boylston asked 6/10, 2014 at 11:12

5

I want to send email using my office365 smtp credentials in laravel application. i have make changes in my .env file for email settings as below: MAIL_DRIVER=smtp MAIL_HOST=smtp.office365.com MAIL...
Obellia asked 14/11, 2018 at 11:12

3

I tried the below two commands. From: mail_id To: Recipient_mail_id Hi, this is my message, and I'm sending it to you! . echo "My message" | sendmail -s subject Recipient_mail_id ...
Unpaid asked 8/8, 2019 at 10:15

4

Solved

I have written an automated test that runs each night, and I would like to email the results each night once the test is finished. In order to do this I attempted to put the following at the end o...
Parris asked 12/8, 2011 at 14:54

12

Solved

I want to send an email from a Linux Shell script. What is the standard command to do this and do I need to set up any special server names?
Whisper asked 1/3, 2011 at 14:36

2

Solved

I am trying to send an email as a reply to a previous thread using SendGrid v3 APIs. But it always shows as a new email thread in Outlook. I am using "Message-ID", "In-Reply-To"...
Fireside asked 19/12, 2021 at 22:57

7

Solved

I have my email hosted at Rackspace Email and would like to use that as my mail server for the contact form on my website. Looking at the php.ini file, I'm only able to specify the sendmail_path o...
Goblet asked 4/7, 2011 at 15:35

5

Solved

I've got problems with sending emails after updating a Laravel 8 project using the Metronic 8 theme to Laravel 9. I didn't change any of my code related to emails, but now I got this error using th...
Granulite asked 17/2, 2022 at 10:28

6

Solved

I have a form that a customer is required to fill out. Once the form is submitted, I'd like to send the basic information from the form's Index view (First Name, Last Name, Phone Number, etc..) to ...
Martelli asked 6/11, 2014 at 16:24

6

I just want to send simple email for testing purposes, but when executing sendmail inside the container, I get sendmail: can't connect to remote host (127.0.0.1): Connection refused. What do I need...
Empedocles asked 4/8, 2017 at 2:48

7

Solved

I try to send mail using C# and yandex, but I get an error: Error 5.5.4 Error: send AUTH command first Here is my code. I try with different ports (587, 465..) and SMTP hosts (smtp.yandex.com...
Hakon asked 22/2, 2017 at 12:24

2

I have a little issue with Wordpress image, will be thankful for any help. I have existing database, which I import with dump. My Mysql Dockerfile listing below: FROM mariadb:10.1.20 COPY dump/...
Vivi asked 13/1, 2017 at 18:26

10

We are testing the new Office 365 beta, and i have a mail account on the Exchange Online service. Now I'm trying to connect a LOB application that can send smtp emails from my test account. Howeve...
Musclebound asked 5/6, 2011 at 17:50

4

Solved

I am using Google Apps for domain to host the email from my domain and I've setup the MX records on my site according to the Google documentation. Can I also use a "sendmail" server to send additio...
Scrooge asked 8/12, 2008 at 23:11

1

Solved

I have basic legacy asp.net web application (no mvc, no .net core) As of May 30 2022 google has stopped supporting less secure apps. So now if I want to send an email with [email protected] as...
Gilpin asked 14/12, 2022 at 3:47

5

Solved

I know that this question was asked before. When I call the PHP mail() function, it returns true. I checked my php.ini (I'v running CentOS): SMTP = localhost smtp_port = 25 sendmail_path = /us...
Preconscious asked 25/5, 2014 at 16:32

4

Solved

I have created one disk cleanup script which after cleanup sends a status email. now when I run this through command line, it executes perfectly but through cronjob its not able to send staus mail ...
Hippodrome asked 19/5, 2014 at 11:46

5

Solved

I have a function that can send mail on Laravel5 using this /** * Send Mail from Parts Specification Form */ public function sendMail(Request $request) { $data = $request->all(); $message...
Godfrey asked 1/10, 2015 at 8:0

2

My website sends emails to me with the same subject and they are being grouped into conversations even if I delete old ones (Mail, Gmail). I know I can change the subject to prevent this, but is th...
Blockish asked 2/5, 2014 at 17:52

2

Solved

I have problem with google and I can't send email to any gmail or Gsuite emails got report from mail server log Feb 17 12:16:30 server postfix/smtp[19451]: 853E35E55A: to=<[email protected]...
Hawks asked 17/2, 2022 at 11:34

4

I'm using the Nodemailer Node.js module to interface with sendmail. However, my emails go directly to the spam folder when reached by a Gmail account. Why are my emails being shit-canned? It must b...
Shantelleshantha asked 3/7, 2013 at 19:34

4

I understood that for changing sender's name with mailx I should do the following: mailx -r [email protected] -s "some subject" [email protected] But when I do that, I get: mailx: inv...
Jeffery asked 30/1, 2013 at 15:25

4

Solved

I'm running a bash script in cron to send mail to multiple recipients when a certain condition is met. I've coded the variables like this: subject="Subject" from="[email protect...
Greataunt asked 15/11, 2012 at 2:53

7

Is there a way to embed images into the body of an email using linux commands like mutt or sendmail? I used this mutt -e 'set content_type="text/image"' \ [email protected] -s "TEST" \ -i...
Rolandrolanda asked 17/1, 2013 at 14:19

5

Solved

I am using Amazon EC2 Instance for one of my project, I have installed LAMP on linux server and now while I am trying to send email using simple function it is not sending email also is not giving ...
Biyearly asked 8/11, 2013 at 11:50

© 2022 - 2024 — McMap. All rights reserved.