WPPizza – A Restaurant Plugin for WordPress › Support › General Support › SMTP issue after upgrade to v3
- AuthorPosts
- 14 November, 2017 at 8:06 pm #32802
Hi Olly!
After upgrading to v3 I’m not able to send via SMTP.
Regardless from wp-pizza-settings all mails are sent via php-mail with settings from php.ini.
All php-settings in wp-pizza are ignored.
Forcing SMTP with “$phpmailer->isSMTP();” in pluggable.php and setting appropriate defaults (server, port, authentication, user, password etc.) in phpmailer.php will solve the problem.
In v2 everything was fine.
Any suggestions?14 November, 2017 at 8:07 pm #32808got a screenshot of the settings you are using ?
14 November, 2017 at 8:08 pm #32809oh, and did you use the test at the bottom of those settings ? whats the result ?
15 November, 2017 at 4:18 pm #32831Here the Screenshot from the SMTP-settings:
I use for WPPizza a separate receive-connector with port 2525 in Exchange 2010, which is designed only accepting authorized senders for relaying mails to any receivers.Here the SMTP-Log when testing:
2017-11-14T00:46:01.991Z,PC09\RoutingInbound,08D51ED31B06BCC6,0,192.168.0.9:25,192.168.0.9:57931,+,, 2017-11-14T00:46:01.991Z,PC09\RoutingInbound,08D51ED31B06BCC6,1,192.168.0.9:25,192.168.0.9:57931,*,SMTPSubmit SMTPAcceptAnySender SMTPAcceptAuthoritativeDomainSender AcceptRoutingHeaders,Set Session Permissions 2017-11-14T00:46:01.992Z,PC09\RoutingInbound,08D51ED31B06BCC6,2,192.168.0.9:25,192.168.0.9:57931,>,220 SMTP ready, 2017-11-14T00:46:01.992Z,PC09\RoutingInbound,08D51ED31B06BCC6,3,192.168.0.9:25,192.168.0.9:57931,<,HELO PC09.***.at, 2017-11-14T00:46:01.992Z,PC09\RoutingInbound,08D51ED31B06BCC6,4,192.168.0.9:25,192.168.0.9:57931,>,250 pc09.***.at Hello [192.168.0.9], 2017-11-14T00:46:01.992Z,PC09\RoutingInbound,08D51ED31B06BCC6,5,192.168.0.9:25,192.168.0.9:57931,<,MAIL FROM:<wordpress@pizzeria-***********.at>, 2017-11-14T00:46:01.992Z,PC09\RoutingInbound,08D51ED31B06BCC6,6,192.168.0.9:25,192.168.0.9:57931,*,08D51ED31B06BCC6;2017-11-14T00:46:01.991Z;1,receiving message 2017-11-14T00:46:01.992Z,PC09\RoutingInbound,08D51ED31B06BCC6,7,192.168.0.9:25,192.168.0.9:57931,>,250 2.1.0 Sender OK, 2017-11-14T00:46:01.992Z,PC09\RoutingInbound,08D51ED31B06BCC6,8,192.168.0.9:25,192.168.0.9:57931,<,RCPT TO:<*******@gmx.net>, 2017-11-14T00:46:01.992Z,PC09\RoutingInbound,08D51ED31B06BCC6,9,192.168.0.9:25,192.168.0.9:57931,*,Tarpit for '0.00:00:20', 2017-11-14T00:46:21.995Z,PC09\RoutingInbound,08D51ED31B06BCC6,10,192.168.0.9:25,192.168.0.9:57931,>,550 5.7.1 Unable to relay, 2017-11-14T00:46:21.995Z,PC09\RoutingInbound,08D51ED31B06BCC6,11,192.168.0.9:25,192.168.0.9:57931,<,QUIT,
You see, mail was sent via Port25 as anonymous user and not authorized via Port2525.
All entries for SMTP, you see in the above screenshot, are ignored. Only basic settings for php-mail take effect.
In the previous version (V2), these SMTP-settings are working very well.
Manually entering the values as defaults in the php-mail-programs solves the problem for me.Regards
15 November, 2017 at 4:42 pm #32832from what i can make out, your problem is here (nothing to do with wppizza there)
> 550 5.7.1 Unable to relay,
(not to mention , that whole smtp thing hasnt really changed from later versions of wppizza v2.x to v3.x)
15 November, 2017 at 5:41 pm #32846furthermore, if the smtp settings there are not being applied when actually sending/receiving emails, it sounds to me something else is interfering/overriding it
(like another plugin for example, but i cannot know as i know nothing about your particular setup)21 November, 2017 at 5:21 pm #33058i wanna disable the SMTP in my site.
21 November, 2017 at 5:32 pm #33068@claudio
a) please start your own topic
https://www.wp-pizza.com/topic/forum-rules-read-me-before-posting/b) quote:i wanna disable the SMTP in my site.
who’s stopping you | what does that have to do with wppizza as such ? - AuthorPosts
- The topic ‘SMTP issue after upgrade to v3’ is closed to new replies.