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
24
votes
5 answers

Send email from localhost running XAMMP in PHP using GMAIL mail server

I try to send an email from localhost to my yahoo email account using php mail() function, the return says I successfully send the email but I did not get any email. I've been reading and trying many so called 'simple way' to send email but the…
ani
  • 543
  • 2
  • 5
  • 14
22
votes
4 answers

Sendmail Wamp Php

I have spent all the morning searching this on internet trying to find a solution about this. I have installed wamp server on Windows 8.1 and i'm trying to send some mails with sendmail (http://glob.com.au/sendmail/) and my gmail account When i…
Rumpelstinsk
  • 3,107
  • 3
  • 30
  • 57
6
votes
3 answers

XAMPP - unable to send dummy emails

I cannot get XAMPP to send a dummy email from PHP using mailtodisk.exe (in other words, to save the output to the disk instead of really sending the mail). Instead, no matter what I do, the mails keep being sent normally. I am trying to set it to…
pazof
  • 944
  • 1
  • 12
  • 26
6
votes
4 answers

PHP mail() on Windows: no errors, the email isn't sent

I'm currently trying to debug an Elgg-based website (I didn't develop it) and I would like to send the emails directly from local development machine (WinXP). I'm running WAMP with Apache 2.2.11 and PHP 5.3.0 After some searching, the simplest…
Alex Ciminian
  • 11,398
  • 15
  • 60
  • 94
6
votes
3 answers

No mail received in inbox with XAMPP 1.8.0, MercuryMail and mail()

I upgraded my local server using XAMPP 1.8.0 which contains Apache 2.4.2, PHP 5.4.5 and MySQL 5.5. I send mails with PHP mail() function by running MercuryMail, but no email received in my inbox. Sending mails are working when I tested with Mozilla…
Sithu
  • 4,752
  • 9
  • 64
  • 110
4
votes
4 answers

XAMPP send mail not working PHP

here are the details [php.ini] SMTP = smtp.gmail.com smtp_port = 465 sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\"…
mickey
  • 43
  • 1
  • 1
  • 5
4
votes
2 answers

How can I use fake sendmail with SwiftMailer on Windows?

I wish to send emails using PHP on Windows via an external SMTP server. I must use SwiftMailer for this purpose. I can send emails via the external SMTP server using PHP's native mail() function and Fake Sendmail for Windows, but I cannot get…
Tom
  • 543
  • 1
  • 9
  • 19
3
votes
3 answers

sendmail.exe opens on sending mail

I am actually new in using sendmail but I have read a lot about this, and only redirect me to use PHPmailer,swiftmailer etc... But it's so complicated to understand without the knowledge of the basics. So I decided to try simple, and this is what…
AlexJaa
  • 389
  • 7
  • 20
3
votes
1 answer

Sending email from localhost server xampp/sendmail

I have set up a PHP site that will be locally hosted. One function of this is to send an email with items from a shopping cart. When hosted online (for testing) the email() function worked perfectly sending email. I'm now transferring the site to a…
user2406993
  • 257
  • 3
  • 7
  • 21
3
votes
3 answers

Why does this PHP error reference localhost?

I'm running XAMPP on my local machine and on a server in the office. Both are Windows machines. I'm writing some code that uses mail() to send email from a form. By default, it uses sendmail.exe (which comes with XAMPP) to send the email. In all…
Nathan Long
  • 122,748
  • 97
  • 336
  • 451
3
votes
1 answer

sending mail using XAMPP, sendmail, and gmail smtp server

This seems like something fairly straightforward and my php script is able to execute. However I am never receiving the mail. Here is the relevant code: php.ini [mail function] ; For Win32 only. ; http://php.net/smtp ;SMTP = localhost ;…
hamobi
  • 7,940
  • 4
  • 35
  • 64
2
votes
2 answers

PHP Sendmail Failed in windows xampp

I'm trying to sendmail in windows via my gmail account, i've configured my php.ini : SMTP=smtp.gmail.com smtp_port=587 sendmail_from=jaisanas2@gmail.com sendmail_path="\"C:\xampp\sendmail\sendmail.exe\" -t" and sendmail.ini…
2
votes
0 answers

php could not execute mail delivery program sendmail with IIS on a Windows 2003 server

I'm using PHP (5.2.9-2) on a IIS 6 Windows 2003 server. The email server is on another machine - Exchange server. When the mail function tries to send the mail I get the folowing in the php error log: WARNING: mail() [function.mail]: Could not…
user32530
  • 121
  • 4
2
votes
4 answers

Laravel/XAMPP/Sendmail not sending mail

I have the same problem with XAMPP and WAMP. I'm unsure what causes this problem as there is absolutely nothing in log files. I triple checked my configuration and everything is as it should be I even turned off my firewall and yet nothing…
Sterling Duchess
  • 1,970
  • 16
  • 51
  • 91
2
votes
2 answers

sending email to gmail in php codeigniter

I have to send email to gamil for registration of account in my website. I am using wamp ,win 7, codeigniter. And sending mail through sendmail. I have made all required changes i.e in php.ini ; For Win32 only. SMTP = smtp.gmail.com smtp_port =…
bkashaf
  • 152
  • 2
  • 12
1
2 3 4 5 6