Skip to content

Version 1.0.0

Latest
Compare
Choose a tag to compare
@arosxls arosxls released this 08 Jul 22:14
· 2 commits to main since this release

Mail RP

Methods

  • getServer() => findServer() : get server information
  • getSubdomain(name) => findSubdomain(...) : get information about a subdomain
  • getSubdomains() => findSubdomains() : get list of all subdomains
  • addSubdomain(name, public, manager, carnet) : add a new subdomain
  • send(from, to, subject, content, confirmOpened, attachments) => sendEmail(...) : send an email to one or more recipients
  • addAddress(name, firstname, email, password) : create a new email
  • getAddress(email) => findAddress(...) : get information about address mail

Full Changelog: v0.1.0...v1.0.0