Page 1 of 1

Email Templates

Posted: December 4th, 2010, 5:43 pm
by MoeenD
Hi, so I been trying to hard-code my emails into the email templates, sadly the recipients do not get the emails, for example

Code: Select all

<!--#if $cat == "moeend" #--><!--#slurp#-->
to: [email protected]
from: $from
date: $date
the email does not get delivered, I have multiple templates for different categories to different people. I also have specified the folder where the templates were placed, used the default template and only changed the top portion for the categories and hard-coded email. Not using any of my templates does work, however ideally I would like sabnzbd to send out emails to people accordingly to the categories. Any ideas or suggestions?
and thanks in advance to the Sabnzbd team.

Version: 0.5.6
OS: Windows Server 2008 R2 Standard
Install-type: Windows Installer (Updates used Windows Zip)
Skin Classic - Red
Firewall Software: Symantec Endpoint (only one that works with server editions sadly)
Are you using IPV6? No
Is the issue reproducible? Yes

Re: Email Templates

Posted: December 4th, 2010, 9:40 pm
by MoeenD
Update
From talking to Frost in the IRC chat room, seems like the issue is with Gmail that I been using, even tho the account has the email sent in the account, it does not actually get sent out to the destination email address. Any tips on this?

Re: Email Templates

Posted: December 5th, 2010, 7:25 am
by shypike
You should make sure that the From: address is the same
as the Google email account you use to login.

Re: Email Templates

Posted: December 5th, 2010, 7:30 pm
by MoeenD
shypike wrote: You should make sure that the From: address is the same
as the Google email account you use to login.
Yup, I have tried that, also note that I now see the templates doing it's job, however when I log into the account that sabnzbd is using to send the emails out, I see the email sent out to the recipient just fine, however the recipient is not receiving them. (We checked spam, it was not there), I feel that gmail is blocking these emails at some point in the chain.