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
0 answers

Wordpress on XAMPP setting up Zoho mail

A wordpress website running on XAMPP which is accessible from the internet. Now since i only have a domain name and not a service with emails included I've setup my email under zoho.com... Send emails from a email address to the setup address at…
Dejan
  • 1
0
votes
0 answers

How to send mail using my domain name and SMTP server

My requirement is to send a mail to the client's mail-id. I wrote a program in php to send mail using SMTP server and hosted it on localhost. It worked fine and I was able to send the mail successfully. I used port 25. Now I want to run the same…
kds23
  • 296
  • 3
  • 17
0
votes
1 answer

Sending email failed using sendmail. STARTTLS issue. using GMail server

I'm trying to send e-mail by local. I'm using Windows 8.1 , Apache, PHP, Sendmail, Stunnel following this site I aslo followed this page But I couldn't send e-mail. Following log is shown. allocated memory : 8.08 MB command line :…
mkjwa
  • 141
  • 2
  • 11
0
votes
1 answer

Sending email from localhost is not working

A year ago I tried to enable sending email from WAMP as localhost and failed. I just made another concerted effort but again failed. This is what I did and hope someone can give me a helping hand. Since WAMP does not come with sendmail.exe, a…
0
votes
1 answer

Fake Sendmail on Windows won't connect to SMTP server

I'm trying to set up fake sendmail (sendmail.exe) on Windows 2008 Server so PHP (and ultimately Joomla) can send messages using my provider's SMTP server. However I keep getting the following error when using XAMPP's Simple Email Form: Socket Error…
Daniel Wagner
  • 2,717
  • 1
  • 21
  • 14
0
votes
1 answer

Unable to send mail from gmail with xampp (using php script)

I am using XAMPP on windows 7 but I'm unable to send mail using php The php.ini file part is as under: SMTP = smtp.gmail.com smtp_port = 25 sendmail_from = hima***ivast***@gmail.com sendmail_path = "C:\xampp\sendmail\sendmail.exe…
user3414154
0
votes
1 answer

PHP sendmail_path does not work

I have a Windows 2003 server with PHP 5.24 installed on it. I have read several posts (including the PHP manual page) on the Internet that say that sendmail_path in php.ini can be set to use a program such as Fake Sendmail which has the ability to…
FlashSolutions
  • 85
  • 1
  • 10
0
votes
0 answers

XAMPP sendmail shows sent in the log, but can't receive anywhere

My configuration: Windows 8, newest XAMPP 3.2.1, Gmail account. I am trying to configure sendmail. in php.ini: SMTP=smtp.gmail.com smtp_port=587 sendmail_from = info@favsync.com sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\"…
whatever61
  • 79
  • 2
  • 13
0
votes
1 answer

Send a mail with php

I have a problem with my php:I want to send a simple mail in php..I using XAMPP My configure is: php.ini: only sendmail and mail.add_x_header is not commented ; For Win32 only. ; http://php.net/smtp ;SMTP = smtp.gmail.com ;…
0
votes
2 answers

sending email from gmail account on XAMPP/Sendmail

I know this has been done to death on here, but most questions are old, and the responses aren't working this end, so I'm afraid it's a slight repeat. All I'm trying to do is use XAMPP to send external email via a mail() function in php. When set…
user2406993
  • 257
  • 3
  • 7
  • 21
0
votes
1 answer

Mail() PHP xampp/gmail

Ive been trying desperately all day to get an email sent from a php file running on xampp from a gmail account. I want to use Gmails SMTP as I tried forever to get Mercury to work and it was very problematic. So far I set it up as described…
DasBeasto
  • 2,082
  • 5
  • 25
  • 65
0
votes
1 answer

How to merge data in one single email?

I am using Sendmail for my PHP Project. The email sent successfully but it will sent one by one. The flow of my coding is it going to check the database, then if the value of the item is less than what I set, it will send email to notify user. I…
user2810332
  • 29
  • 2
  • 9
0
votes
2 answers

PHP - EMail sending does not work (no email is received)

With the following code I should send some E-Mails for my mobileapp away. But it does not work. It Shows Enquiry sent! but there is no email received.... What is going wrong here?
MSeiz5
  • 182
  • 1
  • 9
  • 28
0
votes
1 answer

Trouble installing Fake Sendmail

I am trying to install Fake Sendmail in Windows 8 using Google SMTP for testing PHP's mail() function. What am I doing wrong here? My sendmail.ini ; configuration for fake sendmail ; if this file doesn't exist, sendmail.exe will look for the…
I wrestled a bear once.
  • 22,983
  • 19
  • 69
  • 116
0
votes
1 answer

i get successfull in sendmail function, but not getting mail in gmail inbox

i have extract sendmail.zip in my project and successfully run my mail function.but i can't get any mail in my inbox. am i doing any mistake in php.ini file or sendmail.ini file and it will be helpfull if any one explain with detail code my…