Email sample

edited October 2017 in Modules
hi can you give me sample of how to send an email .. with To, From Message etc. settings on it.. im trying to send email but i cant make it work

Comments

  • there's x3 bits you need to have working before emails will send:
    1) Server. Test, using the command line, that emails can be sent from your server. (google "command line smtp send test"
    2) PHP. Test that PHP is set up to send email. Google "php smtp send script"
    3) CodeIgniter/Fuel. Make sure you're loading the CI email library. Make sure you have a email.php config file populated correctly and loaded at the appropriate time. Use the CI library to send your email. Google has plenty of information on using the CI email system

    At each stage, check your server logs for cl
Sign In or Register to comment.