package com.monsanto.acs2.user.registration.entity;

// TODO: Delete this file after all users have portal configured
public final class EmailSenders {
    public static final String NATIONAL_GROWER_SENDER = "farmflex.credit@monsanto.com";
    
    public static final String NATIONAL_DEALER_SENDER = "mycrop@bayer.com";
}