Results 1 to 10 of 10
  1. #1
    Join Date
    Jul 2010
    Location
    L'Aquila
    Posts
    113
    Plugin Contributions
    1

    Default Error sending to gmail

    Good morning, we write because every time a user registers on our site, or we update the order, these emails arrive towards gmail:
    What needs to be done Thank you, do you have any solutions?

    This message was created automatically by mail delivery software.

    A message that you sent could not be delivered to one or more of its
    recipients. This is a permanent error. The following address(es) failed:

    XXXXXXXX######################
    host gmail-smtp-in.l.google.com [74.125.133.26]
    SMTP error from remote mail server after end of data:
    550-5.7.26 This message does not pass authentication checks (SPF and DKIM both
    550-5.7.26 do not pass). SPF check for [erboristeriabio.com] does not pass with
    550-5.7.26 ip: [157.90.135.249].To best protect our users from spam, the
    550-5.7.26 message has been blocked. Please visit
    550-5.7.26 https://support.google.com/mail/answ...authentication for more
    550 5.7.26 information. q25-20020a056000137900b002bc214edbd6si22510995wrz.80 - gsmtp
    Erboristeria La Spiga e Il Girasole Herbal Shop - https://www.erboristeriabio.com
    Golden Eagle Herbal - https://www.erboristeriabio.it
    Giraspiga - https://www.giraspiga.com

  2. #2
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,542
    Plugin Contributions
    19

    Default Re: Error sending to gmail

    This is not a bug.

    You need to configure your domain and add SPF and DKIM records (and DMARC). You have a link with more information in the email you received.

    Quote Originally Posted by giancalr View Post
    550-5.7.26 ip: [157.90.135.249].To best protect our users from spam, the
    550-5.7.26 message has been blocked. Please visit
    550-5.7.26 https://support.google.com/mail/answ...authentication for more
    550 5.7.26 information. q25-20020a056000137900b002bc214edbd6si22510995wrz.80 - gsmtp
    The link will take you to Google and you'll see a detailed explanation on how to do this. If you can't do it yourself, your host might be able to help you with it. But give it a try, it's not as complicated as it seems at first.

  3. #3
    Join Date
    Jul 2010
    Location
    L'Aquila
    Posts
    113
    Plugin Contributions
    1

    Default Re: Error sending to gmail

    Thanks for the reply, but we have already configured the dns with both spf and dkim,
    but it always does the same,
    we have php as sending method
    and emails sent from known domain set to NO,
    shouldn't we change the settings? Thank you
    Erboristeria La Spiga e Il Girasole Herbal Shop - https://www.erboristeriabio.com
    Golden Eagle Herbal - https://www.erboristeriabio.it
    Giraspiga - https://www.giraspiga.com

  4. #4
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,542
    Plugin Contributions
    19

    Default Re: Error sending to gmail

    emails sent from known domain is used when your email is hosted elsewhere on a different domain (ie. gmail or something else). If you're sending emails from an account using the same domain name, set this to true.

    I'd suggest switching over to smtpauth, php method can be a nightmare...

  5. #5
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,175
    Plugin Contributions
    11

    Default Re: Error sending to gmail

    AND, you still need DMARC. Substitute YOUR_SITE.COM in the following link with your actual URL.

    https://mxtoolbox.com/SuperTool.aspx...M&run=toolpage to test yours.

  6. #6
    Join Date
    Jul 2010
    Location
    L'Aquila
    Posts
    113
    Plugin Contributions
    1

    Default Re: Error sending to gmail

    Thanks to all, I tried to configure sending with smtp following the guide: but always an error, both by entering the email address and the server's IP address, and by entering the various ports, do you have an example of configuration? Thank you

    DMARK is currently not supported on the hosting where the email is registered

    SMTP Email Account Mailbox
    Key: EMAIL_SMTPAUTH_MAILBOX
    Path: Configuration > Email Options
    Description: Enter the mailbox account name ([email protected]) supplied by your host. This is the account name that your host requires for SMTP authentication.
    Only required if using SMTP Authentication for email.
    SMTP Email Account Password
    Key: EMAIL_SMTPAUTH_PASSWORD
    Path: Configuration > Email Options
    Description: Enter the password for your SMTP mailbox.
    Only required if using SMTP Authentication for email.
    SMTP Email Mail Host
    Key: EMAIL_SMTPAUTH_MAIL_SERVER
    Path: Configuration > Email Options
    Description: Enter the DNS name of your SMTP mail server.
    ie: mail.mydomain.com
    or 55.66.77.88
    Only required if using SMTP Authentication for email.
    SMTP Email Mail Server Port
    Key: EMAIL_SMTPAUTH_MAIL_SERVER_PORT
    Path: Configuration > Email Options
    Description: Enter the IP port number that your SMTP mailserver operates on.
    Only required if using SMTP Authentication for email.

    Defaults: 25
    Typical values are:
    25 - normal unencrypted SMTP
    587 - encrypted SMTP
    465 - older MS SMTP port
    Erboristeria La Spiga e Il Girasole Herbal Shop - https://www.erboristeriabio.com
    Golden Eagle Herbal - https://www.erboristeriabio.it
    Giraspiga - https://www.giraspiga.com

  7. #7
    Join Date
    Apr 2019
    Posts
    245
    Plugin Contributions
    0

    Default Re: Error sending to gmail

    If you haven't got a chance to see the following guide, please check it at first:

    https://docs.zen-cart.com/user/email...le-mail--gmail

    We have gave up using gmail to send emails, but use aws ses instead. Our gmail account has 2-step verification, so smtp method is not working natively. The recommended way in this post is "allow less secure authentication" in gmail. However, this feature is retired by google already. If you don't have 2-step verification, this guide "may" still work. But 2-step verification is really necessary.

  8. #8
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,542
    Plugin Contributions
    19

    Default Re: Error sending to gmail

    Quote Originally Posted by njcyx View Post
    If you haven't got a chance to see the following guide, please check it at first:

    https://docs.zen-cart.com/user/email...le-mail--gmail

    We have gave up using gmail to send emails, but use aws ses instead. Our gmail account has 2-step verification, so smtp method is not working natively. The recommended way in this post is "allow less secure authentication" in gmail. However, this feature is retired by google already. If you don't have 2-step verification, this guide "may" still work. But 2-step verification is really necessary.
    Just to avoid confusion - although 100% correct, this is completely off-topic and not related to the OP's question and issue. The issue here is sending TO gmail because incoming gmail server automatically rejects mail coming from OP's server.

  9. #9
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,175
    Plugin Contributions
    11

    Default Re: Error sending to gmail

    Is this where I mention DMARC?

  10. #10
    Join Date
    Apr 2019
    Posts
    245
    Plugin Contributions
    0

    Default Re: Error sending to gmail

    Quote Originally Posted by balihr View Post
    Just to avoid confusion - although 100% correct, this is completely off-topic and not related to the OP's question and issue. The issue here is sending TO gmail because incoming gmail server automatically rejects mail coming from OP's server.
    Yes, you are right. Sorry for my mistake. Please disregard my post.

 

 

Similar Threads

  1. v157 Help - Gmail stopped sending emails from ZenCart 2 days ago
    By jeffmic in forum General Questions
    Replies: 2
    Last Post: 8 Jun 2022, 07:25 PM
  2. Sending HTML emails to GMail accounts
    By teddyswoze in forum General Questions
    Replies: 3
    Last Post: 15 Oct 2009, 10:56 AM
  3. Replies: 40
    Last Post: 24 Sep 2008, 07:38 PM
  4. Using gmail for sending copy of an email.
    By oracleking in forum Basic Configuration
    Replies: 1
    Last Post: 11 Jul 2007, 09:35 PM
  5. Sending using my gmail account
    By HappyMom in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 24 Jun 2006, 06:34 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR