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.
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.