creating email aliases on the fly with php?
Posted: Wed Jul 30, 2008 10:10 am
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 on my website http://www.mydomain.com
2) Creates an account with the user 'dm0nkey'
3) My script creates an email alias on the fly for 'dm0nkey@mydomain.com'
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 on my website http://www.mydomain.com
2) Creates an account with the user 'dm0nkey'
3) My script creates an email alias on the fly for 'dm0nkey@mydomain.com'