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.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to