Not signed in (Sign In)

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.


    • CommentAuthorashmi
    • CommentTimeNov 30th 2006
     
    Hi, I've been trying to just create a mail contact form for my site but I cant use PHP's built in mail() function because SMTP is blocked on the server I'm using. I just have a send mail path on the server I'm using, I know the port, but I was just wondering how I would create this. I also wasn't sure If I would have to use Perl for this.

    Thanks.
    • CommentAuthorprogrammer
    • CommentTimeNov 30th 2006
     
    you probably want to look into php's fsockopen or curl functions.