Neokernel API

SendEmailAgent.sendEmailMessage Method

Adds an email message to the queue to be sent to the SMTP server. If adding this message causes the queue to exceed the "max_queue_size" property, the first message in the queue is removed before adding this one.

public virtual void sendEmailMessage(
   IMessage m
);

Implements

SendEmailInterface.sendEmailMessage

See Also

SendEmailAgent Class | com.neokernel.email Namespace