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

Sendmail configuration changed in XAMPP 1.8.0, can't send local mails anymore

I've just upgraded from XAMPP 1.7.3 to 1.8.0, this included quite a few changes (PHP 5.4 etc) as I went through the reinstallation of my dev-environment. Anyways, everything works now, except for Sendmail. Before, you had a configuration in…
user828591
  • 1,212
  • 2
  • 17
  • 32
1
vote
2 answers

Mail not sending through form

This is the mail that should send (code in my PHP): $message = "Hello \n Thank you for registering with us. Here are your login details...\n User ID: $user_name Email: $usr_email \n Passwd: $data[pwd] \n "; mail($usr_email, "Login Details",…
user1257518
  • 157
  • 6
  • 17
1
vote
0 answers

php mail() failing on localhost setup

My goal is to send an email (SMTP) to a local mail server using php. I can't get it to work and I have little idea about what the problem is. I have a setup (Vista laptop) consisting of WAMP, sendmail and hMailServer. I'm trying to send an email to…
niaren
  • 141
  • 4
1
vote
2 answers

Struggling sending mail using xampp and gmail

I'm trying to send e-mails from my localhost, using my gmail account, I've looked into many ways of solving this, changed my php.ini and sendmail.ini files with no luck, here's part of the files. Php.ini For Win32 only. ; http://php.net/smtp SMTP =…
Andre
  • 13
  • 1
  • 1
  • 3
1
vote
0 answers

unable to send email using php from localhost

I'm trying to send an email to an account using php and I am running a xampp server so I am using localhost to send an email . I have been trying all day to do this and I have checked many posts here without finding an answer . What I've tried…
1
vote
2 answers

Gmail error when sending local email via Xampp (must issue a STARTTLS command)

I installed the XAMPP server and now I'm trying to send my local email via the gmail server. To do so, I followed this link and changed my php.ini and sendmail.ini as follows: php.ini [mail function] ; For Win32 only. ; http://php.net/smtp SMTP =…
Sam
  • 472
  • 1
  • 8
  • 19
1
vote
2 answers

sendmail: Error during delivery: Connection Closed Gracefully. mail function php Xampp

I am new to PHP. I am running XAMPP on Windows 7 PC. I am attempting to create an e-mail contact form using the PHP mail() function. I am uncertain how the configuration of my sendmail.ini and php.ini files affects my code. Does the configuration of…
user3904914
  • 11
  • 1
  • 1
  • 2
1
vote
2 answers

send mail error.log showing Socket Error on mailto php

mailto doesnot work and error.log of send mail dispalys Socket Error # 10013Access denied.Please help me resolve this..? my php.ini [mail function] ; XAMPP: Comment out this if you want to work with an SMTP Server like Mercury ; SMTP =…
George
  • 81
  • 10
1
vote
0 answers

Sending mails using xampp and sendmail

i'm curerntly having a problem with sending mails from my local XAMPP server. i changed my sendmail.ini file with the following…
superboer810
  • 41
  • 1
  • 1
  • 4
1
vote
1 answer

Email Sending issue in PHP

I am trying to send an Email through php and before I present the problem, the things I did are--- I have Xampp and I have Mercury Turned on, I have made 2 local users. I have Thunderbird to receive the email and I have it all set up. That is I can…
Sunny
  • 15
  • 6
1
vote
2 answers

xampp php send mail

I searched on stackoverflow and google to find how to setup xampp, mercury and php code to send mail with window server 2008 r2. And with tutorial found out I can send mail by using Mail::factory with smtp.gmail.com, and also can send mail by using…
whitebox
  • 21
  • 1
  • 1
  • 2
1
vote
3 answers

Why is php mail not sent when I have true boolean value and seems to be OK

$res= mail('myemailaddress@live.com', 'Email verification ','This is my own text'); print $res; I have tried to send mail to my email id. I have 1 on page. Looks like it's working but it really did not work. php.ini: define_syslog_variables =…
1
vote
2 answers

PHP mail() does not work in Window?

I have a simple PHP file which will make use of the mail() to send email. I am using WAMP server in a Window server machine. However, when I try to run the code, it returns error, I have tried to tackle the error in the way given in this link…
Conrad
  • 933
  • 4
  • 19
  • 34
0
votes
1 answer

xampp lite ver 1.7.7 not able to send emails

I am tryign to send email using xampplite version 1.7.7. I changed my PHP.ini file wit the following: [mail function] ; For Win32 only. ; http://php.net/smtp ;SMTP = localhost ; http://php.net/smtp-port ;smtp_port = 25 ; For Win32 only. ;…
Sahil
  • 1,959
  • 6
  • 24
  • 44
0
votes
4 answers

php mail using sendmail.exe

I am using XAMPP on a localhost windows VISTA m/c...using gmail as smpt server I am trying to send an email using simple PHP script here is the configuration details on sendmail.ini (I have the sendmail.exe and the other 2 dll in that…
coool
  • 8,085
  • 12
  • 60
  • 80