I am working on Job portal site in drupal7,i have made one application form to apply for a job which is working fine and have used private message module.Now i need to use both whenever user apply for a job,on submit user will get a message in the inbox.Please share your knowledge.
Thank You
Like Bhuvan Rikka said in the comments you can store the email in a db and then use it to send the email with whatever information you want to send with this:
You must obviously get the email from the database and store it in the $email variable before using this.
Hope this helped.