Difference between #1 and #2 of
Email by YiiMailer, Call Outlook, IMAP

Revision #2 has been created by Scott_Huang on Feb 28, 2014, 3:04:38 AM with the memo:

correct some typo.
« previous (#1) next (#3) »

Changes

Title changed

Email by YiimMailer, Call Outlook, IMAP

Category unchanged

How-tos

Yii version unchanged

Tags changed

eEmail, oOutlook, YiiMailer, IMAP

Content changed

In Yii community we have lots of extention can send emails, such as YiiMailer and Swift and so on, or even IMAPI, thanks for team contribution. However, sometimes, in the intranet enviroment, the program cannot run successfully since SMTP /IMAP port been banded. So you need to seek other ways. The most simple way is **_call outlook_** as COM. Let me introduce send email by YiiMailer/OutLook/IMAPI below, thanks. 1.**- YiiMailer Sample**
 
----------------------
[...]
```

2.**- Call Outlook example**
 
--------------------------
[...]
3.**- List email by IMAP.**
 
-------------------------


```php
$hostname = '{imap.gmail.com:993/imap/ssl/novalidate-cert}INBOX';
$username = 'WWSP.xxx.NoReply@gmail.com';
$password = 'xxx';
[...]
0 0
6 followers
Viewed: 19 431 times
Version: 1.1
Category: How-tos
Written by: Scott_Huang
Last updated by: CeBe
Created on: Feb 28, 2014
Last updated: 10 years ago
Update Article

Revisions

View all history