I want to track a New Applicant Details Via Email, When A Applicant send the Details Via Email., I want to get that details, Attachments to recruitment apps→ selected job possitions new Stage, Is it posible??? How??
Этот вопрос был отмечен
Hello,
Yes, this is possible in Odoo Recruitment.
You can configure an email alias for a Job Position so that whenever a candidate sends an email, Odoo automatically creates an Applicant record, captures the email content, and attaches the uploaded resume/documents to the application.
For testing, localhost is usually not ideal because incoming emails from external mail servers cannot be delivered directly to a local machine. It is generally easier to test using a publicly accessible server, Odoo.sh, or a properly configured mail server.
As a beginner, start by:
- Creating a Job Position in Recruitment.
- Configuring an email alias for that position.
- Setting up incoming mail processing.
- Sending a test email with an attachment and verifying that an applicant record is created automatically.
Hope this works for you! If you need any help implementing this or want a more optimized approach, feel free to reach out for further discussion.
Regards,
Zehntech Technologies Inc.
Yes, it is possible, but on localhost you need to configure an Incoming Mail Server because external email providers cannot directly deliver emails to a local machine unless it is publicly accessible.
To test this feature:
Install the Recruitment app.
Go to Recruitment → Configuration → Job Positions.
Open a job position and configure an Email Alias (for example: jobs@yourdomain.com).
Go to Settings → Technical → Email → Incoming Mail Servers and configure your email account (IMAP/POP).
Enable the scheduled action Mail: Fetchmail Service so Odoo periodically fetches emails.
When an email is received:
A new applicant record is created in the corresponding job position.
The email subject and body are stored on the applicant record.
Attachments (CV, resume, certificates, etc.) are automatically attached to the applicant.
For localhost testing, you can:
Use a Gmail or Outlook account as the incoming mail server.
Configure Fetchmail in Odoo to retrieve emails from that mailbox.
Send a test email with attachments to the configured email address and run the Fetchmail scheduled action manually.
No custom development is required for this basic applicant creation workflow, as it is supported by Odoo's Recruitment and Email Alias features out of the box.
Не оставайтесь в стороне – присоединяйтесь к обсуждению!
Создайте аккаунт сегодня, чтобы получить доступ к эксклюзивным функциям и стать частью нашего замечательного сообщества!
Регистрация| Похожие посты | Ответы | Просмотры | Активность | |
|---|---|---|---|---|
|
|
0
сент. 23
|
4870 | ||
|
|
2
мар. 21
|
3322 | ||
|
|
0
сент. 15
|
5167 | ||
|
|
2
июн. 18
|
7600 | ||
|
|
0
февр. 23
|
3522 |
Hello
You have setup incoming mail server on odoo,right?
Odoo’s Recruitment app handles applications automatically. While the 'Apply Now' button on the portal creates records instantly, you can also configure an Email Alias for any job position. This allows applicants to email you directly, automatically creating a record with all attachments preserved in the backend.
Let me know if you need any assistance regarding this
Thanks
No, I am a beginner , So Can You Guide me from Scratch? Now I am Using Local host, I just want to test this emails go to recruitment app? If localhost cannot what could i do?