Skip to content

servergrove/email-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

email-test

PHP script to test sending emails

Installation

You will need Composer, you can install it with:

curl -sS https://getcomposer.org/installer | php

For more information visit http://getcomposer.org/download/

Once Composer is installed, run:

php composer.phar install

Usage

To send a test, you will need to edit test-email.php and change:

  • $from Your email address
  • $to The email address where to send the message

By default, the script will send the email through the local SMTP server. You can also change the transport to use sendmail or mail. For this edit the $transport variable.

If you want to test the ServerGrove SMTP server, change the $smtpHost to 'mail.servergrove.com' and change the $smtpPassword. If your From address is different that then smtp user, change $smtpUser. Please note that $from still needs to be a valid address in our system.

To test a test run:

php test-email.php

If the test was successful, you should see:

int(1)

This is the result returned by $mailer->send($message)

About

PHP script to test sending emails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages