Announcement

Collapse
No announcement yet.

Mass Mail not Sending mails

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Originally posted by lerg57 View Post
    I wrote:
    Also in the EspoCRM Application, when you select the time to send the mass mail there are options every 30 min. Will it work if I set to 21:32 instead of 21.30 for example?
    Please see picture: http://bit.ly/2gtyQ2E
    If you set to 21:32, it will run at 22:00.
    Job Offers and Requests

    Comment


    • #17
      This folder does not exist:
      Code:
      /opt/bitnami/php/bin/php
      This file does exist:
      Code:
      /opt/bitnami/apps/espocrm/htdocs/cron.php
      This is what it contains: http://bit.ly/2iXwCxk


      This
      Code:
      id -u daemon
      Displays:

      Code:
      1
      Here is the image for daemon, bitnami and root users: http://bit.ly/2iWt6TM


      Comment


      • #18
        This folder does not exist:
        Code:
        /opt/bitnami/php/bin/php
        It should be a file, not folder.
        Code:
        /opt/bitnami/php/bin - folder
        php - file inside this folder
        Did you try to remove cache folder and run cron with this command:
        Code:
         * * * * * cd /opt/bitnami/apps/espocrm/htdocs; sudo -u daemon /opt/bitnami/php/bin/php cron.php  > /dev/null 2>&1
        Job Offers and Requests

        Comment


        • #19
          Dear Tarasm,
          It finally worked sending mass mail!!!
          There was a mistake in the cron.php file that is located in /opt/bitnami/apps/espocrm/htdocs.

          It was missing this PHP instruction:
          Code:
          "?>"
          I really really appreciate your help and your patience.

          Without your help I would have not resolved it.

          Thank you!!!

          Best regards

          Luis R
          Mexico

          Comment

          Working...
          X