| 
				
					 | 
			9 سال پیش | |
|---|---|---|
| .. | ||
| classes | 10 سال پیش | |
| vendor | 9 سال پیش | |
| CHANGELOG.md | 10 سال پیش | |
| LICENSE | 10 سال پیش | |
| README.md | 10 سال پیش | |
| blueprints.yaml | 10 سال پیش | |
| composer.json | 10 سال پیش | |
| email.php | 10 سال پیش | |
| email.yaml | 10 سال پیش | |
The email plugin for Grav adds the ability to send email. This is particularly useful for the admin and login plugins.
| IMPORTANT!!! This plugin is currently in development as is to be considered a beta release. As such, use this in a production environment at your own risk!. More features will be added in the future.
The email plugin is easy to install with GPM.
$ bin/gpm install email
Simply copy the user/plugins/email/email.yaml into user/config/plugins/email.yaml and make your modifications.
enabled: true
from: ''
to: ''
mailer:
  engine: mail
  smtp:
    server: localhost
    port: 25
    encryption: none
    user: ''
    password: ''
  sendmail:
    bin: '/usr/sbin/sendmail'