• I love to love this plugin but I have faced several issues so I switched to another plugin for now. I hope you can get it resolved.

    1. The fallback method does not work. I have mailgun as my main email delivery method. When it failed to deliver, the fallback method was supposed to be used. I have setup the parameters correctly but it’s not recognized:

    “smtp:none:none://localhost:25″

    2. There is no way to test the fallback method. How can I check it it works?
    3. There is no way to customize the email test.

    4. Big issue – the Reply-to field is sent with enclosing quotation marks to it fails deliver because of the ” ” in the string: causing double quotation

    From: myEmail <[email protected]>
    To: [email protected]
    Reply-To: “[email protected]
    Date: 2019-07-30 02:55:50
    Subject: “This subject”
    Delivery-URI: https://api.mailgun.net:443

    It should be [email protected] only, not “[email protected]

    Once these are fixed, I really would like to use it again. Thanks.

Viewing 1 replies (of 1 total)
  • Hi,

    Sorry for the late reply, I had some personal issues.

    1. if you have mailgun configured the line you mention is not logical:
    “smtp:none:none://localhost:25″

    The meaning Post SMTP is configured to use local mail delivery.

    2. just put a wrong password ot something like that.

    3. why you need to customize it? it’s just for testing 🙂

    4. Did you switch to phpmailer delivery?

Viewing 1 replies (of 1 total)

The topic ‘Several Issues’ is closed to new replies.