Generic Email Messenger #20

Open
opened 2026-02-07 13:32:51 -07:00 by cnidariaware · 2 comments
Owner

This should be able to handle receiving any message we want to send through the use of a struct with standard message fields seen on email clients

  • To
  • CC
  • BCC
  • Subject
  • Message/text

Method to send?
Either raw text to html? or both is needed?
Maybe use markdown format as the message to create the email?

This should be able to handle receiving any message we want to send through the use of a struct with standard message fields seen on email clients - To - CC - BCC - Subject - Message/text Method to send? Either raw text to html? or both is needed? Maybe use markdown format as the message to create the email?
Author
Owner

Use this crate https://crates.io/crates/lettre

And use smtp2go so we can have verified @ucalgarybaja.ca emails

Use this crate https://crates.io/crates/lettre And use smtp2go so we can have verified @ucalgarybaja.ca emails
Author
Owner

This also needs to be able to handle file attachments as well

This also needs to be able to handle file attachments as well
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ucalgary-baja/ucalg-baja-cloud#20
No description provided.