faqts : Computers : Programming : Languages : PHP : Common Problems : Email

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

20 of 47 people (43%) answered Yes
Recently 3 of 10 people (30%) answered Yes

Entry

How do I create a mailbox using PHP and sendmail ?

Jan 26th, 2003 16:01
John Marc, Dickson, unknown unknown,


Use the EXEC() command to enter system commands to do so.  Your script 
must have sufficient rights to do so.  There is no PHP function to do 
this.