5

我正在尝试使用 Imap 获取 Gmail 发送的项目,但它给了我错误消息“通知:未知:[NONEXISTENT] 未知邮箱:在第 0 行的未知中发送(失败)(errflg=2)”

$hostname = '{imap.gmail.com:993/imap/ssl}Sent';
$username = 'anrc.wipro@gmail.com';
$password = '****************';

/* try to connect */
$inbox = imap_open($hostname,$username,$password) or die('Cannot connect to Gmail: ' . imap_last_error());
4

1 回答 1

16

我相信“已发送”文件夹实际上是[Gmail]/Sent Mail

于 2012-10-22T08:39:16.697 回答