<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: Send message to Sendblaster?</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Send message to Sendblaster?</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 23:07:50 +0000</pubDate>

<item>
<title>debra on "Send message to Sendblaster?"</title>
<link>https://www.machform.com/forums/topic/send-message-to-sendblaster#post-23831</link>
<pubDate>Wed, 12 Aug 2015 10:54:54 +0000</pubDate>
<dc:creator>debra</dc:creator>
<guid isPermaLink="false">23831@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I created a machform using the email for my newsletter.  Then when I use my sendblaster program, I manually update the email list for subscriptions and unsubscriptions.  Been working for me.  The subject field must be subscribe.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Send message to Sendblaster?"</title>
<link>https://www.machform.com/forums/topic/send-message-to-sendblaster#post-8188</link>
<pubDate>Wed, 16 Dec 2009 19:02:42 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">8188@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Ah.. I see. So if you set one email address on your email setting it work just fine?&#60;/p&#62;
&#60;p&#62;If this is the case, try to modify your &#34;includes/helper-functions.php&#34; file, search around line 475 - 491 for this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$has_email = false;
foreach ($email_address as $email){
	$email = trim($email);
	if(!empty($email)){
		$mail-&#38;gt;AddAddress($email);
		$has_email = true;
	}
}

if($has_email){
	$send_status = $mail-&#38;gt;Send();
   	$mail-&#38;gt;ClearAddresses();

    	if($send_status !== true){
	     echo &#38;quot;Error sending email: &#38;quot;.$mail-&#38;gt;ErrorInfo;
   	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace it with this one:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$has_email = false;
foreach ($email_address as $email){
	$email = trim($email);
	if(!empty($email)){
		$mail-&#38;gt;AddAddress($email);
		$has_email = true;

                $send_status = $mail-&#38;gt;Send();
   	        $mail-&#38;gt;ClearAddresses();
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can now put two email address into your MachForm email setting and then test it again.
&#60;/p&#62;</description>
</item>
<item>
<title>tania on "Send message to Sendblaster?"</title>
<link>https://www.machform.com/forums/topic/send-message-to-sendblaster#post-8184</link>
<pubDate>Wed, 16 Dec 2009 08:32:49 +0000</pubDate>
<dc:creator>tania</dc:creator>
<guid isPermaLink="false">8184@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;This is why I don't understand what to do.  To subscribe to a list an email has to be sent from the email submitted in the form.  For example: &#60;a href=&#34;mailto:admin@clearskiesvirtual.com?Subject=Subscribe&#34;&#62;Sign up&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I tried a test to have an email be sent through the email portal of machform, but it needs to be the only recipient in order to work.  How can I have machfrom send a copy to me and then the subscription email?
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Send message to Sendblaster?"</title>
<link>https://www.machform.com/forums/topic/send-message-to-sendblaster#post-8180</link>
<pubDate>Tue, 15 Dec 2009 18:04:11 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">8180@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;This should be possible. Can you let us know a sample code of your SendBlaster signup form?
&#60;/p&#62;</description>
</item>
<item>
<title>tania on "Send message to Sendblaster?"</title>
<link>https://www.machform.com/forums/topic/send-message-to-sendblaster#post-8177</link>
<pubDate>Tue, 15 Dec 2009 09:04:55 +0000</pubDate>
<dc:creator>tania</dc:creator>
<guid isPermaLink="false">8177@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi -&#60;/p&#62;
&#60;p&#62;It appears that you have figured out how to integrate with Aweber software.  We use Sendblaster for our email &#34;blasts&#34;.  I don't really understand how PHP works - but is there a way after a person submits a form (built in Machform) that requests their email address - to be updated in a Sendblaster email list?&#60;/p&#62;
&#60;p&#62;Let me know what information you need if you are not familiar with SendBlaster.&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
