Skip to main content

Questions tagged [sendmail]

DO NOT use as a general tag for sending email. This is about "sendmail", the general purpose email routing facility that supports mail transport via TCP/IP using SMTP

0 votes
1 answer
18 views

Why can user name "www-data" be added to the sender's address in mail, sent by sendmail? [closed]

I am using sendmail. In the genericstable file I have set emails for local users. When I send mail, the sender is correct, but, under www-data, it is in the www-data <address> format. Why is the ...
Dux's user avatar
  • 79
0 votes
1 answer
58 views

Send mail function is not working, it gives no authorization to send mail. But the authorization is there and it sends email on test email function

function onEdit(e) { try { var ss = SpreadsheetApp.getActiveSpreadsheet(); var sheet = ss.getActiveSheet(); if (sheet.getName() === "To Do List" && e.range....
Janda Devi Nepal Energy Files's user avatar
-1 votes
1 answer
33 views

Issue with linux postfix /usr/sbin/sendmail: is there a limit on max number of TO addresses? [closed]

I have a distribution list with 101 email address that I use for this command /usr/sbin/sendmail -bm -v -f'[email protected]' -t < /tmp/mailGm8zV8 /tmp/mailGm8zV8: MIME-Version: 1.0 From: XXXX....
Stefano Radaelli's user avatar
0 votes
0 answers
21 views

How to disable verification peer in Django

In localhost my configuration works fine but in production i recieve a "Connection unexpectedly closed" error This is my configuration... EMAIL_HOST='xxxxxxx' EMAIL_PORT=25 ...
Javier Alejandro Nuñez Falcón's user avatar
1 vote
0 answers
27 views

CodeIgniter 4 does not send attachment

helper('inflector'); $pdfFileName = underscore(WRITEPATH.'uploads\invoice '.$invoice_number.'.pdf'); file_put_contents($pdfFileName, $dompdf->output()); if (file_exists($pdfFileName) &...
Steve Arnold's user avatar
0 votes
1 answer
57 views

how do i avoid expanding the hyperlink in email body using shell script

I am required to send an email using shell script. The body of the email consists of a hyperlink. The email should also have an pdf attachment. I have tried using mailx and sendmail. Facing the ...
Pooja's user avatar
  • 117
-1 votes
1 answer
67 views

SendMail and Azure

I have an Ubuntu Linux VM hosted in Azure. I installed SendMail and configured it to use port 587 using this guide. https://bobcares.com/blog/linux-sendmail-port-587/ I understand that port 25 is ...
Jon's user avatar
  • 267
0 votes
0 answers
13 views

.Net 7 Schedule task for send mail with attachment

In my .NET 7 web application, I need to send emails with attachments upon user submission. Occasionally, this process might take longer than expected. To avoid making users wait, I'm considering ...
Ajith's user avatar
  • 383
0 votes
1 answer
119 views

How to send SharePoint file as email attachment using logic app azure

I want to send the sharepoint file as a attachment in the email through the logic app, so please help me with the in detailed steps to do it. How to connect Azure Logic App to Sharepoint, which ...
Priti Bogawat's user avatar
0 votes
0 answers
35 views

I'm having trouble sending emails on Django using SMTP. Even after trying various tutorials and checking the documentation, nothing seems to work

Here are the possible things that may cause my problem. using django's live server instead of a domain. I know in gmail you can't no longer use less secure apps. I enabled two factor authentication ...
Anonymous's user avatar
-3 votes
2 answers
67 views

Golang email not proper format on the body with template

Got this code to send-email with template in Go, so that in the future it's easy to just modify the template if needed more variables and presentable for others to see. package main import ( &...
Ricky V.'s user avatar
  • 129
0 votes
0 answers
80 views

SELinux is preventing /usr/sbin/sendmail.postfix from read access on the file

Why I'm getting the "SELinux is preventing /usr/sbin/sendmail.postfix from read access on the file ..." every time I send an email in PHP? No Idea why sendmail needs to read a PHP file. ...
Cris's user avatar
  • 43
0 votes
0 answers
44 views

i can not send Email in Xamarin form

i before send email in App with below code but now i can not send.acctuly i send email in App but donot recive in Google Account(Gmail). this code work correctly but i can not recieve message from ...
mtb10's user avatar
  • 11
0 votes
0 answers
69 views

Error Msg 22050, Level 16, State 1, Line 0 Failed to initialize sqlcmd library with error number -2147467259

Trying to send out a simple data set from SQL. I have used this before on another server in the past with no issue. My script EXEC msdb.dbo.sp_send_dbmail @profile_name = '**** DB Mail', ...
user23486151's user avatar
0 votes
1 answer
36 views

smtplib.SMTPServerDisconnected: Connection unexpectedly closed and i can't fix it

i use code: from django.db.models.signals import post_save from django.dispatch import receiver from ...models import User as midas_user from django.core.mail import send_mail from django.conf import ...
Mir1a's user avatar
  • 7

15 30 50 per page
1
2 3 4 5
199