Adjunct teaching availability: Meridian University
2026-06-30 09:05 · to Susan M. Bright <sbright@meridian.edu> · Meridian University · sent
Email as sent
Adjunct teaching availability: Meridian University
Dear Dr. Bright, I am an analytics practitioner with teaching experience and I would like to be considered for adjunct or guest-lecture work with College of Education at Meridian University. I teach quantitative methods in plain language to students who did not choose the subject, and I keep every session tied to a real dataset. My CV is attached. If your programs use adjuncts for evening or online sections, I am available from the next term. Thank you for your time, Dr. Priya Raman Analytics practitioner and adjunct instructor priya.raman.teaching@gmail.com
| Template | General adjunct availability |
|---|---|
| Transport | gmail |
| Gmail message id | 18f001183057dd9a |
| Gmail thread id | 18f001183057dd9a |
Gmail API request
users.messages.send takes one field, raw: the whole RFC 2822 message (headers, text, the PDF as a MIME part) encoded base64url. This is what was built for this email.
{
"request": "POST https://gmail.googleapis.com/gmail/v1/users/me/messages/send",
"authorization": "Bearer <OAuth access token, scope gmail.send>",
"body": {
"raw": "RnJvbTogIkRyLiBQcml5YSBSYW1hbiIgPHByaXlhLnJhbWFu... (1696 base64url characters)"
},
"decoded_message": {
"headers": {
"From": "\"Dr. Priya Raman\" <priya.raman.teaching@gmail.com>",
"To": "\"Susan M. Bright\" <sbright@meridian.edu>",
"Subject": "Adjunct teaching availability: Meridian University",
"Message-ID": "<178890307143.4.580663774037115559@gmail.com>",
"MIME-Version": "1.0",
"Content-Type": "multipart/mixed; boundary=\"===============0662050807743420175==\""
},
"parts": [
"text/plain",
"application/pdf (attachment cv-priya-raman.pdf, 15 bytes)"
]
}
}