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: Configure SMTP in Apache Virtual Host  (Read 498 times)

0 Members and 1 Guest are viewing this topic.

Offline azia

  • Newbie
  • *
  • Posts: 2
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: I dont have blog yet
Configure SMTP in Apache Virtual Host
« on: 12 January 2010, 12:45 »
I am using WordPress 2.9 on my local Windows 2003 server machine with PHP version 5.2.11. Its working fine. I am trying to use Virtual Host in my Apache like bellow

<VirtualHost *:80>
DocumentRoot c:/root/
ServerName www.domain.com
ServerAlias domain.com domain
DirectoryIndex index.html index.php index.php3
RewriteEngine On
RewriteOptions Inherit
</VirtualHost>

I can use SMTP without any problem if I run my WordPress in normal mode but I want to use SMTP with my Virtual Host  and in Virtual Host SMTP is not working. Can anyone help me to configure SMTP in Apache Virtual Host?

Thanks