The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
14 views

Zend Mail Storage encoding polish chars

I want to get emails from imap using Zend_Mail_Storage_Imap. When I get content I can't see polish chars. Mail: coś tam coś tam Content using Zend_Mail_Message: co=B6 tam co=B6 tam My ...
-1
votes
0answers
39 views

Retrieve Emails from Specific Email with Zend Mail Framework

I am trying to use the Zend Mail Framework to retrieve emails received from customers. An example would be this: I access the customers account on file with my company I click a link that says "View ...
0
votes
0answers
167 views

Magento Zend Mail using Google SMTP

I'm having troubles with mail sending in Magento: simply emails are not being sent in case of customer registration, order confirmation ecc. I checked the exception log and this is what I found: ...
0
votes
0answers
25 views

Zend Mail no receiver in headers

My Zend Mail fetches IMAP e-mails. Though sometimes I'm getting an error when I try the following command: // $mail = Zend_Mail_Storage_Imap instance $message = $mail->getMessage($i); This is ...
0
votes
0answers
69 views

Zend Mail only get headers

I'm using Zend Mail to fetch messages from several IMAP servers. I'm looping through all messages with the current PHP code: for($i = 1; $i <= ($mail->countMessages()); $i++){ $message = ...
0
votes
0answers
23 views

zend mail with postfix

how can i send mail using zend Framework with postfix, I know how send it with mail(php function) example: mail($recipient, $subject, $mail_body, $header,"-r".$emailsender) Now how can i send ...
3
votes
1answer
107 views

Zend_Mail generateMessage() causes Fatal error: Call to a member function getContent() on a non-object

I am sending emails using the Zend_Mail_Transport_Smtp. The sending part works fine, however, I am struggling trying to copy the email to the 'Sent' folder of the sending email account. When ...
0
votes
1answer
162 views

How to change default mail sender (alias/via) when using Zend_Mail? i.e. remove “via” in gmail

When I send email using Zend Mail using the following code: $to = array("email1@gmail.com","email2@hotmail.com","email3@yahoo.com"); $msg = file_get_contents("email.html"); ...
-6
votes
1answer
120 views

Zend Mail not sending any emails [closed]

So Zend_Mail should be easy right?! Here is my code: Zend_Mail::setDefaultTransport(new Zend_Mail_Transport_Postmark('e8eeb5e5-bdbf-47cb-bd66-8b7f20d2c08e')); $mail = new Zend_Mail(); ...
0
votes
0answers
83 views

Zend_Mail imap getContent not working on SmarterMail server

Zend is actually giving PHP warnings in their code when I'm trying to get the content of an email from a SmarterMail server Message: Undefined offset: 0 Filename: Protocol/Imap.php Line Number: 565 ...
0
votes
0answers
51 views

Order Zend_Mail_Storage_Imap by date

I try to order all the messages I get from Zend_Mail_Storage_Imap by date! But I allways get the oldest Mail first in my list, but I want the newest first, how can I change the order, is there any ...
2
votes
2answers
87 views

Zend Framework: Where to store email templates

I am writing a ZF Application that generates emails as certain actions occur, e.g. when a user signs up. My default mail settings are set in a Mail Resource plugin. My question is, what's the best ...
1
vote
1answer
142 views

Gmail IMAP via php ouath2 Zend_Mail_Protocol_Imap - getting the X-GM-THRID

I'm accessing GMail via IMAP using OAuth2 authentication and Zend_Mail_Protocol_Imap. It all works great. What I need to do is present emails in thread form just like the GMail interface. Google ...
0
votes
0answers
89 views

what transport to use for zend mail Zend_Mail_Transport_Sendmail or Zend_Mail_Transport_Smtp

Could you please tell when to use Zend_Mail_Transport_Sendmail and when to use Zend_Mail_Transport_Smtp for Zend Mail? What are the benefits of one over another? What is better from the perfomance ...
0
votes
0answers
52 views

How to do batch retreival of email using Zend_Mail_Protocol_Imap or Zend_Mail_Storage_Imap

I am using Zend_Mail_Storage_Imap to access email but using following code $storage = new Zend_Mail_Storage_Imap($imap); $allIds = $storage->getUniqueId(); // i get all key value pair of meesageid ...
0
votes
1answer
90 views

magento pass variable from controller to another model

I want to send custom mail through smtp.For which I installed ...
0
votes
2answers
503 views

what's the issue with Message-Id in email sent by php

I have suspicious message-id header of email sent by php to gmail account: Message-Id: <5100054f.a489440a.5d93.6a70SMTPIN_ADDED_MISSING@mx.google.com> Could you please tell does it have this ...
1
vote
0answers
180 views

Zend Mail and Spam

I'm using Zend_Mail for send multiple mails to my users It is work well but i have some problem with spam (like gmail) I found this but didn't work for me (mail continue to go in spam folder) ...
4
votes
3answers
867 views

how to avoid email header Received: from unknown and email going to spam

I try to send email from our server using php and Zend_Mail. I use smtp transport. This is confimation email of subscribing. But for some reason email that I send has strange headers and email goes to ...
1
vote
1answer
178 views

issues with return-path in zend_mail

Could you please tell me why I set returnPath using zend_mail received email has to return-path headers (I view them in gmail) using smtp trasport: Return-Path: <bounce@domain.com> //I think ...
0
votes
0answers
46 views

Email coming through as HTML garbage

I have been using Zend_Mail successfully for years, however recently some clients have reporting that emails come through "broken", when they forward it back, it looks like this: MIME-Version: 1.0 ...
1
vote
0answers
88 views

getMessage function of Zend_mail_storage_Pop3 returns trimmed header

I am using getMessage function of Zend_mail_storage_Pop3 class to fetch the mime message. My php version is 5.3.3. In some cases getMessage is not returning all the mime headers. On further ...
4
votes
1answer
169 views

UTF-8 sender name in Zend_Mail?

I am using Zend_Mail and want to customize the sender name. I want the sender name to be FooBar爱你Ryan (where 'Ryan' gets replaced with the recipient name and 爱你 gets replaced with the translation for ...
0
votes
0answers
35 views

ZEND_MAIL with BCC address only

I want to send 200 emails to different users at once. I put them in loop: $mail->addBcc('xxx@sdfsdf.com', 'sdfsdfsd'); BUT I cannot send email withoue setting 'TO' email. How can I override this?
4
votes
1answer
112 views

zend mail giving mail in unreadable format when using in magento

Used the following code. $mail = new Zend_Mail(); $mail->setBodyHtml($message) ->setFrom('abc@gty.com', 'abc') ->addTo($to, 'admin') ->setSubject($subj); This is the part i wrote. I ...
0
votes
1answer
276 views

Is it possible to send multiple email attachments with zend_mail?

I found several examples of sending a single email attachment using zend_mail. But I cannot figure out how to send multiple attachments. Can someone share how to do this if it is possible. I have ...
0
votes
3answers
2k views

Creating HTML E-mails in Zend Framework 2 with Zend_Mail + Zend_Mime

Zend framework changed the Zend_Mail object so it no longer has the setBodyHtml() method to create HTML e-mails. Does anyone know how to create an HTML e-mail with the ZF2 Mail component? So far I ...
1
vote
1answer
129 views

zend framework 2 mail set default sender

ZF1 Zend_Mail has a static method setDefaultFrom($email, $name = null). Value specified here is used as default wherever it's not given for a concrete object. ZF2 has no more facade component ...
0
votes
0answers
98 views

Searching inbox by subject line using Zend_Mail_Storage_Imap

Is there any method in Zend Framework for searching the email inbox for any particular subject line? I have done it by accessing all messages and use preg_match() on the subject lines one by one. But ...
1
vote
2answers
269 views

Using Zend Mail with SMTP Authentication gives an error

I'm trying to create a form that sends an email using SMTP authentication, but I keep receiving an error. I've read a bunch of posts online and this is the code I've come up with so far. Does anyone ...
0
votes
1answer
156 views

getting error message PHP Fatal error: Call to undefined method Zend_Mail_Storage_Imap::requestAndResponse()

I am new to Zend Framework. I am working on an app to search through Gmail inbox by using the class (which I added to Zend/Mail/Storage/Imap.php) /** * do a search request * * This method is ...
1
vote
1answer
66 views

PHP prints /f from behind the curtains

I have an old web site which generates PDF reports and sends via email. It uses Zend_Mail, pChart and Zend_Pdf. I've already noticed that PHP prints out /f somewhere in there, but it is mostly not ...
2
votes
1answer
471 views

Zend Mail Imap: Fetch Body of Multipart?

I have a small "problem" with Zend_Mail_Storage_Imap and MultiPart Mails. ContentType: multipart/alternative; boundary=f46d043bd88a9f5d9004c87d2ad3 Part 1 has the Text of the Message, but with ...
2
votes
1answer
114 views

How to serialize a Zend_Mail_Message?

I have several Zend_Mail_Message objects that I got from an imap query. Now I want to serialize each message individually. However it seems that a simple: serialize($message); Doesn't work because ...
1
vote
1answer
424 views

Send email with gmail in zend framework

I am trying to send email with gmail account in zend framework. This is what i got so far: $mailTransport = new Zend_Mail_Transport_Smtp('smtp.gmail.com', array( 'auth' => 'login', ...
4
votes
1answer
191 views

Using Zend_Mail_Transport_Smtp with an MD5-Hashed value as password

I'd like to offer the users ob my web-application the possibility to send out emails using our smtp-server. The password for the user accounts are md5-hased and the smtp-server is hashing the ...
0
votes
1answer
197 views

Zend_Mail error 500 > postfix/sendmail fatal: -n option not supported

I'm working on a Zend project in a very specific server configuration, our production environment is made of two dedicated servers, one for the company's email which host a postfix server and an other ...
1
vote
1answer
633 views

PHP IMAP POP forwarding script sends image attachments changed somehow

I am running a script to log into an IMAP/POP mailbox, forward the content to a new email address, and then remove them from the mailbox. It's almost working now, except that for some odd, ...
0
votes
1answer
140 views

Zend Mail is declared as Ratware

I'm using Zend_mail with SMTP in a wrapper class like this: //$_config has all required and valid attributes to send a mail successfully. $tmpconfig = Array('auth' => 'login', ...
1
vote
3answers
2k views

How to use Amazon SES key, secret + smtp address in my Zend_Mail_Transport_Smtp adapter?

How to use Amazon SES key, secret + smtp address in my Zend_Mail_Transport_Smtp ? It says: Must issue a STARTTLS command first while trying following. /* Reference in C#: ...
1
vote
1answer
503 views

“Zend_Mail_Protocol_Exception: Incorrect authentication data” happening in production, but NOT in localhost, using the same transport config

I am using Zend_Mail to deliver a Zend Frameowrk based MVC application. The transport configuration is as follows: ; Mail (SMTP Transport) resources.mail.transport.type = smtp ...
1
vote
0answers
230 views

Zend_Mail generateMessage() for further saving in IMAP Folder

a created a new Mail with Zend_Mail like $mail = new Zend_Mail(); $mail->setFrom("test@test.com", "TEST"); $mail->setSubject("Subject"); $mail->setBodyHtml("Body"); ...
0
votes
2answers
317 views

zend_mail email marked as spam in 4th try

i am using zend_mail as html to send an email confirmation to the server, for the 1st and the 2nd test the message was forwarded to inbox but then suddenly all messages where marked as spam. this is ...
0
votes
1answer
417 views

progress bar in php & jquery

i have a PHP process who send X mails After each mail send, i add a line on a database for tell that a mail is send. So, i wan't to create a progress bar for tell to the user that X mails are sended ...
0
votes
0answers
2k views

Zend_Mail multipart/mixed inline images and pdf attachment

I want to send an email using Zend which will have few inline images and a pdf file as attachment, the code of the email should look something like this: From - Wed Apr 18 12:09:29 2012 [...] ...
0
votes
1answer
501 views

Zend-mail sending email Connection Timed Out error

I am trying to set-up a registration form that sends a welcoming email to the new member. The form works just fine on my localhost, but when trying to upload it to the remote server I get a ...
4
votes
1answer
2k views

Zend Mail 2.0 Attachments

Can anyone provide me with some example on how to add attachments to ZF2 Mail component? I did like: $message = new Message; $message->setEncoding('utf-8'); $message->setTo($email); ...
0
votes
3answers
160 views

email header “from” containing first and last names, not sender's email

I'm reading emails from pop3 server with zend mail component. What I want is to know who is sent this email and when I try $message->from I see "FirstName LastName" without senders email. I do ...
0
votes
1answer
359 views

How to use zend mail to manipulate the mail message?

Here is a sample email. What i would like to do is using zend mail to filter out the email with the specific header and subject, here are my reg experssion $pattern_subject = "#delivery ...
1
vote
0answers
257 views

Sending email to GMail with Zend_Mail

I'm developing a webapp which has to send mail, I'm using the basic mail router (which is sendmail if I'm not wrong) with the following interface class : class My_Mail_Interface { protected ...

1 2 3