Forum Moderators: coopster & phranque

Message Too Old, No Replies

Form Handler that sends in smpt

         

stcrim

5:12 am on Feb 1, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Need to find a form handler that send in smtp and is template based.

Any thoughts
-s-

andreasfriedrich

4:52 pm on Feb 1, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Nice to meet you stcrim. In all this time I have been posting here I havenīt seen you at the scripting forum. Makes me realize again what a big place WebmasterWorld really is.

Are you looking for a php or perl or donīt know solution?

Both languages can talk to a SMTP host quite easily and both have template systems available.

Andreas

stcrim

5:07 pm on Feb 1, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



andreasfriedrich

And nice meeting you - I am looking for perl becasue it's what I understand.

We are trying to get leads into a system created by Microsoft for FORD. The leads have to be in XML ADF and sent via SMTP.

...and I am going nuts with it

-s-

andreasfriedrich

5:27 pm on Feb 1, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The easiest way to send mail via SMTP without having to know anything about the SMT protocol would be to use Mail::Mailer [search.cpan.org]->new('smtp', 'smtp.server');

If you need more control when talking to the server Net::SMTP [search.cpan.org] is quite handy.

Post a more specific question when you require a more specific answer ;).

HTH Andreas