Questions tagged [email-delivery]
24 questions
0
votes
1 answer
Sent Mail checking if it is delivered and open to recipient in Laravel
I want help in scaffolding code with Laravel default Mail package to send an email to the recipient with an enhancement that checks the status either mail is delivered to recipient and then check that either recipient opened the mail or not and then…

Usman Hafeez
- 357
- 1
- 7
- 20
0
votes
0 answers
Mail delivery failed: returning Email to sender
I am Getting mail from Mail Delivery System.I attached the mail below.
---------- Forwarded message ----------
From: Mail Delivery System
Date: Wed, Aug 9, 2017 at 10:00 PM
Subject: Mail delivery failed: returning message…

Jenith Samuel
- 258
- 1
- 17
0
votes
1 answer
Rails, How to deliver dynamic email depending on user status after session expiration
So I have a website similar to an e-commerce site. I want to send out an email to the user after session expiry(preferably 30min after expiry), with dynamic content - with respect to their status, i.e. if they have items in their cart, if they…

Jesse Sravya
- 121
- 1
- 2
- 9
0
votes
1 answer
Email delivery exceptions in Symfony3
I have a Symfony project, that is now being tested on live system, and I'm using the delivery_address to prevent sending email to real recipients.
I needed also some exceptions for this, so I have used a very nice delivery_whitelist option (like…

userfuser
- 1,350
- 1
- 18
- 32
0
votes
1 answer
How to know send mail delivery status
Using PHPmailer how may I be able to know whether a sent mail delivered to the user or not. Actually I want to know the delivery status of the sent mail using PHP. Is it possible? Please let me know.

Suresh Kumar Khatua
- 11
- 1
0
votes
1 answer
What is the best method for avoiding email blacklists in a VPS that has several websites?
We have a powerful VPS currently having various websites. This websites although they do not spam have had their i.p. emails blacklisted in the past? we keep fighting against getting the i.p.. delisted because it otherwise affects all websites email…

davidlovski
- 25
- 5
0
votes
0 answers
emails are coming with 20 min delay bluehost
Here is my php code:
$message = '

aiddev
- 1,409
- 2
- 24
- 56
-2
votes
2 answers
How to wp_mail sends 50 email every hour?
I created a function in cron that sends about 250 emails via wp_mail(). However, my hosting provider does not allow sending more than 50 emails every hour. Is there a way to force wordpress to cache all emails and send 50 of them every hour?
Thanks!

Fabio Ottaviani
- 61
- 1
- 4
-2
votes
3 answers
Yii2 Mandrill email soft verification
i am using yii2 plugin nickcv and i want to know that email status just like soft verification or email delivered or not. can anyone help me??
Thanks in advance.
\Yii::$app->mailer
->compose('mailViewName', ['model' =>…

nageen nayak
- 1,262
- 2
- 18
- 28