Jason Hendriks
Forum Replies Created
-
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] 2 Recurring Intermittent ErrorsYou get the lock file error because Postman crashed while it was trying to send mail (the first error), and couldn’t remove its own lock file normally. The lock file cleared itself on the next mail attempt.
PHP is telling you that it asked the computer for 36 more megabytes and the computer said, sorry, i’ve already given you 256 and that’s all you get.
All the scripts that run in PHP, including Postman, cost you some amount of memory but that seems rather high. Might be a memory leak somewhere,
If I would install a PHP profiler, or one of those WordPress plugins that shows you how much memory each plugin is using.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Delivery failuresX-PHP-Originating-Script: 631:class-phpmailer.php
X-Mailer: PHPMailer 5.2.14 (https://github.com/PHPMailer/PHPMailer)This email was not sent by the Postman plugin for WordPress. This forum is for users of the Postman plugin.
Cheers,
Jasoneven though Postman is saying it doesn’t.
This message comes from the mail server, not Postman. Perhaps this mailbox has run out of space. You have to ask your email service why they would not deliver this message. Postman has very little control over what happens server-side.
http://ask-leo.com/what_does_mailbox_unavailable_mean.html
Hope that helps 🙂
Forum: Reviews
In reply to: [Postman SMTP Mailer/Email Log] Great😃
@kgsailing2015
Yes that will allow Mail Poet to operate while Postman is installed, but Mail Poet will use its own internal SMTP delivery. Not Postman.@jld142
As per my last conversation with Mail Poet, this plugin will not use Postman to deliver email.Postman hit 60,000 users after just one year. The feedback is terrific and it solves real email problems. Perhaps we can re-open the issue again?
A Spam filter is normally not something you can trick with an email header, or all spammers would be doing it. Normally it’s the content of the email. Not sure why disabling Postman fixes it, but usually examining the header the Spam filter added to the email points to the problem.
Could you post a problem email message?
Cheers!
Jason 🙂550 Requested action not taken: mailbox unavailable
Means the recipient address (“Final-Recipient”) does not exist.
Forum: Fixing WordPress
In reply to: Admin or author not getting comment email notifications…I see you are using Mandrill to send your email. Did you know that they are now a paid only service? That might be why Mandrill has refused to deliver your email.
[0] => Array ( [email] => info@[redacted] [status] => rejected [_id] => 773ee84de1e24d9abab1ad1d7e4b5afb [reject_reason] => unsigned )If you are using Mandrill to deliver your email, that has nothing to do with GoDaddy.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Ajax ErrorSo odd. I don’t see anything corrupt in this response. It’s possible that your web server returned the wrong error code to the browser.
But this is just an issue with the test. It doesn’t affect your actual email setup.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Mail goes through but error from Gmail apiIs it possible you have Google configured to automatically forward your messages somewhere else? If you received the email properly, then there is nothing wrong with Postman.
Forum: Fixing WordPress
In reply to: Admin or author not getting comment email notifications…Looks in Postman’s log (Tools > Email Log) and privately send me a copy of one of your session transcripts. I’ll see if something is configured wrong for you.
So, if we take out the belief that I am trying to spoof something, again I have to ask…. how can I get my emails to properly display the From name of the form sender?
You’ll have to take your grief to your Email Service company then.
Like I said, if you inspect the session transcript, you will see that Postman is already putting
From: Betty Boopon your email.Well your phone and email are outside of GoDaddy, while you’re website is inside GoDaddy, it’s common then that they have different servers to use.
smtpout (outside) relay-hosting (inside).
Glad you got it working!
@hijadelsol if you still have an issue would you please start a new topic and let me know what the trouble is? Thank-you 🙂