Quantcast
Channel: WordPress.org Forums » [WP Mail SMTP by WPForms - The Most Popular SMTP and Email Log Plugin] Support
Viewing all 5010 articles
Browse latest View live

Change sender email

$
0
0

Replies: 0

How is it possible to change the name/email of the sender when using this plugin. I have configured it on several sites to send email using a gmail account SMTP settings (i.e. Google API). But I do not want the email to originate from the gmail – rather I’d like to specify a domain name email (i.e. me@domain-name.com).

Is this even possible (without using SMTP settings of domain name email)? I have tried to edit PHP manually and use the CB plugin but it does not work for me.


Gmail Authorization

$
0
0

Replies: 0

Hello,

I using the Settings page to configure a Gmail e-mail account. The “Authorized redirect URI” parameter contains the IP address of my website, not the actual domain name. When I click the “Allow plugin to send emails using your Google account” button I get the following error message:

400. That’s an error.

Error: invalid_request

Invalid parameter value for redirect_uri: Raw IP addresses not allowed: http://54.174.132.6/wp-admin/options-general.php?page=wp-mail-smtp&tab=auth

Learn more

Request Details
response_type=code
access_type=offline
client_id=249006306959-m7go7eq8ss0per56evs1fmg6asqh5tqe.apps.googleusercontent.com
redirect_uri=http://54.174.132.6/wp-admin/options-general.php?page=wp-mail-smtp&tab=auth
state=
scope=https://mail.google.com/
approval_prompt=force
include_granted_scopes=true
That’s all we know.

The URL shown in my browser while on the Settings page is the IP address, not the domain name. The domain name is configured correctly in DNS since I can use it to get to my website.

Thank you for your help,
Bob

Problem with authentification with user format “group\username”

$
0
0

Replies: 0

Hi to all,

This plug-in works great for most of my website, but I’ve found a case where I am not able to log into the SMTP account. I’m working with a Office 365 account which uses the “group\username” format as user name. I’ve tried to add this as username in the configuration space, which seems to automatically escape the “\” by adding a second one, but I still have an authentication error.

Has anyone meet this problem and know how to make this work?

Best regards,
Daniele

WP Mail SMTP test email works with one email, not another!

$
0
0

Replies: 0

Hi,
I have followed the directions to set up mail.linkedinspirit.net and I can now successfully send an email to my gmail account.
However when I try to send an email to another account, it fails!
Why is that? It should send to any email addresses, right?
thanks
PHil

Sending E-Mails from Pages/Blogs

$
0
0

Replies: 0

Hi all,
I want to send an E-Mail from a Form (not created with WP Forms) to different e-mail-addresses. I use
$userName = $_POST['userName'];
$headers = array('Content-Type: text/html; charset=UTF-8','From: '.$userName.' <serviceportal@vrnetworld.de>','Replay-To: '.$userName.' <'.$userMail.'>' );
$targetMail = $_POST['targetMail'];
$subject = $userName." Some text";
$html = '<div>Some html with body of mail</div>';

wp_mail($targetMail, $subject, $html, $headers);

It dosn’t work. What’s wrong?

I use WP Mail SMTP version: 1.2.5
My WP Version: 4.9.6

  • This topic was modified 3 hours, 38 minutes ago by jury2001.
  • This topic was modified 3 hours, 36 minutes ago by jury2001.

Divi Forms Module not Sending Emails with WP-SMTP

$
0
0

Replies: 0

Divi theme just updated to version 3.15

Since this update, no emails have received from the Divi Contact Form Module, when WP-SMTP is installed. Elegant Themes recommended to use an alternative SMTP plugin, and that worked.

Could you look into why WP-SMTP fails to send out emails from the Divi Forms Module?

FYI, our Gravity Forms installs in Divi, continues to work just great with WP-SMTP.

Thanks.

PHP 7.2 errors

$
0
0

Replies: 0

There are some compatibility with PHP 7.2 errors:

  69 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
  69 | ERROR | Function mcrypt_create_iv() is deprecated since PHP 7.1 and removed since PHP 7.2; Use random_bytes() or OpenSSL instead
 108 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 108 | ERROR | Function mcrypt_create_iv() is deprecated since PHP 7.1 and removed since PHP 7.2; Use random_bytes() or OpenSSL instead
 108 | ERROR | The constant "MCRYPT_DEV_URANDOM" is deprecated since PHP 7.1 and removed since PHP 7.2

Sending error

$
0
0

Replies: 0

Hello,

mails with contact form 7 and WP Mail SMTP only are sent, when I’m logged in the backend of wordpress (as admin). Without logging in, after clicking on “Send”, the circle is rotating endless and no mails are sent.

Has anyone an idea what’s going wrong there?

Thanks
Martin


Problem Sending email SMTP

$
0
0

Replies: 0

Hello guys i got this error while using office365 emails

Versions:
WordPress: 4.9.8
WordPress MS: No
PHP: 7.1.21
WP Mail SMTP: 1.3.3

Params:
Mailer: smtp
Constants: No
ErrorInfo: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Host: smtp.office365.com
Port: 587
SMTPSecure: tls
SMTPAutoTLS: bool(true)
SMTPAuth: bool(true)

