CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 1999
    Posts
    505

    Problem with IndigoMail

    Hi,
    I am trying to install indigoMail on my computer. I have got Active perl and windows 7. I have done a test using:
    perl
    Code:
    C:\sendmail>perl smtest.pl 
    Content-type: text/html 
     
    <pre> 
    Testing SendMail for Windows on Tue Nov  5 22:31:11 2013 
     
    Sendmail path = sendmail.exe 
    Sendmail found: YES 
    Sendmail INI path = sendmail.ini 
    Sendmail INI found: YES 
    Sendmail LOG path = sendmail.log 
    Sendmail LOG found: YES 
    Log file is writeable: YES 
     
    Current directory = C:\sendmail 
    Can write to current directory: YES 
    TEMP directory = C:\Users\HP\AppData\Local\Temp 
    Can write to TEMP directory: YES 
    WINDIR directory = C:\Windows 
    Can write to WINDIR directory: NO 
     
    csript.exe path = C:\Windows\system32\cscript.exe 
    csript.exe found: YES 
    adsutil.vbs path = C:\Windows\system32\inetsrv\adminsamples\adsutil.vbs 
    adsutil.vbs found: NO 
    IO redirection test result = NOT TESTED 
    <hr> 
    Test email address = yourname@yourhost.com 
    Sendmail test 1. Command = 'sendmail.exe -test -console' 
     
    Sendmail for Windows V3.11 at Tue Nov  5 22:31:11 2013 
     
    Sendmail for Windows V3.11 at Tue Nov  5 22:31:11 2013 
    Machine name: HP-PC [119.154.245.226] 
    Machine name: HP-PC [119.154.245.226] 
     
    Sending test message 
     
    Sending test message 
     
    CURRENT CONFIGURATION 
     
    CURRENT CONFIGURATION 
    [OPTIONS] 
    ;Mail servers host name 
    MAILSERVER=mail.yourhost.com 
    ;Default value for senders email address 
    FROM=yourname@yourhost.com 
    ;Default value for reply-to address 
    REPLYTO= 
    ;Registration key 
    REGKEY=none 
    ;Authenticate to SMTP sever (yes=y) 
    AUTHENTICATE=n 
    ;User name for authentication 
    USERNAME= 
    ;password for authentication 
    PASSWORD= 
     
    [OPTIONS] 
    ;Mail servers host name 
    MAILSERVER=mail.yourhost.com 
    ;Default value for senders email address 
    FROM=yourname@yourhost.com 
    ;Default value for reply-to address 
    REPLYTO= 
    ;Registration key 
    REGKEY=none 
    ;Authenticate to SMTP sever (yes=y) 
    AUTHENTICATE=n 
    ;User name for authentication 
    USERNAME= 
    ;password for authentication 
    PASSWORD= 
     
    This is a 30 day trial version of SendMail for Windows 
    This is a 30 day trial version of SendMail for Windows 
    Warning: DuSetReg 
    Warning: DuSetReg 
    This copy of sendmail will expire on Thu Dec  5 22:31:11 2013 
    This copy of sendmail will expire on Thu Dec  5 22:31:11 2013 
    For more details visit www.indigostar.com 
     
    For more details visit www.indigostar.com 
     
    Error: mail server not specified, check sendmail.ini 
    Error: mail server not specified, check sendmail.ini 
    <hr> 
    Sendmail test 2. Command = 'sendmail.exe -console -t -messagefile=C:\sendmail/te 
    mp.msg' 
     
    Sendmail for Windows V3.11 at Tue Nov  5 22:31:11 2013 
     
    Sendmail for Windows V3.11 at Tue Nov  5 22:31:11 2013 
    Machine name: HP-PC [119.154.245.226] 
    Machine name: HP-PC [119.154.245.226] 
    This is a 30 day trial version of SendMail for Windows 
    This is a 30 day trial version of SendMail for Windows 
    Warning: DuSetReg 
    Warning: DuSetReg 
    This copy of sendmail will expire on Thu Dec  5 22:31:11 2013 
    This copy of sendmail will expire on Thu Dec  5 22:31:11 2013 
    For more details visit www.indigostar.com 
     
    For more details visit www.indigostar.com 
     
    Error: mail server not specified, check sendmail.ini 
    Error: mail server not specified, check sendmail.ini 
    <hr> 
    Sendmail test 3. Command = '|sendmail.exe -t -console' 
     
    Sendmail for Windows V3.11 at Tue Nov  5 22:31:11 2013 
     
    Sendmail for Windows V3.11 at Tue Nov  5 22:31:11 2013 
    Machine name: HP-PC [119.154.245.226] 
    Machine name: HP-PC [119.154.245.226] 
    This is a 30 day trial version of SendMail for Windows 
    This is a 30 day trial version of SendMail for Windows 
    Warning: DuSetReg 
    Warning: DuSetReg 
    This copy of sendmail will expire on Thu Dec  5 22:31:11 2013 
    This copy of sendmail will expire on Thu Dec  5 22:31:11 2013 
    For more details visit www.indigostar.com 
     
    For more details visit www.indigostar.com 
     
    Error: mail server not specified, check sendmail.ini 
    Error: mail server not specified, check sendmail.ini 
    <hr> 
     
    C:\sendmail>
    I have got the following configuration file:

    Code:
    	
     
    [OPTIONS] 
    ;Mail servers host name 
    MAILSERVER=mail.yourhost.com 
    ;Default value for senders email address 
    FROM=yourname@yourhost.com 
    ;Default value for reply-to address 
    REPLYTO= 
    ;Registration key 
    REGKEY=none 
    ;Authenticate to SMTP sever (yes=y) 
    AUTHENTICATE=n 
    ;User name for authentication 
    USERNAME= 
    ;password for authentication 
    PASSWORD=
    Somebody plz guide me in this regard. I want to remove the errors which i am getting during the test compilation.

    Zulfi.

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Problem with IndigoMail

    This would be an issue to take up with their tech support.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured