The IMAP connection comes back as “Success: Connection Successful”.
Clicking “Test Outgoing Connection” returns a page with IMAP Status showing Success but the “Send Email Status” shows “No Data Available”
Installed WPCron and cron jobs are being run as normal.
Other email from WP is sent as normal.
]]>As most of you know, outgoing HTTP requests are implemented by WordPress, Themes, and Plugins to perform many functions. Most of them relate to checking your website to determine if any updates are needed. Others, simply check your website for license validation or to simply perform miscellaneous theme or plugin tests which, quite frankly, can slow down your website.
To help minimize these effects (i.e., slowing down your website), follow the method provided below.
Method:
(1) Install and activate Snitch.
(2) Using Snitch, determine which URL(s) are making outgoing HTTP requests and potentially slowing down your website.
(3) Add the snippet provided below to your functions.php file – or – install and activate the plugin “Code Snippets.” I personally recommend this plugin over adding the code to your functions.php file.
Code:
add_filter( 'pre_http_request',
function ( $bFalse, $aReqParams, $sUrl ) {
if ( strpos( $sUrl, '//DOMAINURL1/PATH1') ) {
$bFalse = null;
}
return $bFalse;
if ( strpos( $sUrl, '//DOMAINURL2/PATH2') ) {
$bFalse = null;
}
return $bFalse;
},
PHP_INT_MAX,
3
);
Where DOMAINURL1/PATH1, DOMAINURL2/PATH2 are the URLs/paths obtained from Snitch. If you need to add more URLs, simply repeat the code that starts with “if …” and ends with “… return $bFalse;”
If you know how to simplify the above code, please let us know!
I implemented the above and our website loading time decreased by .2 – .9 seconds.
Cheers!
]]>However – When the forms on the WordPress site wants to send confirmation emails to his own email address (using same domain name as the outgoing address) the emails are not delivered! What I then discovered was that they was actually sent to the webhotel’s SMTP server instead of Office 365 SMTP.
I assume that your plugin has some logic checking if the to-address domain is the same as the outgoing address domain, it just use the same smtp settings and handle the email within the smpt and never send it “out in the air”??
Not sure if this is even possible since I am not that good at this technical stuff… so just guessing:-)
Is this something you have any solutions/suggestions for, or is this controls / actions somewhere else outside your plugins control?
]]>I downloaded your plugin, registered at dev.battle.net and I got “Error occured during query. ” on the website when I tried to add iLvl and gear to a widget. What can cause this?
]]>I tried your plugin and I really like the settings interface, it seems to be exactly what I’m looking for.
For some reason there is no style being applied to the two WP outgoing emails:
* New User Registration
* Password Restore
Is it still compatible with the latest version of WordPress?
The HTML I’m using looks like this:
<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#F4F3F4">
<tbody>
<tr>
<td style="padding: 15px;"><center>
<table width="550" cellspacing="0" cellpadding="0" align="center" bgcolor="#ffffff">
<tbody>
<tr>
<td align="left">
<div style="border: solid 1px #d9d9d9;">
<table id="header" style="line-height: 1.6; font-size: 12px; font-family: Helvetica, Arial, sans-serif; border: solid 1px #FFFFFF; color: #444;" border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#ffffff">
<tbody>
<tr>
<td style="color: #ffffff;" colspan="2" valign="bottom" height="30">.</td>
</tr>
<tr>
<td style="line-height: 32px; padding-left: 30px;" valign="baseline"><span style="font-size: 32px;"><a style="text-decoration: none;" href="%blog_url%" target="_blank">[blog_name]</a></span></td>
<td style="padding-right: 30px;" align="right" valign="baseline"><span style="font-size: 14px; color: #777777;">Blog Slogan</span></td>
</tr>
</tbody>
</table>
<table id="content" style="margin-top: 15px; margin-right: 30px; margin-left: 30px; color: #444; line-height: 1.6; font-size: 12px; font-family: Arial, sans-serif;" border="0" width="490" cellspacing="0" cellpadding="0" bgcolor="#ffffff">
<tbody>
<tr>
<td style="border-top: solid 1px #d9d9d9;" colspan="2">
<div style="padding: 15px 0;">Welcome,</div>
<div style="padding: 15px 0;">[user_login]
[plaintext_password]
</div></td>
</tr>
</tbody>
</table>
<table id="footer" style="line-height: 1.5; font-size: 12px; font-family: Arial, sans-serif; margin-right: 30px; margin-left: 30px;" border="0" width="490" cellspacing="0" cellpadding="0" bgcolor="#ffffff">
<tbody>
<tr style="font-size: 11px; color: #999999;">
<td style="border-top: solid 1px #d9d9d9;" colspan="2">
<div style="padding-top: 15px; padding-bottom: 1px;"><img style="vertical-align: middle;" src="https://www.anasway.net/ZooTest/wp-admin/images/date-button.gif" alt="Date" width="13" height="13" /> Email sent [date] at [time]</div>
<div><img style="vertical-align: middle;" src="https://www.anasway.net/ZooTest/wp-admin/images/comment-grey-bubble.png" alt="Contact" width="12" height="12" /> For any requests, please contact <a href="mailto:%admin_email%">[admin_email]</a></div></td>
</tr>
<tr>
<td style="color: #ffffff;" colspan="2" height="15">.</td>
</tr>
</tbody>
</table>
</div></td>
</tr>
</tbody>
</table>
</center></td>
</tr>
</tbody>
</table>
Could that be the problem? … I really don’t know how to code.
Hopefully you can help me out, I also have gravity forms installed and was wondering if they both play nice with each other?
As you might know, “to”, “from” and “reply to” might vary by form.
Each form might also have a different HTML email style of its own.
Those won’t be overruled by this plugin, would they?
Thank you for you time!
https://www.ads-software.com/plugins/welcome-email-editor/
]]>But with Gmails sending limits I worry I’ll need to move to Mandrill or Sparkpost. But then I won’t have a handy gmail account to be able to see archives and search.
The email log is great but not enough.
I’m wondering if there’s a good way to add a bcc to all outgoing mail that flows through the plugin/SMTP server so that as my site communicates with users I can have an archive of it as well.
Thank you!
https://www.ads-software.com/plugins/postman-smtp/
]]>Diagnostic Info:
OS: Linux gator4219.hostgator.com 3.12.35.1418868451 #1 SMP Wed Dec 17 20:10:32 CST 2014 x86_64
HTTP User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36
PHP: Linux 5.4.45 C
PHP Dependencies: iconv=Yes, spl_autoload=Yes, openssl=Yes, sockets=Yes, allow_url_fopen=Yes, mcrypt=Yes
WordPress: 4.3.1 en_US
WordPress Theme: Vantage Premium
WordPress Plugins: Akismet, iThemes Security, Black Studio TinyMCE Widget, Document Gallery, Embed Any Document, Envira Gallery Lite, Intuitive Custom Post Order, Jetpack by WordPress.com, Menu Icons, Meta Slider, Postman SMTP, Revisr, Simple Custom Post Order, Page Builder by SiteOrigin, SiteOrigin CSS, SiteOrigin Widgets Bundle, Table of Contents Plus, TablePress, Ultimate Member, Ultimate Member – Online Users, User Activity Log, User Login Log, Virtue / Pinnacle ToolKit, WP Simple Paypal Shopping cart, WordPress File Upload, WP-Polls, WP Super Cache, WPFront User Role Editor, MailPoet Newsletters
WordPress wp_mail Filter(s): wp_staticize_emoji_for_email
Postman: 1.6.24
Postman Sender Domain (Envelope|Message): gmail.com | gmail.com
Postman Prevent Message Sender Override (Email|Name): Yes | Yes
Postman Transport URI: smtp:ssl:oauth2://smtp.gmail.com:465
Postman Transport Status (Configured|Ready|Connected): Yes | Yes | No
Postman Deliveries (Success|Fail): 417 | 35
https://www.ads-software.com/plugins/postman-smtp/
]]>Every time I try to send an outgoing e-mail from my WordPress site, I get a red error message. Here’s a TinyPic screenshot of the error message: https://tinypic.com/view.php?pic=jucvaq&s=5
I’ve just begun building this site, and this is the first “snag” I’ve run into. This is on the Ask a Question page of my site, www.larrysturf.com. The plugin I used for this contact form was Contact Form 7. I’m using version 3.7.1.
Any help offered would be GREATLY appreciated. Thank you.
Larry
]]>I have a problem with my plugin, which worked perfectly until my hosting company changed settings on the mail server.
I need to specify ‘auth’ settings for the smtp server, but not sure how I can set this up?
Where do I enter these details for this plugin?
Mail does work, for example, on the contact us form.
Many thanks.
https://www.ads-software.com/extend/plugins/subscribe2/
]]>I’ve had a look in the Snoopy class, and can add the proxy settings there as in previous versions, but I’m not sure if that will be sufficient.
Stephen
]]>