Hi
I am trying to add an email box to my website. I would like it go into an excel file. I have read about PHP but I am not sure if there is certain code that I should be using.
Trying to add an email box to a website
Moderator: General Moderators
Re: Trying to add an email box to a website
You need to learn how to configure an MTA and mail delivery agent such as procmail. Linux experience wouldnt hurt.
-
Mark Baker
- Forum Regular
- Posts: 710
- Joined: Thu Oct 30, 2008 6:24 pm
Re: Trying to add an email box to a website
If you need to write to and/or read from Excel files, then I'd recommend PHPExcel
Re: Trying to add an email box to a website
You kidding? Assuming his website is hosted with a regular provider, php's built-in mail function is probably all he needs.jshpro2 wrote:You need to learn how to configure an MTA and mail delivery agent such as procmail. Linux experience wouldnt hurt.
Re: Trying to add an email box to a website
It's for outgoing mail. I think dms1981 wants a mail box for incomming mail, though it's not very clear what he wants indeedApollo wrote:You kidding? Assuming his website is hosted with a regular provider, php's built-in mail function is probably all he needs.jshpro2 wrote:You need to learn how to configure an MTA and mail delivery agent such as procmail. Linux experience wouldnt hurt.
There are 10 types of people in this world, those who understand binary and those who don't
Re: Trying to add an email box to a website
Oh, haha ok 
I thought 'email box' as in 'email editbox' i.e. and input field in a form, to set up an email form or something.
I thought 'email box' as in 'email editbox' i.e. and input field in a form, to set up an email form or something.
Re: Trying to add an email box to a website
Yeah thats what network solutions is for. If hes doing it himself he needs to learn to configure an MTA