Package com.atlassian.mail.queue

Examples of com.atlassian.mail.queue.SingleMailQueueItem


            if (options.getReplyToEmail() != null)
            {
                email.setReplyTo(options.getReplyToEmail());
            }

            SingleMailQueueItem item = new SingleMailQueueItem(email);
            item.setMailThreader(null);
            ManagerFactory.getMailQueue().addItem(item);
            if (Boolean.getBoolean("atlassian.dev.mode"))
            {
                ManagerFactory.getMailQueue().sendBuffer();
            }
View Full Code Here

TOP

Related Classes of com.atlassian.mail.queue.SingleMailQueueItem

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.