Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
hi,
all
i develop hia job application.
i want to use job mail alerts in user email box.

when a new job is posted the
those user who can get alerts
i have a popupbox with email textbox and submit button

i want when user enter a email address and submit.

recived newly matched jobs in email.

like Codeproject daily news alerts.

plz help me this i have lot of search but solution find nothing.

how can i do this.

plz help me.
Posted

1 solution

I'm going to answer this as best as I can. In fact, it is a full solution for any system you are likely to work on, ever, despite the fact I'm only 50% sure of what you need from your question. Anyway, here is goes:


  1. Take you system and break it down into individual tasks. (e.g. "Post a new job", "Store the job", "e-Mail users" etc).
  2. If you can't start these task - break those down into sub tasks, e.g. "e-Mail users" could become: "Get list of recipients", "Get e-mail template", "fill e-mail template with job info", "populate e-mail recipients", "Send email via smtp" or somesuch
  3. Repeat steps 1 & 2 until you feel you cans start and get going. Your plans may change as you do this, that is normal as designing a system is hard, apply the same principles if/when you get stuck.
  4. Your question as it currently stands reads: "How do I write this whole system", no-one is going to do that for you, it is simply too much work and there are too many design decisions only you or your team can make. You might be able to find frameworks to help reduce the work you need to do - I dare say they are several for this task, not all are free. You then have the option of integrating into your system.

    Once you've started coding, you will hit problems, google first and if you can't get help there then aske here. Simple, "atomic" questions are more likely to get answers especially if you provide code and state what it is that isn't working. It is also OK to say something like "I need to send an e-mail via an SMTP server, but don't know where to start, I've tried googling x,y, and z but couldn't find what I'm looking for. How do I start/what should I search for".
 
Share this answer
 
Comments
paracha1 1-Oct-13 15:56pm    
Dear Keith Barrow
thanks for reply
dear i have complte all procedures create job save job apply job download cv etc,,, u just tell me how do i start plz send me code related this. if u have
i m very thanksful to u
Keith Barrow 2-Oct-13 4:34am    
No, I really don't have the code for this. If I did, I'd be asking you who you are writing this software for and getting in touch so they could pay me instead. It is obvious you haven't read or understood what I have said: Functionally decompose your system, start writing it yourself and if you then hit problems first google, then ask for help. Implicit in this is that you need to do it yourself.

You have a solution. You have *the* solution.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900