Server:
OpenSSL: Yes
SMTP Debug:
2018-09-24 09:28:49 Connection: opening to smtp.office365.com:587, timeout=300, options=array (
)
2018-09-24 09:28:49 Connection: opened
2018-09-24 09:28:49 SERVER -> CLIENT: 220-dedihost1.webleaders.gr ESMTP Exim 4.91 #1 Mon, 24 Sep 2018 12:28:49 +0300
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.
2018-09-24 09:28:49 CLIENT -> SERVER: EHLO siamo.gr
2018-09-24 09:28:49 SERVER -> CLIENT: 250-dedihost1.webleaders.gr Hello siamo.gr [109.203.124.221]
250-SIZE 52428800
250-8BITMIME
250-PIPELINING
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP
2018-09-24 09:28:49 CLIENT -> SERVER: STARTTLS
2018-09-24 09:28:49 SERVER -> CLIENT: 220 TLS go ahead
2018-09-24 09:28:49 SMTP Error: Could not connect to SMTP host.
2018-09-24 09:28:49 CLIENT -> SERVER: QUIT
2018-09-24 09:28:49 SERVER -> CLIENT: ���
�l&v�k?T�{>;���%221 dedihost1.webleaders.gr closing connection
2018-09-24 09:28:49 SMTP ERROR: QUIT command failed: ���
�l&v�k?T�{>;���%221 dedihost1.webleaders.gr closing connection
2018-09-24 09:28:49 Connection: closed
2018-09-24 09:28:49 SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting

wp-config issue

$
0
0

Replies: 0

define( ‘WPMS_ON’, true );
define( ‘WPMS_SMTP_PASS’, ‘your_password’ );

breaks authentication. No multisite.

White screen problem

$
0
0

Replies: 0

When I open admin page for WPmail there is only white page.

The logs:

PHP Fatal error: Call to undefined function WPMailSMTP\Admin\wp_json_encode() in /path-to-site/wp-content/plugins/wp-mail-smtp/src/Admin/Area.php on line 138

Wordpress 3.8.27
PHP 5.6
php5-json (installed and enabled)

What’s the problem?

  • This topic was modified 1 hour, 47 minutes ago by shellundersky.

Bluehost setup, Contact Form 7, 405 error

$
0
0

Replies: 0

I have set up your plug-in on a site, and it’s on Bluehost. The SSL certificate is secured. I’m using the following settings on your plug-in:

SMTP Host (per Bluehost settings)
connieclay.com

Encryption TLS

SMTP Port (per Bluehost settings)_ 465

Authentication is on with the proper username and password per Bluehost email settings

I get a 405 error when trying to send a form or sending a test email. Any suggestions about what I need to do?

Plugin configured properly but still users not receiving email

$
0
0

Replies: 0

The plugin is configured properly with Gmail SMTP. However, people are still not able to receive a confirmation email and sending a test email shows “Your email was sent successfully!” even though email does not show up in the inbox.

Help would be appreciated.

Problems with Special Characters in Link on Emails

$
0
0

Replies: 0

Hello,

I am using the Sendgrid API to send event invitations to my users. The email contains a link that lets them add the event into their Google Calendar. The link pulls certain information from an event listed on my WordPress site such as event name, ticket information, location and that is in php in my plugin file.

On the email it converting special characters such as – and & to #038; and & when I deactivate WP Mail SMTP the link works fine.

Is there anything I can do to fix this?

Thanks!

Blank screen with SSL

$
0
0

Replies: 0

Hej folks,

I made all the settings to the plugin without success, but it freezes upon sending a test email.
By trial-and-error I found out, that it only occurs when I’m using encryption. When I set it to ‘none’ and port 25, everything works fine, but when I use SSL via port 587 — the same setting I use in Apple Mail — I get a blank screen again. Any idea why I cannot use the same port as via the mail app? It ought to be open after all …

Greets,
rhinorainer


Unable to connect to gmail

$
0
0

Replies: 0

Hello, after setting up my client id and secret and filling it in the plugin, but when I try to allow plugin to send message, I got a message that the app as not being verify that, it is not safe, so please check on this.

BCC not working

$
0
0

Replies: 0

I am have been using the WP Mail SMTP plugin for several years (Thanks!). I currently have it set up to use ‘Other SMTP’ (Office 365) to send my emails. Everything works great. Except for the BCC function that used to work a while ago. I added text to wp_mail_smtp.php at line 219:

$phpmailer = apply_filters( 'wp_mail_smtp_custom_options', $phpmailer );
$phpmailer->addBCC("user@domain.org", "WebsiteBCC");

This code used to get me a bcc of every email the site sent out, but not anymore. Any ideas on how to reinstate this?

  • This topic was modified 2 hours, 11 minutes ago by patrickhait.

Show email of user instead of sender email (STMP)

$
0
0

Replies: 0

Hello guys.

I have configured a contact form 7, when the users fill the form the notification arrives me, but in the header appears the name and sender email (wp mail smtp).

https://ibb.co/dkWq7U

How change the sender email (wp mail smtp) for the user email?

Thanks for the information.

Best regards.

403 Error on Authorization

Receive alerte if connection not etablished

$
0
0

Replies: 1

Hello ,

Is it possible to receive an email alert if the connection is not correct when sending a message?

A hook exists?

Thank you for your help

Viewing all 5010 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>