Questions tagged [email-delivery]

24 questions
8
votes
3 answers

Sendgrid email always being sent to gmail spam

I have a clickfunnel account using sendgrid for smtp. The email being sent are all ending up in GMAILs SPAM inbox. The emails are text that contain a link to a pdf that was requested via an opt-in form from a clickfunnels website This doesnt seem…
Geronp
  • 81
  • 1
  • 1
  • 3
4
votes
2 answers

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 ascendbywix.com. The customer receives the email…
3
votes
2 answers

Postfix - Rate limit for all domains

My client is a travel agency and has thousands of opted-in emails (no spam). Every week they send a message to all customers once, but I'm having problems with some providers and want to rate limit the entire server, for all outgoing domains. I…
Arvy
  • 1,072
  • 2
  • 16
  • 29
2
votes
2 answers

Gmail Reputation problems

I am very dissatisfied about my email reputation, while I sending to gmail mailbox all mails are going to spam folder. First I send 100 mails send out my domain reputation that time was High in gmail postmaster tools, Gradually I increased the…
2
votes
1 answer

java- undelivered mails:get email id of which emails are undelivered

I have been doing count for emails which are Read-Reciept,NotRead,AutoReplied,Out of Office,Replied Delivered and undelivered mails with following code.But I want email ids on which the mails are undelivered. To get email for undelivered mails I…
2
votes
1 answer

Rails Error Checking for Email Delivery - deliver_now

How should I wrap a deliver_now method call so we can catch errors if they occur while delivering? @user = User.new(user_params) if @user.valid? MyMailer.user_email(@user).deliver # hmmm.... how do we catch if the email is not sent? else …
csi
  • 9,018
  • 8
  • 61
  • 81
1
vote
2 answers

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 this I am not getting proper answer. class…
1
vote
1 answer

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 contact list don't receive any of the emails my…
Augustin Riedinger
  • 20,909
  • 29
  • 133
  • 206
0
votes
1 answer

Is it bad for deliverability to have send-only email addresses?

For example: updates@newsletter.example.com david@newsletter.example.com mary@newsletter.example.com etc. They would be used only to send some updates and newsletters. Is it ok if those email addresses are send-only (like noreply, they cannot…
collimarco
  • 34,231
  • 36
  • 108
  • 142
0
votes
0 answers

Impact on Salesforce Email delivery by changing Email Service Provider on the emails used in Salesforce

We are planning to change our Email Service Provider however the Email Domain remains the same. Would like to know if there would be any impact on the Email Deliverability in the salesforce system or not due to this change? I want to know the impact…
0
votes
1 answer

(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-daemon@googlemail.com message: Your message could not…
MedoofromEgypt
  • 105
  • 1
  • 8
0
votes
2 answers

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 "private_event_member", we need to send the user an email to tell them we…
0
votes
1 answer

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 is normal but I'm receiving those to my noreply@ and not the…
0
votes
1 answer

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 "Send document request". The application sends an email to…
kseen
  • 359
  • 8
  • 56
  • 104
0
votes
1 answer

Mails generated in PHP going to Spam (in Gmail only)

I am using Xenforo and the following script to send mail {{ phrase('user_email_confirmation_subject', { 'boardTitle': $xf.options.boardTitle }) }} {{ phrase('user_email_confirmation_body_html', { …
1
2