Please ask in #polyglots on Slack if you need assistance.
]]>The Return email address is using the “Authentication” email address instead of the “From” email address even though “Return Path” is ticked.
]]>We can send email from our Gravity Form notifications (and your plugin Test) to normal email addresses but these are not working:
1. support@feedsy.info (which creates a ticket in Freshdesk). Email is received in email inbox but a ticket is not generated.
2. x+19528980858859@mail.asana.com or x+19528980858870@mail.asana.com which generate an Asana ticket.
We have done this setting “Allow less secure apps => On”
]]>When I authorize plugin to send emails using gmail account and make the email test, I get this message :
Versions:
WordPress: 4.9.4
WordPress MS: No
PHP: 5.5.38
WP Mail SMTP: 1.2.2
Params:
Mailer: mail
Constants: No
Client ID/Secret: Yes
Auth Code: Yes
Access Token: Yes
Server:
OpenSSL: Yes
PHP.allow_url_fopen: Yes
PHP.stream_socket_client(): Yes
PHP.fsockopen(): Yes
PHP.curl_version(): Yes
What should I do ?
]]>Hello, when I click on any of the two buttons “Allow sending” / “Do not allow” I am redirected to the following page:
https://stete.it/wp-content/plugins/wp-gmail-smtp/includes/smtp.php?wp_email_tracking=email_smtp_allow_tracking
that states following:
`Forbidden
You do not have permission to access this document.
Web Server at stete.it`
I’d like to clear that message, but I can’t.
What’s wrong?
GAG
Hi there!
My WordPress installation isn’t sending new users their registration email. However, all other emails work fine. If a user creates an account, they receive no password in their inbox or spam folders. However, if that same user tries to reset their password the email is sent and winds up in the users inbox where it belongs.
I get all my admin emails, and all my plugins seem to send email normally. This problem only seems to prevent the first (and perhaps the most important) email to a new user.
I am using the “WP Gmail SMTP” plugin. When I send myself a test message via the plugin that also works fine. It seriously is just the new user registration emails that aren’t being sent. They are not being caught in a spam filter.
Any ideas?
]]>How can I remove this?
I have clicked on it several times and nothing happens
Allow WP Mailgun SMTP Plugin to send you setup guide? Opt-in to our newsletter and we will immediately e-mail you a setup guide along with 20% discount which you can use to purchase any theme.
Allow Sending Do not allow
Firstly, your newsletter opt-in panel really shouldn’t be on every single admin page. That’s just bad form.
Secondly, it doesn’t matter which of the 2 buttons I click, I get a fatal error:
Fatal error: require_once(): Failed opening required '.../public_html/assets/plugins/wp-gmail-smtp/includes/smtp.phpwp-load.php' (include_path='.:/usr/newage/lib/php') in .../public_html/assets/plugins/wp-gmail-smtp/includes/smtp.php on line 4
I bought a Gsuite. After using several SMTP plugins, this is the one that works for smtp.gmail.com and wordpress smtp. Excellent job! Thank you!
]]>1. It would be nice if the password input was <input type=”password” … /> so that the value isn’t visible. Yes, I know you can right click > Inspect the field to get the value anyway, but most don’t know how to do that.
2. I noticed a small bug on my development site (where PHP Notices are enabled): https://imgur.com/eeYqZB4
I fixed it on my instance by modifying line 71 in includes/class-smtp-mailer.php to include isset():
if ( isset($this->options['mail_set_return_path']) )