-
home page
-
vtenext - Official Forum
-
vtenext CE
-
SOLVED - VTE 4.5 Free sending mail
SOLVED - VTE 4.5 Free sending mail
Less
More
-
Posts: 56
-
Thank you received: 7
-
-
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.
Less
More
-
Posts: 380
-
Thank you received: 26
-
-
Less
More
-
Posts: 56
-
Thank you received: 7
-
-
27 Feb 2014 15:03 #3066
by cpvt
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.
Less
More
-
Posts: 43
-
Thank you received: 2
-
-
Less
More
-
Posts: 56
-
Thank you received: 7
-
-
22 May 2014 08:56 #3133
by cpvt
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.
-
home page
-
vtenext - Official Forum
-
vtenext CE
-
SOLVED - VTE 4.5 Free sending mail
Time to create page: 0.084 seconds