view src/deliver/mail-send.h @ 9397:b39175349d08 HEAD

deliver: Changed all EX_CONFIGs to EX_TEMPFAILs to avoid bounces.
author Timo Sirainen <tss@iki.fi>
date Wed, 30 Sep 2009 10:10:42 -0400
parents e4eb71ae8e96
children
line wrap: on
line source

#ifndef MAIL_SEND_H
#define MAIL_SEND_H

struct mail;

int mail_send_rejection(struct mail *mail, const char *recipient,
			const char *reason);
int mail_send_forward(struct mail *mail, const char *forwardto);

#endif