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/3948llpand 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.