[GH-ISSUE #293] Support default profiles in the site configuration file #253

Closed
opened 2026-02-25 21:34:34 +03:00 by kerem · 1 comment
Owner

Originally created by @jasonmunro on GitHub (Oct 17, 2018).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/293

Originally assigned to: @jasonmunro on GitHub.

It would be useful to support the auto-creation of default profiles from the hm3.ini file. This would create a default profile using the defined IMAP/SMTP servers in the config file, as well as the default email domain and maybe some placeholder support for E-mail format.

Originally created by @jasonmunro on GitHub (Oct 17, 2018). Original GitHub issue: https://github.com/cypht-org/cypht/issues/293 Originally assigned to: @jasonmunro on GitHub. It would be useful to support the auto-creation of default profiles from the hm3.ini file. This would create a default profile using the defined IMAP/SMTP servers in the config file, as well as the default email domain and maybe some placeholder support for E-mail format.
kerem 2026-02-25 21:34:34 +03:00
Author
Owner

@jasonmunro commented on GitHub (Oct 24, 2018):

support added for this. In order for a profile to be auto-created:

  1. have only 1 SMTP and 1 IMAP server configured
  2. Not have any profiles created
  3. set autocreate_profile=true in the hm3.ini file

This will use the default_email_domain for E-mail addresses if set, otherwise it falls back to the host Cypht is running on.

<!-- gh-comment-id:432804256 --> @jasonmunro commented on GitHub (Oct 24, 2018): support added for this. In order for a profile to be auto-created: 1. have only 1 SMTP and 1 IMAP server configured 2. Not have any profiles created 3. set autocreate_profile=true in the hm3.ini file This will use the default_email_domain for E-mail addresses if set, otherwise it falls back to the host Cypht is running on.
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
starred/cypht#253
No description provided.