Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to use only one email instead of a full SMTP server? #336

Open
curiosport opened this issue Nov 14, 2022 · 0 comments
Open

Comments

@curiosport
Copy link

curiosport commented Nov 14, 2022

I see that in the configuration it asks me for the data of a SMTP server where there must be a domain for these two emails.

protected $notificationEmail = '[email protected]';
protected $noreplyEmail = '[email protected]';

However for my particular case I only need $notificationEmail since the users will receive their notifications by other means and also the activity is not very big.

What I want is to fill only this data instead of installing a complete SMTP server:

hostMail = "smtp.domain.sample"
portMail = 587
authType  = "cram_md5"
emailAddress = "[email protected]"
password = "mypassword"

What are the files that need to be modified to make these changes? or is there already a way to do it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant