![]() |
Sending Emails through PHP
Hi all ! I need help in sending emails through PHP. I want to send email to my website users. I have got the email id of all the users in MySQL table. I am retrieving those one by one. But the problem is Mail function of PHP is not sending mails to the users.
Code:
mail("Users' Email","subject of mail","content of mail","From:my email address");kindly guide me DO i need to setup anything extra for using this function. ? How can I use my GOOGLE account to sending mails through PHP ? Thanks in advance. |
Re: Sending Emails through PHP
ill post the e-mail script i use for my domain in a hour or two okay
|
Re: Sending Emails through PHP
Quote:
I am waiting bro ! IT's been 2 days already. |
Re: Sending Emails through PHP
yeah sry i had to reupload my webiste
|
Re: Sending Emails through PHP
Is there anyone else, who can provide the solution ?
|
Re: Sending Emails through PHP
You'll need to use SMTP to send email to people using your GMail id. Check out this PEAR Package Net_SMTP http://pear.php.net/manual/en/packag...smtp.intro.php
|
Re: Sending Emails through PHP
goto w3schools.com, yu will find your answer there
|
| All times are GMT +5.5. The time now is 06:50. |