Hi,
I trying to send a admin email, but the quota is counting as a regular
email sent instead of count as a Admin Emailed.
The documentation dont have a simple question like this to be finded.
Code being used:
Message msg = new MimeMessage(session);
msg.setFrom(new InternetAddress(myEmailAdminHere));
msg.addRecipient(
Message.RecipientType.TO,
new
InternetAddress(myEmailAdminHere));
msg.setText(msgBody);
Transport.send(msg);
Thanks in advance for any help.
[],
Rodrigo.