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

How to Send mail on localhost using xmapp and wordpress

I have xmapp installed on my system and I am using WordPress for my site. Now in WordPress I have used contact form 7 for the mail purpose and when I send mail from this form it give me error i.e. contact with your system administrator bla bla…
Ajay Kumar
  • 1
  • 1
  • 1
  • 1
0
votes
1 answer

XAMPP sendmail not working properly

I'm trying to configure my sendmail to send emails through XAMPP. My local server resides in Windows 7 & I'm using the latest updated sendmail. I'm configuring this with my gmail account This is my php.ini mail function. My XAMPP is in the E:…
wiredmark
  • 1,098
  • 6
  • 26
  • 44
0
votes
1 answer

I can't receive email send from my server

I use apache, php, and sendmail.exe on my Windows. I download sendmail.exe and configure it like this: ; configuration for fake sendmail ; if this file doesn't exist, sendmail.exe will look for the settings in ; the registry, under…
jerryleooo
  • 843
  • 10
  • 16
-4
votes
1 answer

Java sendmail works only on development computer?

A sendmailcode with java programmed on Apache Netbeans only works on the development computer. String host = "smtp.xxxxx.com"; String Password = "xxxxxxxxxxxxxxxxxxxx"; String from = "xxxxx@xxxxx.com"; String toAddress = to; …
orgen
  • 170
  • 1
  • 11
1 2 3 4 5
6