X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/bb6ae3fb80fff36cd342d6f6bff3dfabd7dd243e..f66203a2674e483bf257db94cb78305754ccdf81:/lib/sendmail.h diff --git a/lib/sendmail.h b/lib/sendmail.h index 7849ef6..958cd79 100644 --- a/lib/sendmail.h +++ b/lib/sendmail.h @@ -1,6 +1,6 @@ /* * This file is part of DisOrder - * Copyright (C) 2007 Richard Kettlewell + * Copyright (C) 2007, 2008 Richard Kettlewell * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -28,6 +28,14 @@ int sendmail(const char *sender, const char *encoding, const char *content_type, const char *body); +pid_t sendmail_subprocess(const char *sender, + const char *pubsender, + const char *recipient, + const char *subject, + const char *encoding, + const char *content_type, + const char *body); +int email_valid(const char *address); #endif /* SENDMAIL_H */