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.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - bluellipse

Pages: [1]
1
WP-EMail / Error when sending email
« on: 16 June 2010, 02:52 »
I just installed WP-email 2.52. I am using a child theme of hybrid, so in order to get my child theme to work it was recommended to me to create my functions.php for my child theme and to add this code.

add_action( 'hybrid_before_entry', 'my_email_thing', 11 );

function my_email_thing() {
   if ( function_exists( 'email_link' ) && 'post' == get_post_type() )
      email_link();
}

Everything is working great except I get this error when trying to send an email.
---------------------------------------------------------------------------------------------
Warning: fsockopen() [function.fsockopen]: unable to connect to smtpout.secureserver.net:25 in /home/content/m/e/r/merylrandman/html/inspiredbymail/wp-includes/class-smtp.php on line 122

An error has occurred when trying to send this email:
» SMTP Error: Could not connect to SMTP host.
---------------------------------------------------------------------------------------------
My blog URL is inspiredbymail.com, wordpress 2.9.2.

Thanks for your help,
Meryl

Pages: [1]