gnikyt / laravel-shopify

A full-featured Laravel package for aiding in Shopify App development
MIT License
1.24k stars 374 forks source link

Send reports in mails #1132

Closed TackyGautam closed 2 years ago

TackyGautam commented 2 years ago

Hello @osiset I want to create a cron which will create the reports and send the reporta to shopify store mail address for every user in the table having a particular plan_id.

I checked whole internet but didnt get any point. please let me knkw ASAP.. pls pls. I have to implement it on 4 running projects. I am using Osiset laravel.

ncpope commented 2 years ago

@TackyGautam this isn't really related specifically to this package and might fall out of scope.

You might want to take a look into more general Laravel cron job guides and guides on sending email using Laravel.

Kyon147 commented 2 years ago

Hi @TackyGautam

This is for issues relating to the package, you'd be better off putting your question on StackOverflow rather on here.

I'll give you some direction on how I'd implement it to get you started.

I'm going to close this ticket now, so feel free to take this info to help you set up a question on StackOverflow.