Skip to content

Instantly share code, notes, and snippets.

@ahmeti
Last active April 18, 2020 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahmeti/8f9ad63fde191ee227f2697da74660a1 to your computer and use it in GitHub Desktop.
Save ahmeti/8f9ad63fde191ee227f2697da74660a1 to your computer and use it in GitHub Desktop.
Tricks
<?php
# Multiple SPF Records Yandex and Mailgun
v=spf1 include:mailgun.org include:_spf.yandex.net ~all
# PHP ini
max_execution_time = 90
max_input_time = 90
memory_limit = 1024M
post_max_size = 20M
upload_max_filesize = 20M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment