[ad_1]
When a user creates an account I want an email address to be created ([email protected]) and to have a basic email client in the user’s dashboard.
I’ve searched around assuming there is a plugin that already exists but I’m coming up empty.
Any ideas?
[ad_2]
Nothing like this to my knowledge- because creating emails is a server-level action, not a website/user level. You’d have to have an email server with an api / interface that you could link to the WP api – to enable this, and I don’t know of any such thing.
You could ugly fake it – but on by sending all emails from one address and masking the origin email – which is then prone to labelling as spam.
This does not exist as a WordPress plugin and it’s probably a good thing it is so.