Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Bulk e-mail, with different names in mail.
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
hensor  
View profile  
 More options Nov 22 2011, 3:50 pm
From: hensor <henrikaagaardsoren...@gmail.com>
Date: Tue, 22 Nov 2011 12:50:10 -0800 (PST)
Local: Tues, Nov 22 2011 3:50 pm
Subject: Bulk e-mail, with different names in mail.
I'm using Swift Mailer and it works like a charm.

But I would like to be able to send a e-mail like:

Dear XXX,
...
Unsubscribe here: .../E-MAIL-ADDRESS

where the E-MAIL-ADDRESS is changed with the corresponding e-mail
address.

Is that posslble?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robert Gonzalez  
View profile  
 More options Nov 22 2011, 3:59 pm
From: Robert Gonzalez <robert.anthony.gonza...@gmail.com>
Date: Tue, 22 Nov 2011 12:59:14 -0800
Local: Tues, Nov 22 2011 3:59 pm
Subject: Re: [Swift Mailer] Bulk e-mail, with different names in mail.

I'm pretty sure there's a string replacement decorator you can use. Read
through the docs. I'm certain it's in there.

On Tuesday, November 22, 2011, hensor <henrikaagaardsoren...@gmail.com>
wrote:

> I'm using Swift Mailer and it works like a charm.

> But I would like to be able to send a e-mail like:

> Dear XXX,
> ...
> Unsubscribe here: .../E-MAIL-ADDRESS

> where the E-MAIL-ADDRESS is changed with the corresponding e-mail
> address.

> Is that posslble?

> --
> You received this message because you are subscribed to the Google Groups

"Swift Mailer" group.
> To post to this group, send email to swiftmailer@googlegroups.com.
> To unsubscribe from this group, send email to

swiftmailer+unsubscribe@googlegroups.com.
> For more options, visit this group at

http://groups.google.com/group/swiftmailer?hl=en.


--

Robert Gonzalez
<https://plus.google.com/103821781336302925338/about>
<http://twitter.com/RobertGonzalez>
  <http://www.facebook.com/robertgonzalez>
<http://www.linkedin.com/in/robertanthonygonzalez>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ares Saldana  
View profile  
 More options Nov 22 2011, 3:59 pm
From: Ares Saldana <a...@phidevinc.com>
Date: Tue, 22 Nov 2011 13:59:56 -0700
Local: Tues, Nov 22 2011 3:59 pm
Subject: Re: [Swift Mailer] Bulk e-mail, with different names in mail.
Look over the decorator plugin. That's how we are doing it.

Ares Saldaña
PhidevInc.com
444 E. Robinson Ave, Ste A
El Paso, TX 79902
(915) 317-6WEB (932)

On Nov 22, 2011, at 1:50 PM, hensor wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Henrik Aagaard Sørensen  
View profile  
 More options Nov 22 2011, 5:19 pm
From: Henrik Aagaard Sørensen <henrikaagaardsoren...@gmail.com>
Date: Tue, 22 Nov 2011 23:19:30 +0100
Local: Tues, Nov 22 2011 5:19 pm
Subject: Re: [Swift Mailer] Bulk e-mail, with different names in mail.

Hi Ares.

That worked perfectly. Thanks.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ares Saldana  
View profile  
 More options Nov 22 2011, 5:22 pm
From: Ares Saldana <a...@phidevinc.com>
Date: Tue, 22 Nov 2011 15:22:16 -0700
Local: Tues, Nov 22 2011 5:22 pm
Subject: Re: [Swift Mailer] Bulk e-mail, with different names in mail.

You are welcome

Ares

On Nov 22, 2011, at 3:19 PM, Henrik Aagaard Sørensen wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tejas Upadhyay  
View profile  
 More options Jul 21 2012, 6:23 am
From: Tejas Upadhyay <upadhya...@gmail.com>
Date: Sat, 21 Jul 2012 03:23:24 -0700 (PDT)
Local: Sat, Jul 21 2012 6:23 am
Subject: Re: Bulk e-mail, with different names in mail.

Hi hensor, I am trying swift mailer for bulk email generation, but i am not
able to generate all email successfully, I have only one receptionist where
I am mailing 100 emails (actually will send 2000 and more emails to
individual) , here is my code snippet for PHP script :

<?php
$i = 0;
require_once 'lib/swift_required.php';

    if(isset($_POST['Email']))
    {
        /*echo $_POST['Email'];*/
        $useremail = $_POST['Email'];

     $transport = Swift_MailTransport::newInstance();

    $mailer = Swift_Mailer::newInstance($transport);
        for ( $counter = 1; $counter <= 100; $counter++) {
    $message = Swift_Message::newInstance()
        ->setSubject('Subscription confirmation')
        ->setFrom(array('i...@mydomain.com' => 'mydomain.com'))
        ->setTo(array("$useremail" =>""))
        ->setBody(
           '<html>' .
           '<head></head>' .
           '<body>' .
                "<font>Thank you for subscribing our updates. You can
access www.my-domain.com at any time.</font>".
                "<p>Enjoy,</p>".
                "<p>The mydomain Team</p>".
           '</body>' .
           '</html>',
           'text/html'
            );

         if ($mailer->send($message)){
             /*mail("i...@mydomain.com", "ok", "email sent to
'$useremail'", "Sent ok");*/
         }
         /*sleep(5);*/
         $counter++;
    }
    /*$numSent = $mailer->batchsend($message);*/

 }
?>

Can you please suggest something?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robert Gonzalez  
View profile  
 More options Jul 21 2012, 10:29 am
From: Robert Gonzalez <robert.anthony.gonza...@gmail.com>
Date: Sat, 21 Jul 2012 07:29:11 -0700
Local: Sat, Jul 21 2012 10:29 am
Subject: Re: [Swift Mailer] Re: Bulk e-mail, with different names in mail.

I could be speaking out of turn here, or maybe just not reading it right,
but it looks like you code is taking an input email address then sending an
email - the same email - to that one email address 100 times, pausing for 5
seconds in between each send.

On Sat, Jul 21, 2012 at 3:23 AM, Tejas Upadhyay <upadhya...@gmail.com>wrote:

--

Robert Gonzalez


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »