zend-mail
PHP - Bulk mailing and checking for server responses
We send a lot of emails to a lot of our users (ranges in 20k+ per day). One of the major problems we face are invalid or dead emails - sometimes our users delete their accounts, change their email add[详细]
2023-03-17 14:02 分类:问答Zend Framework: How to read email attachments (and save to disk)?
I am currently using Zend_Mail_Storage_Imap to read email messages using IMAP. I am able to read the email body (text and html) thanks to the documentation.[详细]
2023-03-15 19:20 分类:问答Zend_Mail_Storage_Pop3 Send failed
I have created a script using the Zend Framework. The goal开发者_运维技巧 is that the script checks the e-mail. When I connect to a pop3 account that isn\'t on the same domain as the webhosting (f.ex[详细]
2023-03-04 04:33 分类:问答Zend Mail - Where to instantiate it?
I\'m using a Data Mapper / Gateway design pattern. So I have a: Mapper; Gateway; Domain Object (mainly with getters and setters);[详细]
2023-03-03 20:20 分类:问答Zend Mail keeps giving me a Socket Error
I\'m having trouble with sending开发者_如何学JAVA email using the zend framework. I keep getting a \"Could not open socket\" error.[详细]
2023-02-25 02:10 分类:问答Zend Mailer error "From header set twice"
My question in based on Zend Mail I have a class that extends Zend Mail. Basically it is supposed to send two different mails to users upon registration.[详细]
2023-02-18 02:55 分类:问答Problem with Gmail messages missing headers
I\'m trying to programmatically parse my Gmail for various indexing functions, and am having trouble finding certain headers that I thought were standard email headers.I\'m using the Zend IMAP library[详细]
2023-02-12 16:45 分类:问答Send email SMTP from localhost with WAMP setup
I\'m trying to configure my php.ini file so I can send emails from \'localhost\' in my dev environment using PHP.I no longer have access to an open SMTP server, and Gmail no longer works with their ne[详细]
2023-02-06 21:31 分类:问答How to search inbox using zend mail
The following is a function from zend_mail_protocol_imap.i read that to search emails, I would want to override it using zend_mail_storage_imap (which is what I\'m using now to grab email from gmail).[详细]
2023-02-01 19:10 分类:问答Zend_Mail - read Gmail messages via POP
I am trying to read my Gmail account with Zend_Mail. The request just seems to time out. Is there an issue with my $config?[详细]
2023-01-31 16:40 分类:问答