Search found 4 matches

by dm0nkey
Wed Jul 30, 2008 11:48 am
Forum: PHP - Code
Topic: creating email aliases on the fly with php?
Replies: 6
Views: 202

Re: creating email aliases on the fly with php?

jaoudestudios wrote:You will have to read the article.

However, it should not do as both access and save everything in a database.
It's making a call to this URL which may not be present on my server:

/frontend/$cpskin/mail/doaddpop.html?
by dm0nkey
Wed Jul 30, 2008 11:18 am
Forum: PHP - Code
Topic: creating email aliases on the fly with php?
Replies: 6
Views: 202

Re: creating email aliases on the fly with php?

jaoudestudios wrote:I went to the obvious place, Google and did a search, there are plenty of results.

Here is one that caught my eye...
http://www.zubrag.com/scripts/cpanel-cr ... ccount.php
Does it matter that I use Plesk instead of CPanel?
by dm0nkey
Wed Jul 30, 2008 10:21 am
Forum: PHP - Code
Topic: creating email aliases on the fly with php?
Replies: 6
Views: 202

Re: creating email aliases on the fly with php?

jaoudestudios wrote:Yes but you will have to drop into the shell from php
do you know of any sample scripts out there that will work for my purposes?
by dm0nkey
Wed Jul 30, 2008 10:10 am
Forum: PHP - Code
Topic: creating email aliases on the fly with php?
Replies: 6
Views: 202

creating email aliases on the fly with php?

Is it possible to create email aliases on the fly with PHP. For example, if I want users who create an account on my website, I want to create an associated email alias for them with my domain name. So in essence, there can be multiple email aliases that is associated with one mailbox. 1) User comes...