473,394 Members | 1,679 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Unable to send emails with php function from website

I checked in php ini
[sendmail_path : no value ]
[SMTP : localhost]
[smtp_port : 25]
how to set the sendmail_path in php.ini file
May 11 '11 #1
4 2558
mfaisalwarraich
194 100+
change localhost to your smtp server name of your ISP.
May 11 '11 #2
how set the [sendmail_path] and sendmail from in php ini file
May 14 '11 #3
Change it to :

sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\" -t"
if it hast been already set..
Jan 20 '12 #4
hello navaragam,

if you are use in local machine with working your website use php mailer using php mailer you have not change in php.ini

http://phpmailer.worxware.com/ //it is link to download
Jun 7 '13 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Shaun Demellweek | last post by:
This is probabally a stupid question to most of you, but with the mail function, I can not find a way to put the senders e-mail in. All I get is from 'Nobody'. How would this be overcome, or is...
0
by: gbell | last post by:
I have a form that sends data to an email address on that domain, that email is only used to collect data for that form I sometimes forget to check it so I added a 2nd mail() function to just send...
6
by: Quinonez | last post by:
i have set up a feedback form that emails the results. my web host says it will not work if the email is coming from nobody. this is their answer "you are just going to have to learn to tell your...
3
by: vishal | last post by:
i am getting following error. Warning: mail() : Failed to connect to mailserver at "smtp.gmail.com" port 465, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in...
3
by: martin smith | last post by:
Here's the scenario. I'm currently using cdosys/asp to send mail to our SMTP server. We use a product called MailFilter to check for SPAM. It doesn't work very well. If MailFilter isn't working...
2
by: Steven K | last post by:
Hello, I am using the following to send mail. It works on my web server, but not on my personal machine (which is running ASP.Net). I tried setting SmtpMail.SmtpServer to "", but get the...
0
by: ukiEMAIL | last post by:
Hi I've configured smtp and pop3 on server with IIS. I test if it is working using outlook. I've sent successfully e-mail to myself and to other accouts of my friends. Unfortunatelly I'm stuck...
2
acoder
by: acoder | last post by:
How to Send Mail in Coldfusion You can use Coldfusion to easily send mail. From simple plain text emails to more complex HTML and multipart emails, the job is made a lot easier with Coldfusion. ...
4
by: shaiful | last post by:
Hi all, I used mail function to send a mail. the code: <?php $to = "shaiful@vvv.com"; $subject = "New Online Prayer Request"; $message ="kk"; $txtReply = "ll"; ...
14
by: Warren Tang | last post by:
Hi I am using the mail function to send a mail like this: $b = mail("my_real_email_address@gmail.com", "Hello from PHP", "Hi, finally sent an email successfully"); But it failed. Could you...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.