Top "Sendmail" questions

DO NOT use as a general tag for sending email.

How do I specify to PHP that mail() should be sent using an external mail server?

I have my email hosted at Rackspace Email and would like to use that as my mail server for the …

ubuntu smtp sendmail php
How to configure php.ini file for mail() in MAC OS?

I'm using MAC OS and using mail() to send the student details to my mail. It does not shows any …

sendmail php
How to send mail after Laravel 5 default registration?

I'm noob in Laravel and working with Laravel 5. For user registration and and login, I want to use default system …

php laravel sendmail laravel-5
Change sendmail sender using bash

Running the sendmail command I usually get emails with sender like username@hostname. Is there a way to send emails …

bash sendmail
Sending mail from yahoo id to other email ids using Javamail API

I am not able to send email from my yahoo id using Java mail API. I tried different options from …

java smtp jakarta-mail sendmail yahoo-mail
Send a mail using 'sendmail' with uuencode, and having a subject alongwith

I am trying to send a mail with attachment using sendmail. The problem is I am unable to send a …

linux sendmail uuencode
mail: failed to open stream: Permission denied?

I get this warning sending mails with php Warning: mail(1) [function.mail]: failed to open stream: Permission denied in /home/... …

php email sendmail ssmtp
Use default PHP mail function with SMTP server on Linux

I am working on a php/c# project which is an Email Server with a web interface to manage the …

php email smtp sendmail
PHP mail() function returns true, but doesn't send mail

I know that this question was asked before. When I call the PHP mail() function, it returns true. I checked …

php email smtp sendmail
mail() doesn't work on new server

May be it's a dumb question, but I can't find the reason why php mail function doesn't work I have …

php email nginx debian sendmail