Skip to main content

All Questions

Tagged with
2 votes
0 answers
113 views

Context Deadline exceeded and WebSocket Url timeout issue

We create pdf while capture inner html from url using chromedp, it takes 3-4 seconds to capture html from url Now I used this functionality in cron for sending pdf to the customer We have 25000 ...
Ajay Sharma's user avatar
0 votes
1 answer
104 views

PHPMailer 6.9 - NOT sending email with CRONJOB

When I load the script in the browser, it works just fine, but when I use a cronjob to run the script, It is not working. I would like the script to run both in browser and when called by a cron job. ...
Merlin's user avatar
  • 189
0 votes
1 answer
66 views

Bash script in cron not sending e-mail to provided e-mail address in script

i have small bash script, it is working when executed from command line. I get e-mail from [email protected] to mailbox [email protected] #!/bin/bash while read LINE do if curl --insecure -s -...
Kamil Sz's user avatar
0 votes
0 answers
14 views

Crontab suddenly changes mail address

For years I have been using an rsync_script to do daily backups. Each morning I have received an email as root to confirm. After a recent update, it started sending emails to my user account; I have ...
Nigel W Johnson's user avatar
0 votes
0 answers
281 views

WooCommerce: Send mail to customer 7 days after order was marked as completed

I want to send an email to all customers whose orders were marked as completed 7 days ago. The purpose is to ask if they are happy and ask them to rate the product or write a review. I want this to ...
jackennils's user avatar
0 votes
0 answers
57 views

Cron job sends output for shell scripts but no for mysqldumps - Via Nullmailer

I currently have two cron jobs in a server. One for a shell scrpit and another for a mysqldump. Example: 43 16 * * * /var/backups_scripts/backups 46 16 * * * /usr/bin/mysqldump --login-path=bds-server ...
EWSG's user avatar
  • 3
0 votes
1 answer
1k views

PHP : How to send e-mail to the user using cron job

I am new in programming so I really need a guide for my project. I need to send an e-mail as a reminder to the user either few days before or on the same day as the user inputted in their reminder. I ...
Anynomous's user avatar
0 votes
1 answer
313 views

Why Magento send newsletter emails to all subscribers one time, not every minute

Magento newsletter cron job work sending newsletter mail only one time. But "cron_schedule" table update newsletter records with success status every minute. I want to send newsletter email ...
Roseht's user avatar
  • 1
1 vote
0 answers
500 views

Why is my Wordpress cron job firing multiple times a day when it's scheduled for once a day?

The Symptoms I have created a WordPress plugin for a client that sends a daily summary email about activity within their system. The plugin in running on four sites. The host and server config are ...
Mitchell Bennett's user avatar
-2 votes
2 answers
180 views

Cron job script working from browser but not from scheduler?

Here is my PHP page code which I will send emails but I am not able to give a path to the DB connection file which is perfectly working if I run the script through the browser. Edit: I have updated ...
kamran hassan's user avatar
0 votes
0 answers
166 views

Is there a way to schedule a mail?

I need to send emails every day and deliver them at a specific time. Eg. I m calling the function at 1 am every day because no one uses the app at that time and I want emails to be delivered at 8 am ...
Jakub Bednár's user avatar
1 vote
1 answer
189 views

How to send daily email to show new registered users - Jetstream - Laravel 8

i am trying to receive a daily email to show me the new registered users from database i tried "Task Scheduling" but it didn't work for me is there any tutorial to help me with this?
Enigma's user avatar
  • 351
0 votes
1 answer
1k views

How to send email with schedule queue in laravel

I would like to send email using artisan command on laravel project So I have created command and tried to send email using artisan command. <?php namespace App\Console; use ...
Eric vadim's user avatar
1 vote
0 answers
98 views

SugarCRM Incorrect date format in scheduled email

I am working on SugarCRM since past two and a half month so I am new to SugarCRM. Now coming to question I am using Sugar Sell 10.2. I have one job in scheduler running at interval of 5 min. This job ...
jayraval's user avatar
0 votes
2 answers
835 views

Send scheduled email reports from Angular using node.js

I have set up an Angular project and it is consuming APIs from the NodeJS app. Angular dashboards have some reports/charts, I will configure a schedule somewhere in DB. I want to add scheduling ...
AkshayR's user avatar
  • 23

15 30 50 per page
1
2 3 4 5
23