Questions tagged [sendmail.exe]

Sendmail is a general purpose internetwork email routing facility that supports many kinds of mail-transfer and delivery methods, including the Simple Mail Transfer Protocol (SMTP) used for email transport over the Internet.

Sendmail is a general purpose internetwork email routing facility that supports many kinds of mail-transfer and delivery methods, including the Simple Mail Transfer Protocol (SMTP) used for email transport over the Internet.

79 questions
0
votes
1 answer

Is it possible to run XAMPP's fake sendmail MTA as a daemon and thus as a standalone MTA?

I want to send mails via XAMPP/PHP. Now I just found that the sendmail.exe delivered with XAMPP only seems to be a fake sendmail. I'm wondering if it can act as a full MTA, so can I run it as a daemon on 0.0.0.0:25 and send mails through…
JohnnyFromBF
  • 9,873
  • 10
  • 45
  • 59
0
votes
1 answer

Fun fact with 'sendmail.exe' when using 'mail' function in PHP

I've already set sendmail_path to the path of 'sendmail.exe', but PHP didn't send email. it requires mail server or something. PHP said can't connect to localhost at port 25. The fun fact in the php.ini file is that above the path to…
jondinham
  • 8,271
  • 17
  • 80
  • 137
0
votes
0 answers

sendmail to Microsoft365 (exchange)

I want to use a email group. I have used the sendmail.php file to have it send the mail trough a application website, into that mailbox. sendmail.ini settings: smtp_server=smtp.office365.com //Outlook settings ; smtp port (normally…
0
votes
0 answers

i am getting some errors on sanding mail via localhost

This is A Errors Massage "Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in D:\Khudka Server\htdocs\H\r2.php on line 7 Email sending failed..." I Tried…
0
votes
1 answer

Django mail not sending mail to def in views error

**views.py code**(views.py function id not call urls.py) def SendMail(request,id): post=get_object_or_404(Post,slug=slug,status='published') form=EmailSendForm() return…
vpn
  • 1
  • 1
0
votes
1 answer

How to make javax.mail use a local "sendmail" binary?

I'm using javax.mail to create E-Mails and render those to their textual representation. Under certain conditions I don't want to forward those results using SMTP, but e.g. pipe them to a sendmail-binary. That seems to be pretty common in case of…
Thorsten Schöning
  • 3,501
  • 2
  • 25
  • 46
0
votes
0 answers

XAMPP sendmail issue

I have the following configuration setup in XAMPP: In php.ini: [mail function] SMTP=smtp.gmail.com smtp_port=587 sendmail_from = *******@gmail.com sendmail_path = "\"D:\xampp\sendmail\sendmail.exe\" -t" I also have the php_openssl.dll extension…
0
votes
0 answers

Laravel - Can't send email with sendmail driver

I have an application that send several emails using the smtp driver. But at some point, and I don't know why, some domains stop receiving email from application. So, I change the driver to sendmail and change the sent email. In my mac works fine…
user3242861
  • 1,839
  • 12
  • 48
  • 93
0
votes
0 answers

Send email using php using xampp server localhost

my send mail is not working i have made changes in php.ini, sendmail.ini. following code is of…
0
votes
0 answers

Sending email via emote sendmail without smtp-auth and via proxy

Our PAAS platform needs to send email on behalf of our customers, where the "From" has to be our customer's domain. So our customers have their servers running Sendmail, from which we're supposed to send email to achieve the designated 'From'…
Khom Nazid
  • 548
  • 1
  • 7
  • 20
0
votes
0 answers

Having trouble sending email through local host (XAMPP)

I followed the XAMPP documentation on setting up sendmail.exe. I added sendmail_path = “\”C:\xampp\sendmail\sendmail.exe\” -t” to the php.ini file…
Adam Johnston
  • 1,399
  • 2
  • 12
  • 23
0
votes
1 answer

Error while sending email in codeigniter with Wamp

I am trying to send email from my gmail id to another email id from codeigniter using WAMP localhost. I am getting the following error hello: F The following SMTP error was encountered: F Unable to send email using PHP SMTP. Your server might…
whoosis
  • 454
  • 7
  • 25
0
votes
0 answers

PHPMailer didn't work in Windows Server 2012 - Unable to relay w/Gmail, Yahoo, etc ...

I have a problem with PHPMailer inside my Windows Server 2012. I'm using XAMPP as my local server. I notice that i cannot ping smtp.gmail.com in my window server 2012. it says ping request could not find host smtp.gmail.com. Please check and try…
AlotJai
  • 147
  • 4
  • 18
0
votes
2 answers

Send Email from Localhost XAMPP

May I know how to send an email from localhost to gmail or other email accounts? I already make research regarding this matter and tried to do it but still can not send the email. Below are my sendmail.ini and php.ini files that I…
Amran
  • 627
  • 3
  • 11
  • 30
0
votes
1 answer

phpmailer / sendmail returning error "Connection reset by peer"

I'm trying to run phpmailer/sendmail from localhost with a gmail account. I use XAMPP. I use the template from http://www.html-form-guide.com/php-form/php-registration-form.html I try since few weeks now but still did not manage to make it work. Do…
Mike Casan Ballester
  • 1,690
  • 19
  • 33