Changeset 216 for trunk/include


Ignore:
Timestamp:
Feb 18, 2009, 7:30:38 PM (16 years ago)
Author:
katerina
Message:

Fix ticket #138 (ability to specify SMTP port). Patch by lucas sizzo org.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_mail.h

    r214 r216  
    5454int sh_mail_pushstack (int severity, const char * msg, const char * alias);
    5555
     56/* Set the port to use (default 25)
     57 */
     58int sh_mail_set_port (const char * str);
     59
    5660/* set sender of mail
    5761 */
    5862int sh_mail_set_sender (const char *str);
    5963
    60 int sh_mail_add_or  (const char * str);
    61 int sh_mail_add_and (const char * str);
    62 int sh_mail_add_not (const char * str);
    63 
    6464#endif
Note: See TracChangeset for help on using the changeset viewer.