forked from swiftmailer/swiftmailer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved some exception typing and updated TODO
- Loading branch information
d11wtq
committed
Feb 22, 2008
1 parent
de5f2f9
commit e5dc85c
Showing
6 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
Defines: The an address which Swift can send to (it will also send "from" this address). | ||
Recommended: (your own email address?) | ||
*/ | ||
define('SWIFT_SMOKE_EMAIL_ADDRESS', 'chris@w3style.co.uk'); | ||
define('SWIFT_SMOKE_EMAIL_ADDRESS', 'chris[email protected]'); | ||
|
||
/* | ||
Defines: The specific transport you want to mail with. | ||
|
@@ -28,7 +28,7 @@ | |
Defines: An SMTP server to connect to | ||
Recommended: smtp.your-isp.com (varies wildly!) | ||
*/ | ||
define('SWIFT_SMOKE_SMTP_HOST', 'mail.bigpond.com.au'); | ||
define('SWIFT_SMOKE_SMTP_HOST', 'gmail-smtp-in.l.google.com'); | ||
|
||
/* | ||
Defines: The SMTP port to connect to | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters