Am I coding Sendmail correctly?

NevadaSam

New Member
Joined
Apr 28, 2006
Messages
9
Reaction score
0
Am I coding Sendmail correctly?

This is the proper location of sendmail on the server I am using. Is this the proper way to code the location in my script.

use /usr/lib/sendmail;

$mail{Smtp} = 'netfirms.com';

I am not really sure if the SMTP address is correct.
This is the program I am working on at this time: http://www.cvtc.netfirms.com/sun.html I can provide the complete code if necessary.
 
If you have telnet, just type "which sendmail"

It's usually /usr/sbin/sendmail

As for SMTP, mail.domain.com usually works for me. You might want to contact Netfirms and make sure.

By the way, what control panel are you using with Netfirms?
 
I tried taking the word use from in front of it but the same thing happened.

A lot of people mention telnet. I need to get that. But the location is correct; I got that off their support site.
 
Back
Top