Blogs / Alessandro Dellanna / Ez 4.3 and SMTP AUTH info

Ez 4.3 and SMTP AUTH info

Monday 02 May 2011 1:36:23 pm

  • Currently 5 out of 5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

By : Alessandro Dellanna

Ez, SMTP and the AUTH info syntax (maybe a new book title...)

On my new site I have created a simple Request Information Form but when I try to submit apparently all goes ok, but no mail were send to anybody...

I've installed a new ez site from scratch as usual. I've completed the install phase and when I'm going to setup the SMTP server for Collected Info I have changed my usual SMTP server with another one with user AUTHENTICATION required.

In the site.ini settings I have inserted the correct smtp server name, user and password but when I try to fill the Request Information Form the error.log (in /var/log of ez root) display the following message:

eZSMTPTransport::sendMail:
exception 'ezcMailTransportException' with message 'An error occured while sending or receiving mail. SMTP server does not accept the AUTH command.'

I've changed all params but nothing to do. I've asked my provider about the capabilities of the SMTP server bau all seem to be ok.

Searching for the error int the source code, after a lot of time I've discovered a file located in $ezroot/lib/ezc/Mail/src/transports/smtp/smtp_transport.php.

At the line 583 you can find the function

protected function login()

and below the code

preg_match( "/250-AUTH[= ](.*)/", $response, $matches );
if ( count( $matches ) > 0 )
{
    $methods = explode( ' ', trim( $matches[1] ) );
}
if ( count( $matches ) === 0 || count( $methods ) === 0 )
{
    throw new ezcMailTransportSmtpException( "A SMTP server does not accept the AUTH command." );
}

As you can see there is exactly the error I have received from the error.log.

I've attached at the end of the error message the entire RESPONSE from my SMTP server and change the line from

throw new ezcMailTransportSmtpException( "A SMTP server does not accept the AUTH command." );

to

throw new ezcMailTransportSmtpException( "A SMTP server does not accept the AUTH command: {$response}." );

And voilĂ .... I found the problem.... look at the SMTP response:

AUTH command: 250-authsmtp.register.xxx
250-PIPELINING
250-8BITMIME
250-SIZE 0
250 AUTH LOGIN PLAIN

For a misteriusly reason my SMTP server send a welcome message with 250 AUTH... and not 250-AUTH so the preg_match function doesn't find any AUTH capability in the SMTP SERVER and the entire function fail.

Changing the portion of code accordingly to the message response of your SMTP server can solve the problem, but I'm thinking this behaviour can be programmed or parametrized....

alooa !!!

Blog Post Discussion

Ez 4.3 and SMTP AUTH info

eZ debug

Timing: Jan 17 2025 23:39:20
Script start
Timing: Jan 17 2025 23:39:20
Module start 'content'
Timing: Jan 17 2025 23:39:20
Module end 'content'
Timing: Jan 17 2025 23:39:21
Script end

Main resources:

Total runtime0.2508 sec
Peak memory usage6,144.0000 KB
Database Queries185

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0062 588.8516180.8359
Module start 'content' 0.00620.0779 769.6875393.8984
Module end 'content' 0.08410.1666 1,163.5859408.5859
Script end 0.2507  1,572.1719 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00411.6454210.0002
Check MTime0.00150.6061210.0001
Mysql Total
Database connection0.00080.318610.0008
Mysqli_queries0.174469.53011850.0009
Looping result0.00200.78671830.0000
Template Total0.225489.920.1127
Template load0.00200.781620.0010
Template processing0.223589.114520.1117
Template load and register function0.00010.050710.0001
states
state_id_array0.00090.359710.0009
state_identifier_array0.00070.262420.0003
Override
Cache load0.00170.6640260.0001
Sytem overhead
Fetch class attribute name0.00200.786930.0007
Fetch class attribute can translate value0.00070.265310.0007
class_abstraction
Instantiating content class attribute0.00000.002830.0000
XML
Image XML parsing0.00030.102910.0003
General
dbfile0.00170.6593220.0001
String conversion0.00000.002030.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplblog_entry/full.tplextension/community_design/design/suncana/override/templates/blog_entry/full.tplEdit templateOverride template
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
8content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
6content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1content/datatype/view/ezkeyword.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezkeyword.tplEdit templateOverride template
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 19
 Number of unique templates used: 6

Time used to render debug report: 0.0002 secs