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

sendmail is a popular Unix-based email routing facility that makes use of and supports the transfer and delivery of email via the Simple Mail Transfer Protocol (SMTP).

sendmail exists both as free and open source software and as a commercial project, called Sendmail.

Tag usage

The tag sendmail can be used for all programming related problems. The tag can also be used for setting up a simple mail server. Please note that https://serverfault.com/ is another Stack Exchange website where you can ask especially configuration specific problems.

2991 questions
0
votes
1 answer

PHP mail() Not Working

Possible Duplicate: Troubleshooting PHP Mail I can't seem to get mail using PHP's mail() function. I am working on my client's dev server, which is running a version of Ubuntu. I installed sendmail using the following command: apt-get install…
Anonymous
  • 1
  • 1
0
votes
1 answer

My perl script wont send an email

This is what I've got: # Examples: # logman-parse --pipe=[/path/to/pipe] --mail=[mail address] # logman-parse --pipe=/etc/pipes/critical --mail=root@domain.net # logman-parse --pipe=/home/user/pipe --mail=john.doe@gmail.com use warnings; use…
user623990
0
votes
1 answer

How to locally send an email to a file for localhost testing (wordpress)

I have Wordpress installed locally with Xampp. For testing purposes, I need to be able to send and receive transactional emails. I've spent 3 days trying the get my local server to send emails (and trying the plugins Wp Mail SMTP as well as…
Ben Viatte
  • 485
  • 1
  • 5
  • 16
0
votes
1 answer

What is the correct way to format the HTML to send to hotmail?

This go to inbox:
jowmz24
  • 11
0
votes
0 answers

How to send an email with test report in Playwright?

I am new to develop web automation with playwright.As of now i create my test scenarios in playwright 1.16 version.its create the html file for after executing the test report.my question is how to add the send mail code into testMatch.because i try…
Karthi C
  • 31
  • 6
0
votes
1 answer

React PNPJs sendemail CC and BCC not working

I have a SharePoint SPFx react web application. I'm using the following link to send emails on actions: https://pnp.github.io/pnpjs/sp/sp-utilities-utility/ My current code looks like this: import { default as pnp, sp, ItemAddResult } from…
JImmy G
  • 149
  • 3
  • 12
0
votes
2 answers

Ruby on Rails 3: help with sending emails

I have the following setup to send email at sign up: Rails 3.0.7 ruby 1.9.2p180 (2011-02-18 revision 30909) [x86_64-linux] rails plugin install git://github.com/collectiveidea/action_mailer_optional_tls.git Mailer class UserMailer <…
Wasi
  • 1,258
  • 4
  • 14
  • 33
0
votes
1 answer

Add content to an new email created with sendmail

I'm using the methods described here Mailto on submit button to generate a new email from inside a form. This is working well, but I'd like to extend it by populating the new email with either the entire contents of the form, or from a saved txt…
0
votes
1 answer

Subject not appearing in sendmail command

When I put the below command echo "Subject: hello" | sendmail -v test@example.com < mail.txt I get the email but with no subject. Can someone let me know what must be done to get the subject as hello
0
votes
0 answers

how to send url link using sendmail command

Am sending the mail with command ( echo "To: $ml_address" echo 'From: Mxs ' echo "Subject: Report" echo "mail body" echo "$file_content" ) | /usr/sbin/sendmail -t how to send url link…
Raghu
  • 51
  • 2
0
votes
0 answers

MS PowerShell or Graph API collapsing Chr(32) (TEXT) and Cut's off html email (HTML)

I am updating an older email notification ms office app (vba calling a powershell script) to use GRAPH for the email Auth/function. All is firing correctly except that the email body is returning incorrect in two scenarios. As "HTML" the body gets…
0
votes
1 answer

Keycloak Email Test Connection - Could not convert socket to TLS

Keycloak -> Realm Settings -> Email -> Test connection I'm trying to do this. Page show error "Error! Failed to send email". Tomcat logs shows error "Could not convert socket to TLS". How can I solve this problem?
0
votes
1 answer

Limitations of shared and dedicated hosting over cloud hosting

This could be a very basic question but i want to confirm here. Im not sure how to exactly google this hence the question here. Are these things possible with the traditional web hosting that providers like godaddy and hostgator provide where they…
swordfish
  • 4,899
  • 5
  • 33
  • 61
0
votes
0 answers

How to do determine which IP address, of two available, email messages are sent from the server using C#

On my server machine (S.O. Windows server 2008) there are two different ip addresses because there are two network sockets. This server sends email messages periodically using C# ASPNET and System.Net.Mail. How to do determine with which IP address,…
0
votes
1 answer

Send Django Email User Register Confirmation with with custom header name

I want to send Django email confirmation email, it shows the admin added email address (that we configure in settings.py) as the header of the newly arrived email, but I want to change it to something else my personal Header Title, like The Google…
Waseem
  • 7
  • 4
1 2 3
99
100