28 questions
0
votes
0
answers
36
views
Azure Communication Service: SMTP-gebruiker koppelen aan App Registration lukt niet (Unknown / Not applicable)
Ik probeer via Azure Communication Services (ACS) e-mails te verzenden vanuit een Laravel-applicatie via SMTP, maar ik loop tegen het volgende probleem aan:
Huidige situatie
Resource group bevat:
...
1
vote
1
answer
103
views
Django send_mail() / EmailMessage with Gmail SMTP has 4-minute delay for new email recipients
I’m facing a consistent email delivery delay when using Django’s built-in send_mail() or EmailMessage functions with Gmail SMTP.
🔧Setup:
Backend: Django (tested with both send_mail() and ...
2
votes
2
answers
276
views
Google Workspace Admin SDK Email Log Search Reports API: How to retrieve email delivery status?
I'm using the Google Workspace Admin SDK Reports API - Email Log Search in Node.js to retrieve email logs for messages sent from my domain. I'm able to get details like:
Sender email
Recipient email
...
0
votes
0
answers
403
views
Email delivery (or Mailbox) testing without sending emails in PHP?
I have a list of emails and want to check how many of them are able to receive emails.
I have a PHP code that validates email using
filter_var($email, FILTER_VALIDATE_EMAIL)
and
$domain = explode('@',...
0
votes
1
answer
2k
views
I'm using Microsoft Graph API to send email. But how could I know that email was delivered/opened/bounced?
I need to be notified on email delivered/opened/bounced by triggering my endpoint, or I need to be able to get Delivery report using API,
Is there any hook, where I can provide endpoint, which will be ...
0
votes
1
answer
58
views
Is it bad for deliverability to have send-only email addresses?
For example:
[email protected]
[email protected]
[email protected]
etc.
They would be used only to send some updates and newsletters.
Is it ok if those email ...
0
votes
1
answer
2k
views
(Mail Delivery Subsystem) check if the receiver email is able to receive or not?
I'm trying to send important email to an organization. their email account is always full. thus, It never receives my email due to the following error.
title:
Mail Delivery Subsystem
from:
mailer-...
0
votes
2
answers
2k
views
WordPress: I need to send users a notification when their role is changed, my code snippet doesn't work
I'm building a members style site using WordPress. When a user registers their default role is "subscriber" once we manually approve their account we change the user role to "...
0
votes
1
answer
153
views
phpmailer forces Mail delivery failed to reply-to and not from
I'm using phpmailer on my ERP and the from email is a noreply@ and the reply-to is my client/company email.
Sometimes I'm receiving "Mail delivery failed: returning message to sender" that ...
0
votes
1
answer
843
views
Send en email programmatically but an response should come to a user
We're building a web app which contains a form of what documents to request from a client. So
A user ticks for example driver license, passport and application letter on that form and click "...
6
votes
2
answers
14k
views
Can anyone understand or read Microsoft anti-spam email headers?
I am setting up a small online business and have used wix.com to create a website.
I created some email triggers using the websites automations which send the emails on behalf of my email domain using ...
1
vote
2
answers
915
views
Smtp delivery receipt by using gmail smtp server
I want to get the delivery notification after sending a mail whether is was success or failure, on google I got to know about DeliveryNotificationOptions, but when i tried to create one poc to check ...
1
vote
1
answer
386
views
Mailjet: alert on undelivered recipients
I'm aware this may not be the right place to ask this, but I don't know where else and others may encounter the same issue.
I'd like to have an aggregated view (or an alert) when some recipients in my ...
0
votes
1
answer
124
views
Mails generated in PHP going to Spam (in Gmail only)
I am using Xenforo and the following script to send mail
<mail:subject>
{{ phrase('user_email_confirmation_subject', {
'boardTitle': $xf.options.boardTitle
}) }}
</mail:...
-2
votes
2
answers
275
views
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 ...