mail-queue Questions

4

I am using mailgun API to send emails. By mistake I called a function that queued thousands of emails in Mailgun. Is there a way to Cancel/Clear the queue?
Workroom asked 31/8, 2015 at 10:22

1

I am using Laravel 5.2. I am using Mail queue for sending email. Following is email queue syntax. $mailArr = array(); $mailArr['subject'] = 'testing mail'; $mail_body = 'testing mail'; $mailArr['d...
Lizalizabeth asked 27/3, 2018 at 6:8

5

I am running a command-line PHP job that is resulting in a Segmentation Fault. This job has worked for a long time, but it processes something that is emailed in. Apparently there's something in th...
V2 asked 26/10, 2012 at 1:11

1

I want to send my emails using sendgrid's SMTP servers, but connecting to them, not at "Web-time", but via a (simple) queue. I know PEAR's Mail_Queue can enable me to do that, but can I do it usi...
Varletry asked 10/6, 2011 at 15:14

3

Solved

I have a cron which generates the whole mail info and puts in a database table using $mail_queue->put(.....) with an option to delete emails after they're sent. Here's where I need a little hel...
Deckard asked 14/8, 2009 at 0:21
1

© 2022 - 2025 — McMap. All rights reserved.