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

how to send mail from xampp localhost by a gmail account

Config settings in Xampp to send mails through gmail account I am getting `Socket Error # 10061Connection refused` php.ini settings `SMTP=smtp.gmail.com smtp_port=587 sendmail_from = my-gmail-id@gmail.com sendmail_path =…
0
votes
1 answer

Google preventing login from XAMPP server

I am trying to add a confirm email address feature to my web app. I configured the XAMPP server and changed all the required lines in php.ini and sendmail.ini But when I tried to send a mail, I got the following message from Google. Can this be…
nikamanish
  • 662
  • 4
  • 17
0
votes
1 answer

PHP sendmail with hMailServer on localhost : 535 Authentication failed

I'm running Apache on xampp, and I want to use sendmail.exe to send emails with PHP. I tried using Mercury/32 to setup the email server, and I had it working for a while, but now Mercury's SMTP won't start (ports 25 and 110 won't start in xampp…
hiddeneyes02
  • 2,562
  • 1
  • 31
  • 58
0
votes
0 answers

Cant receive the email of activation

I working on a email activation system.The system echo,email is sent,the mail function is work properly,but i cant receive any email form it i do the certain configuration in php.ini ;SMTP = smtp.gmail.com sendmail_from =…
ken
  • 2,426
  • 5
  • 43
  • 98
0
votes
0 answers

Twice daily mysterious test emails from Sendmail.exe / WAMP server

A few months ago I set up WAMP server on my Windows 7 machine to develop a Wordpress site locally. I added Sendmail.exe to make Contact Form 7 (a contact form which sends out an email from me, to me) work properly. All was well. But, on a once or…
Paul
  • 23
  • 4
0
votes
3 answers
0
votes
1 answer

how to modify xampp to send mails using php?

this is my code for sending mail through xampp i have modified the php.ini and sendmail.ini from the xampp . Upon running the php i'm not getting email. Please help me . php.ini [mail function] SMTP =smtp.gmail.com
smtp_port =587 ; For…
ak47_kalani
  • 15
  • 1
  • 8
0
votes
1 answer

Localhost Sendmail does not work

I am a beginner in PHP, and I am trying to send mail from my localhost but it does not work. Been looking through some solutions but nothing seems to help. Someone please advise. Here is my sendmail.ini file (saved in…
RickyHalim
  • 295
  • 6
  • 22
0
votes
1 answer

can not receive emails by mail function of php?

I want to send email on my localhost via mail function of php,I have a file which includes html and php within it,the .html file is loaded by xampp on my localhost,and when clicking on "send mail" button I receive the "email is sent" comment,but it…
0
votes
2 answers

Can't send mail from php using xampp

I want to send mail in php from localhost, I had config two files php.in and sendmail.in, but not working for me. I'm using windows 8 [mail function] SMTP = localhost smtp_port = 25 sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\"…
0
votes
0 answers

Sending E-mails on XAMPP

first off I want to assure you that I have looked this up. I have been at this all day and have read multiple articles both here on Stack Overflow and elsewhere. I have tried multiple settings/configurations, all sorts of trial and errors, etc... …
s1lentechoes
  • 1
  • 1
  • 5
0
votes
0 answers

php mail() is not working in xampp with gmail SMTP

I just don't know why this is not working! I've spent more than 4 hours trying to figure out what is the problem but no luck :((( here is my setting: php.ini [mail function] SMTP = smtp.gmail.com smtp_port = 587 sendmail_from =…
SULTAN
  • 1,119
  • 4
  • 12
  • 25
0
votes
0 answers

Can we not send email from localhost anymore?

I use newer xampp 1.8.3 and do the setting like the old one. I only changed the code in php.ini and sendmail.ini. And I use gmail to send emails from localhost. Here is the changed code for php.ini: //remove the semicolon sendmail_path =…
0
votes
2 answers

how to send email from localhost "wamp" by php?

I try to send email from wampserver "localhost" by this php code
jirjawi
  • 1
  • 1
  • 3
0
votes
2 answers

send email in php works on one instance and not another

Hi I have used sendgrid to send emails in the past and am using it as a reset password on an app currently. I want to use it for another app also. My AWS has a new instance for the second app. I have copied the sendmail.ini from my first instance…
user2363025
  • 6,365
  • 19
  • 48
  • 89