lawrence-pepper
Forum Replies Created
-
Forum: Plugins
In reply to: [Mail Bank - #1 Mail SMTP Plugin for WordPress] PHP to Send MailMessage when testing using SMTP Option:
Checking your settings
Sending Test Email to lpepper@xxxxxxxxx
Email Status : Email Sent
—————————————————————————————-
Debug Output :
—————————————————————————————-
220 BN4PR12CA0011.outlook.office365.com Microsoft ESMTP MAIL Service ready at Tue, 29 May 2018 12:48:28 +0000
EHLO localhost
250-BN4PR12CA0011.outlook.office365.com Hello [96.245.114.250]
250-SIZE 157286400
250-PIPELINING
250-DSN
250-ENHANCEDSTATUSCODES
250-STARTTLS
250-8BITMIME
250-BINARYMIME
250-CHUNKING
250 SMTPUTF8
STARTTLS
220 2.0.0 SMTP server ready
EHLO localhost
250-BN4PR12CA0011.outlook.office365.com Hello [96.245.114.250]
250-SIZE 157286400
250-PIPELINING
250-DSN
250-ENHANCEDSTATUSCODES
250-AUTH LOGIN XOAUTH2
250-8BITMIME
250-BINARYMIME
250-CHUNKING
250 SMTPUTF8
AUTH LOGIN
334 VXNlcm5hbWU6
bHBlcHBlckBnZW4tdGVjaG5vLmNvbQ==
334 UGFzc3dvcmQ6
TWVsbG9uMjAxNg==
235 2.7.0 Authentication successful target host SN1PR20MB2192.namprd20.prod.outlook.com
MAIL FROM:<lpepper@xxxxxxxx>
250 2.1.0 Sender OK
RCPT TO:<lpepper@xxxxxxxx>
250 2.1.5 Recipient OK
DATA
354 Start mail input; end with <CRLF>.<CRLF>
To: lpepper@xxxxxx
From: lpepper@gxxxxxxxxx
Subject: Test Email – Mail Bank
X-Mailer: Mail Bank SMTP 3.0.61 for WordPress (https://ww.wp.xz.cn/plugins/wp-mail-bank/)
Content-Type: text/html; charset=utf-8
Date: Tue, 29 May 2018 12:48:29 +0000
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
MIME-Version: 1.0This is a demo Test Email for Email Setup – Mail Bank
.
250 2.6.0 <SN1PR20MB2192CF4B1828AC9AAEA8F6DA816D0@SN1PR20MB2192.namprd20.prod.outlook.com> [InternalId=8963596752490, Hostname=SN1PR20MB2192.namprd20.prod.outlook.com] 3325 bytes in 0.294, 11.029 KB/sec Queued mail for deliveryYet my code does not work above…..
Any ideas?
- This reply was modified 8 years ago by lawrence-pepper.
- This reply was modified 8 years ago by lawrence-pepper.
Forum: Plugins
In reply to: [Mail Bank - #1 Mail SMTP Plugin for WordPress] PHP to Send MailHello – I tried using the wp_mail function and it does not work. Your test email never gets sent.
I get the following:
2018-05-29 12:46:35 Could not instantiate mail function.
Your Web Host provider may have blocked the use of mail() function on your server.
Ask them to enable the mail() function to start sending emails.When I use the mail function it does get sent but my code above does not work.
Forum: Installing WordPress
In reply to: WordPress only works in Default Folder IIS7I am the host. It is my server. How do I go about configuring the web.config file to do this?
Thanks
Lawrence