Creating an Alias Email Account Automatically

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mjood
Forum Newbie
Posts: 1
Joined: Wed Mar 04, 2009 12:29 pm

Creating an Alias Email Account Automatically

Post by mjood »

Hello,

I want to create a php script to obtain resume distribution through the internet.

The service will be confidential for jobseeker in such the recruiter can’t see the jobseeker personal email when the script send the resume to the recruiter.

So I think to assign an alias e-mail address (from my domain) which will be the "reply-to" address for the recruiter. This way the recruiter will not be able to identify jobseeker through his email address.

Iam using php to create the script in Linux server.

Can any one help me how to create an alias email account for each user (jobseeker) automatically when he signs up for this service?
Post Reply