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
4
votes
2 answers

sending mail through C#

I know how to send mail using C# through my ISP SMTP, yet my SMTP started blacklisting my emails and flagging them as spam emails. So I have a paid server, which I can set email accounts on. I want to send mails through my server SMTP. I`m using WPF…
sikas
  • 5,435
  • 28
  • 75
  • 120
4
votes
2 answers

How to solve Call to a member function notify() on array? (laravel 5.3)

My listener is like this :
moses toh
  • 12,344
  • 71
  • 243
  • 443
4
votes
5 answers

PHP mail() function sends the email but it takes more than 10 mins to show up

So my user signs up from the Android App on his phone and after sign up is successful I trigger a mail to be sent to the signed up email address with an Activation Passcode from my PHP script. Here is the line of code that I use which is pretty…
Aakash
  • 3,101
  • 8
  • 47
  • 78
4
votes
2 answers

ssh tunnel for sendmail

I'm going nuts here, trying to get my system configured. I have a laptop at home and a workstation at work. I use mutt and sendmail. I have a home ISP that is on a lot of blacklists, so that any email I send from my laptop through my ISP is…
Chris Duncombe Rae
  • 603
  • 1
  • 7
  • 9
4
votes
1 answer

Sendmail in DOCKERized PHP-Application doesn't work

When trying to send an email with PHP function sendmailoversmtp($name, $mail, $message, $topic) It does not work. The following error is logged: sh: 1: -t: not found -t -i is configured as sendmail_path in my php.ini. Why is it not found? My…
Pascal
  • 2,590
  • 3
  • 21
  • 46
4
votes
1 answer

PHP mail() / sendmail not working since Apache 2.4 PHP7 upgrade

Since upgrading to PHP7 every single script on my server using the PHP mail function no longer works :-( At the same time, I also upgraded from Apache 2.2 to 2.4, and I have a feeling this is possibly where the problem lies. My php.ini file…
KingRidgehead
  • 85
  • 1
  • 8
4
votes
5 answers

Sending mail in php

Here i am new to PHP, i want to send the mail and my application is running on go daddy sahre hosting so please tell me hows can i achieve it . thanks to all. I got the response from you guys and I tried but there is some problem . this is my code…
Abhishek
  • 957
  • 3
  • 20
  • 43
4
votes
2 answers

How to send mail from localhost in ubuntu 14.04

Hello I have tried these command but I am not able to send mail please help me out.. 1) Install sendmail Sendmail might already be installed, but just in case, enter this into the server terminal: sudo apt-get install sendmail 2) Configure…
PRashant PUrohit
  • 380
  • 1
  • 3
  • 21
4
votes
2 answers

Force Exim to use ipv4 ip

I have an unmanaged VPS that runs CentOS 7 Minimal. I have installed Exim for sending emails. My main server IP is IPv4 and I have an additional IPv6 address. Exim uses the IPv6 address to send emails. I want to overwrite this and use the IPv4 main…
Michael Samuel
  • 3,820
  • 12
  • 45
  • 85
4
votes
0 answers

OS X sending mail on command line

I'm a mac user. I see that I can send mails on my command line with mail command. However I can't see when and how it was configured. I checked postfix and sendmail configs but it didn't help. If I check var/log/mail.log , I can see that mails are…
Febael
  • 57
  • 1
  • 3
4
votes
2 answers

Including html tags in Email Subject [PHP]

Using headers, the html tags would be parsed in Mail Content/Body, But what if we want to have some html tags in Mail Subject. Is there any way out for this
immazharkhan
  • 395
  • 2
  • 12
4
votes
3 answers

Is it possible to use double @ in an email address?

I know Yahoo and Gmail do not accept it. But I want to know if it's possible for a person to create an email address with double @ in address and if they can receive emails with that address? For example: info@stackoverflow.com@example.com. I do not…
partiz
  • 1,206
  • 2
  • 13
  • 34
4
votes
2 answers

django send_mail() function taking several minutes

I'm trying to send emails in a function within my views.py file. I've set up the email in my settings file in the same manner as here. Python Django Gmail SMTP setup Email sending does work but it takes several minutes to occur which my users have…
Michael Fox
  • 491
  • 5
  • 15
4
votes
7 answers

sendmail and MX records when mail server is not on web host

This is a problem I'm sure is easy to fix, but I've been banging my head on it all day. I'm developing a new web site for a client. The web site resides at (this is an example) website.com. I have a PHP form script to email visitors' requests to…
Jim Nelson
  • 1,688
  • 3
  • 15
  • 27
4
votes
3 answers

Sending email using standard gmail app without chooser

I'm trying send email from my app using standard gmail app. But I get chooser all the time. How can I open standard gmail app immediately without chooser? I don't need a chooser with any application which can send email. I need only GMAIL. Thank…
Denis
  • 341
  • 1
  • 5
  • 19