Hi,
When i click on a button i want a mail to be sent to ta particular user.Is it possible?I am hosting the site in IIS^ server.I would be thankful if you could tell me the iis configuration also so that I can cross check it here.
Thanks in Advance
FAiz
Sent mail ??
Moderator: General Moderators
Re: Sent mail ??
Yeah... You'll have to be much more specific. What button? What email? What user?
Re: Sent mail ??
the scenario is as follows.I have a form which fills some information.When i click on send button a mail to should go to the user faizpayi@gmail.com.The from user can be predefined .We can specify the from users credentials in the script if needed.
Re: Sent mail ??
Then just about any tutorial about sending email with PHP will do the job. What you have is pretty close to a contact form in that you fill in a form and send the information to an email address.
Google is your friend. It'll be harder for you, on a Windows machine, because you'll need to (a) set up a mail server if you don't have one already, or (b) configure PHP to use an external server.
Google is your friend. It'll be harder for you, on a Windows machine, because you'll need to (a) set up a mail server if you don't have one already, or (b) configure PHP to use an external server.
Re: Sent mail ??
Can anyone help me with the configuration of php to point an external serveR?