Mass Mail not Sending mails

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • tarasm
    replied
    Then try to add for the bitmani user. Steps:
    1. Run the command:
    Code:
    sudo crontab -e -u bitnami
    2. Paste the line:
    Code:
    [I]* * * * * cd /opt/bitnami/apps/espocrm/htdocs; /bitnami/lampstack-linux-x64/output/php/bin/php -f cron.php > /dev/null 2>&1[/I]
    3. Save crontab (for nano editor press Ctrl+O, then Ctrl+X)

    Change your Scheduled Jobs:
    b) Check Group Email Accounts -> Scheduling to
    Code:
    */2 * * * *
    c) Send Mass Emails -> Scheduling to
    Code:
    * * * * *

    Leave a comment:


  • lerg57
    replied
    Dear Tarasm,
    Thank you very much for the help.

    After typing thru SSH ;

    Code:
    sudo crontab -e -u daemon
    I receive this msg:
    Code:
    The user daemon cannot use this program (cronab)
    The users I have available are : bitnami & root

    I'm wandering if I have to add this line :
    Code:
    [I]* * * * * cd /opt/bitnami/apps/espocrm/htdocs; /bitnami/lampstack-linux-x64/output/php/bin/php -f cron.php > /dev/null 2>&1, [/I]
    a) to crontab / http://bit.ly/2v7LwXc (Image)

    b) To Scheduled Jobs -> Check Group Email Accounts -> Scheduling / http://bit.ly/2v7VYht (Image)

    c) To Scheduled Jobs -> Send Mass Emails -> -> Scheduling / http://bit.ly/2v7W7S3 (Image)

    Thank you

    Luis R
    Last edited by lerg57; 08-24-2017, 03:16 AM.

    Leave a comment:


  • tarasm
    replied
    Please login via ssh and use this command to add a job for crontab:
    Code:
    sudo crontab -e -u daemon

    Leave a comment:


  • lerg57
    started a topic Mass Mail not Sending mails

    Mass Mail not Sending mails

    I want to send Mass emails
    have installed EC v4.8.1 in a AWS EC2 instance.

    In Scheduled Jobs says:


    Note: Add this line to the crontab file to run Espo Scheduled Jobs:
    * * * * * cd /opt/bitnami/apps/espocrm/htdocs; /bitnami/lampstack-linux-x64/output/php/bin/php -f cron.php > /dev/null 2>&1

    Please advise where I have to put the previous line:

    - Check Group Email Accounts / Scheduling
    - Send Mass Emails / Scheduling
    - CRON.PHP thru SSH

    Thanks

    Luis R
Working...