SOLVED - VTE 4.5 Free sending mail

More
27 Feb 2014 08:10 - 07 Mar 2014 15:25 #3064 by cpvt
Hi anyone, I upgraded my 4.4.1 version to 4.5 and testing it I saw that the email written in VTE are not sended. Taking a look to code I saw some new cron in cron/modules/Messages.

Could you explain how to correctly setting up this cron for sendind and receiving emails

Thanks

cp
Last edit: 07 Mar 2014 15:25 by cpvt. Reason: Mark Solved

Please Log in to join the conversation.

More
27 Feb 2014 08:32 #3065 by dende
Replied by dende on topic Re: VTE 4.5 Free sending mail
Please have a look on link "Instruction for background engine" that you will find in this page www.vtecrm.com/it/community/vte-crm-free.html

Please Log in to join the conversation.

More
27 Feb 2014 15:03 #3066 by cpvt
Replied by cpvt on topic Re: VTE 4.5 Free sending mail
Thank you. It's my fault. I red only the very first lines and I miss the messages part.

cp

Please Log in to join the conversation.

More
16 May 2014 15:18 #3132 by pasquale.dibari
Hi Dende, I can't find "Instruction for background engine" in the page www.vtecrm.com/it/community/vte-crm-free.html .

Please Log in to join the conversation.

More
22 May 2014 08:56 #3133 by cpvt
Replied by cpvt on topic Re: VTE 4.5 Free sending mail
I have a copy:

LINUX

Add to the crontab:

1-56/5 * * * * root /var/www/vte/cron/modules/com_vtiger_workflow/com_vtiger_workflow.sh
*/1 * * * * root /var/www/vte/cron/modules/Newsletter/NewsletterCron.sh
1-56/5 * * * * root /var/www/vte/cron/sendreminder.sh
1-56/5 * * * * root /var/www/vte/cron/MailScannerCron.sh
0 */1 * * * root /var/www/vte/cron/modules/ModNotifications/ModNotificationsCron.sh
*/5 * * * * root /var/www/vte/cron/modules/Import/ScheduledImportCron.sh
2-57/5 * * * * root /var/www/vte/cron/modules/SLA/SLACron.sh

*/10 * * * * root /var/www/vte/cron/modules/Messages/MessagesCron.sh
*/10 * * * * root /var/www/vte/cron/modules/Messages/Pop3Cron.sh
*/1 * * * * root /var/www/vte/cron/modules/Messages/InboxCron.sh
*/1 * * * * root /var/www/vte/cron/modules/Messages/PropagateToImapCron.sh
*/1 * * * * root /var/www/vte/cron/modules/Messages/SendMessagesCron.sh

VERIFY that all the scripts are executable running the command: chmod a+x FILE

cp
The following user(s) said Thank You: dende

Please Log in to join the conversation.

Time to create page: 0.084 seconds