• Resolved Claudio Pellizzari

    (@claudio-pellizzari)


    Hi!
    I use Postman to send post notification by Subscribe2 and authenticated SMTP service.
    The first sending was ok, but now I am not able to send notification.
    With the connection test I obtain the following message:

    Port 465 può essere utilizzato per SMTP per authsmtp.parcoindustriale.net. Attenzione: collegati a null invece di parcoindustriale.net.
    ❌ Nessun percorso in uscita tra questo sito e Internet sulla porta 587.

    In the log the status is:

    5.1.1 recipient rejected

    Have you some suggestion?
    Thank in advance.
    By
    Claudio

    https://ww.wp.xz.cn/plugins/postman-smtp/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Jason Hendriks

    (@jasonhendriks)

    Sure. Your connection test says that you can use port 465, but you can not use port 587. That’s not a problem.

    5.1.1 recipient rejected

    Postman said to the server “I want to email this guy” and the server said “no”. Maybe the email was invalid, maybe their mailbox was full, maybe the account didn’t exist. There are lots of reasons why the recipient would be rejected.

    There’s nothing you can do on your end, the problem is with the recipient’s account. If you think the email address was valid, then checking the transcript for the failed message might provide more clues.

    Thread Starter Claudio Pellizzari

    (@claudio-pellizzari)

    I sent a message as a notification of a new post to about 20 address. If it does not work now, which mailbox is full? I don’t obtain failed message and the test mail arrives regularly.
    I try with port 587.

    Plugin Author Jason Hendriks

    (@jasonhendriks)

    Go the logs in Tools -> Email Log, find the email that failed to send and paste the Transcript here.

    Thread Starter Claudio Pellizzari

    (@claudio-pellizzari)

    220 paganini32 authsmtp ESMTP server ready
    EHLO localhost
    250-paganini32 hello [81.88.49.53], pleased to meet you
    250-HELP
    250-AUTH LOGIN PLAIN
    250-SIZE 500000000
    250-ENHANCEDSTATUSCODES
    250-PIPELINING
    250-8BITMIME
    250-STARTTLS
    250 OK
    AUTH PLAIN
    334
    AHNtdHBAcGFyY29pbmR1c3RyaWFsZS5uZXQATWFyY29uaS03Mw==
    235 2.7.0 … authentication succeeded
    MAIL FROM:<[email protected]>
    250 2.1.0 <[email protected]> sender ok
    RCPT TO:<[email protected]>
    250 2.1.5 <[email protected]> recipient ok
    RCPT TO:<[email protected]>
    550 5.1.1 <[email protected]> recipient rejected

    Plugin Author Jason Hendriks

    (@jasonhendriks)

    Your SMTP server “paganini32” is rejecting address “[email protected]”. I do not know why, you’ll have to ask the administrator. Send them a copy of the transcript.

    Thread Starter Claudio Pellizzari

    (@claudio-pellizzari)

    I deleted “[email protected]” from subscriber list and the notification was delivered.
    I think the problem is solved.
    Thank you very much for your time.
    By
    Claudio

    Plugin Author Jason Hendriks

    (@jasonhendriks)

    @claudio-pellizzari, I forgot to mention that you should change your password ASAP.

    In the future don’t post email session transcripts online. They contain your account username and password, in encoded form.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Postman with Subscribe2’ is closed to new replies.