I have set in smtp
Printable View
I have set in smtp
Your ISP/host may require smtpauth Can you try that and send the email to your other account again to test?
Otherwise you can try using sendmail.
-Ng_
Yeeeessss. Ok I have just reapair my setting. Thank you. You are very very good. Excuse me for my english, I have only study at school.
Bye Bye
Wonderful! I'll sign up for your newsletter to test.
If you do an Italian translation of the contribution, I would love to have a copy to include in releases.
3am here-time for bed (a few hours ago. :)
-Ng_
Of course!
In the contrib there is a problem for the alignment of the sideboxes elements. Have you the same problem?
You mean the 'html text-only lines?
Some people with table layouts had problems with the box being too big-there's a patch for that on my site until I get the next release out:
http://www.notgoddess.com/scripts/ne...bscribe#issues
But if you are talking about
HTML TESTO
solo
....you can edit that same file and insert a '<br />' in between the two radio buttons so you'll see:
HTML
TESTO solo
file: includes/templates/your_template/sideboxes/tpl_subscribe.php
Like this: (lines 21-24)
I'll be off now...but hope that fixes it.Code:if(EMAIL_USE_HTML == 'true') {
$content .= '<label>' . zen_draw_radio_field('email_format', 'HTML', true) . ENTRY_EMAIL_HTML_DISPLAY . '</label>';
$content .= '<br />';
$content .= '<label>' . zen_draw_radio_field('email_format', 'TEXT', false) . ENTRY_EMAIL_TEXT_DISPLAY . '</label>';
}
-Ng_
I have traduced the mod's in italian language. You can take it here
http://www.rigenservice.it/File/news...e_2.0.2ITA.zip
bye
Hi NG,
Is there any way to notify admin when someone subscribes or when they unsubscribe? The original had an add on that allowed this but the new, and definitely improved version, has a totally different header_php and that was the file that needed to be altered.
Original thread: http://www.zen-cart.com/forum/showth...ght=Newsletter
Also, is there any way to not have the customer need to confirm?
Thank you,
Kelly :smile:
Thanks for the link/suggestion.
I'll add it in & do a on/off config setting for it.
-Ng_