All Good Things Must Come To An End

As you all know, I have been doing WordPress plugins and supporting it for the past 6 years. These 6 years of my life, I have been through my polytechnic education, my national service as well as my university education.

I just graduated from university in December 2009 and have been looking for full-time jobs. I am offered a full-time job and will be starting work on 1st February 2010.

I regret to say that I am NOT ABLE to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

However, I WILL still update my plugins whenever I can and you still can report bugs to me via email and I will try to fix it.

Author Topic: Need correct sending method  (Read 1407 times)

0 Members and 1 Guest are viewing this topic.

Offline biostech

  • Newbie
  • *
  • Posts: 1
    • View Profile
  • WordPress Version: WordPress 3.0.x
  • Theme Name: magazine basic
Need correct sending method
« on: 12 December 2010, 16:46 »
Hi, i've just installed wordpress and wp-email at their latest versions.
PROBLEM 1:
Mails anyway are not sent either PHP, SMTP or sendmail method.
I always had troubles sending mails with my host.
Thus I installed wp-mail-smtp to overcome the general problem, setting server smtp.host.it with NO encryption and NO authentication. It works.

Now with wp-Email I tried to insert same server on the field without inserting name and password but when i try to send an email from an article i receive "» SMTP Error: Could not connect to SMTP host."
With PHP and SENDMAIL there is no error but no email arrives!

If it may be helpful, here there is phpconfig:
http://tinyurl.com/3948llp

and here the log with wp-mail-smtp working ok:
Test Message Sent

The result was:

bool(true)

The SMTP debugging output is shown below:

SMTP -> FROM SERVER:
220 smtpauth.xxxxxx.xx ESMTP Sendmail 8.14.2/8.14.2; Sun, 12 Dec 2010 17:42:36 +0100
SMTP -> FROM SERVER:
250-smtpauth.xxxxxx.xx Hello static-215.mi.xxxxx.xxxxxxx.xx [195.36.2.215], pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-AUTH DIGEST-MD5 CRAM-MD5
250-DELIVERBY
250 HELP
SMTP -> FROM SERVER:
250 2.1.0 ... Sender ok
SMTP -> FROM SERVER:
250 2.1.5 ... Recipient ok
SMTP -> FROM SERVER:
354 Enter mail, end with "." on a line by itself
SMTP -> FROM SERVER:
250 2.0.0 oBCGgalU026735 Message accepted for delivery
SMTP -> FROM SERVER:
221 2.0.0 smtxxxx.xxxx.xx closing connection

PROBLEM 2:
i have to set to 'NO' image verification because no image appears when i try to send an email.