mjood Posted March 4, 2009 Share Posted March 4, 2009 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? Link to comment https://forums.phpfreaks.com/topic/147952-creating-an-alias-email-account-automatically/ Share on other sites More sharing options...
Mad Mick Posted March 4, 2009 Share Posted March 4, 2009 Or you can store the files on the server - jobseeker uploads his CV. The recruiter then accesses only those CVs which you have allowed. Just a suggestion but sounds more user-friendly and modern than sending emails. Link to comment https://forums.phpfreaks.com/topic/147952-creating-an-alias-email-account-automatically/#findComment-776559 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.