Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Perl Misc (http://www.velocityreviews.com/forums/f67-perl-misc.html)
-   -   Formmail.pl - Sendmail vs. Smtp (http://www.velocityreviews.com/forums/t887726-formmail-pl-sendmail-vs-smtp.html)

Hmmm... 08-23-2004 05:58 PM

Formmail.pl - Sendmail vs. Smtp
 
I am setting up a web site for a friend. Her hosting service does not
support Sendmail. It is an NT server. They recommend I use Smtp. I have
been using something like formmail.pl when I have been helping friends set
up their web sites. Does anyone know of a perl script that works like
formmail.pl, but uses Smtp. Thanks.



Sherm Pendley 08-23-2004 06:06 PM

Re: Formmail.pl - Sendmail vs. Smtp
 
Hmmm... wrote:

> I am setting up a web site for a friend. Her hosting service does not
> support Sendmail. It is an NT server. They recommend I use Smtp. I have
> been using something like formmail.pl when I have been helping friends set
> up their web sites.


Matt Wright's formmail.pl? On Windows NT?

Ye Gods man, if that's what you do to your friends, what do you do to
your *enemies*?

sherm--

--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org

Gunnar Hjalmarsson 08-23-2004 06:16 PM

Re: Formmail.pl - Sendmail vs. Smtp
 
Hmmm... wrote:
> I am setting up a web site for a friend. Her hosting service does
> not support Sendmail. It is an NT server. They recommend I use
> Smtp. I have been using something like formmail.pl when I have
> been helping friends set up their web sites. Does anyone know of a
> perl script that works like formmail.pl, but uses Smtp.


http://nms-cgi.sourceforge.net/scripts.shtml

(can be configured either way)

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl

Chris 08-23-2004 07:27 PM

Re: Formmail.pl - Sendmail vs. Smtp
 
Hmmm... wrote:
> I am setting up a web site for a friend. Her hosting service does not
> support Sendmail. It is an NT server. They recommend I use Smtp. I have
> been using something like formmail.pl when I have been helping friends set
> up their web sites. Does anyone know of a perl script that works like
> formmail.pl, but uses Smtp. Thanks.


If these are really your friends, and you are really trying to help
them, then DON'T use formmail.pl to process their mail. Just DON'T.
Especially if it's Matt Wright's formmail.pl.

Write a real (secure) script that uses Net::SMTP or the many other variants.

-ceo

chris-usenet@roaima.co.uk 09-01-2004 08:08 AM

Re: Formmail.pl - Sendmail vs. Smtp
 
Chris <ceo@nospan.on.net> wrote:
> If these are really your friends, and you are really trying to help
> them, then DON'T use formmail.pl to process their mail. Just DON'T.
> Especially if it's Matt Wright's formmail.pl.


> Write a real (secure) script that uses Net::SMTP or the many other variants.


If they don't know (or understand) what's wrong with formmail.pl then
the chances are that if they roll their own, they'll repeat all the
mistakes anyway. Use the nms scripts at sourceforge instead.

Chris

ChrisO 09-06-2004 05:12 PM

Re: Formmail.pl - Sendmail vs. Smtp
 
chris-usenet@roaima.co.uk wrote:
> Chris <ceo@nospan.on.net> wrote:
>
>>If these are really your friends, and you are really trying to help
>>them, then DON'T use formmail.pl to process their mail. Just DON'T.
>>Especially if it's Matt Wright's formmail.pl.

>
>
>>Write a real (secure) script that uses Net::SMTP or the many other variants.

>
>
> If they don't know (or understand) what's wrong with formmail.pl then
> the chances are that if they roll their own, they'll repeat all the
> mistakes anyway. Use the nms scripts at sourceforge instead.
>


A very good point.

-ceo


All times are GMT. The time now is 05:13 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57