You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TMPMAIL_DIR="/tmp/tmpmail"# TMPMAIL_EMAIL_ADDRESS is where we store the temporary email address # that gets generated. This prevents the user from providing # the email address everytime they run tmpmail
TMPMAIL_EMAIL_ADDRESS="$TMPMAIL_DIR/email_address"
TMPMAIL_HTML_EMAIL="$TMPMAIL_DIR/tmpmail.html"
The text was updated successfully, but these errors were encountered:
tmpmail/tmpmail
Lines 25 to 31 in b65d55b
Should be
The text was updated successfully, but these errors were encountered: