• When user register, we are sending welcome mail,payment details, user verification mail that having verification link. This verification mail getting 4 minutes delay for delivery to gmail users. When checked mx record, its correctly delivering from there, only getting inbox is getting 4 minutes time. If we send this mail directly via gmail to user account instead of from website also facing same issue. Please anyone faced this?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    >> If we send this mail directly via gmail to user account instead of from website also facing same issue. <<

    So this occurs whether the mail is sent by WP or not? In that case, I suggest it’s a gmail thing. Do you have the necessary SPF and DKIM records set up for your domain? I’m not sure they’d help, but they wouldn’t hurt.

    Yes, sounds like a Gmail issue if this occurs not only when sending from your site.
    If that were not the case, I’d recommend sending mails through SMTP better than php mail() if you’re not already doing so. This also helps to lower the delay time.

    Thread Starter neethuanna03rocket

    (@neethuanna03rocket)

    Yes ,we added DKIM in godaddy domain also. Still facing same problem for gmail. Sending via SMTP only. Configured gmail api mailer in smtp, tried with other mailer options such as pepipost,Sendinblue etc. Same problem in that case also.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘user verification mail having lin delivering by delay for gmail users’ is closed to new replies.