At registration, each user is given an email address with 1 GB of storage space. You can either access your email via the Web Client or by using a client of your choosing.
#You can set your editor of preference here set editor=vim #It's important to set your real name and from email address to avoid SMTP errors. set realname="My Name" set from=example@teknik.io set use_from=yes set imap_user=example@teknik.io #Don't set your password here, mutt will prompt you for it. #set imap_pass=lulpasshere #This is an example IMAP configuration. set folder="imaps://mail.teknik.io/" set spoolfile=+INBOX set record="Sent" set postponed="Drafts" #This is to send email, uses your imap user to send. #Again, mutt will prompt you for your teknik email password. set smtp_url="smtps://$imap_user@mail.teknik.io/" #Miscellaneous configuration, check mutt man pages or online documentation to see what they do. set ssl_starttls=yes unset imap_passive set imap_check_subscribed set net_inc=5 set mail_check = 360