CodeCanyon

YrMail - Simple Mailer

  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
marcuslucas says

Hi,

I am interested on your script, but need to know if it fits to my current needs…

Is there a way that I can use your script directly from a cronjob? I want to create a cronjob that runs daily, i’d pass indicate the zip template’s path, e-mail list, subject sender name and sender address as a parameter and runs YrMail from there.

Is it possible?

2 years ago
Author
Swifty_core Swifty_core replied

Hi, this script is not really built to run in cron jobs. I’ll take a look if this is possible and will be back to you once done.

Regards

2 years ago
Author
Swifty_core Swifty_core replied

Hey marcuslucas, I’ve just test to handle the send action directly in the browser and it works. So you should call this file : /ajax-requests.php?a=send&id=ARCHIVE_ID

replacing ARCHIVE _ID by the mail ID (the 32 chars identifier in the URL ). Call this for example with a : wget http://lab.yrweb.fr/yrmail/ajax-requests.php?a=send&id=ARCHIVE_ID

It works for me :)

Regards

2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
marcuslucas says

Thanks for the info.

But is it easy to create an archive from a cron?

2 years ago
Author
Swifty_core Swifty_core replied

When you create a campaign with YrMail, a folder is made (it correspond to the id=.... in the url when you are in the sending form).

Copy this identifier then replace ARCHIVE _ID by this identifier and that’s all. Careful, a simple call to the ajax-requests.php?a=send&id=ARCHIVE_ID will send all mails !

Remember that YrMail is not built to send emails in cronjobs, it can…

2 years ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
lonelyschnozz says
Purchased

I’m trying to use this script to test my html emails. However I’m getting warning messages when I try to send a mail:

sent/6641ba313ccd799033c05c3f970dd678/images/head.gif Warning: Cannot modify header information – headers already sent by (output started at /home/lonelysc/public_html/codefish.co.za/yrmail/lib/classes.php:385) in /home/lonelysc/public_html/codefish.co.za/yrmail/send.php on line 20

Warning: session_regenerate_id() [function.session-regenerate-id]: Cannot regenerate session id – headers already sent in /home/lonelysc/public_html/codefish.co.za/yrmail/send.php on line 30

any help would be appreciated.

Thanks

2 years ago
Author
Swifty_core Swifty_core replied

Hi, it should be a problem with the ZIP file. Can you send me a copy, thanks?

2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
marcuslucas says
Purchased

Hi there,

Just purchased but I am getting an error when uploading the sample file:

Fatal error: Class ‘ZipArchive’ not found in xxxxxx/yrmail/lib/classes.php on line 366.

Why is this error showing?

2 years ago
Author
Swifty_core Swifty_core replied

Hi, it seems that you don’t have the Zip extension on your server.

How to install the ZIP extension under Windows hosts ?

Under Windows hosts, just edit your php.ini file and remove the ”;” before the line : ;extension=php_zip.dll

How to install the ZIP extension under Linux hosts ?

Under linux, the best way if you don’t want/know how to compile php with the zip extension, is to use pear : pear install zip-1.10.2.tgz

Hope this help, feel free to email me! Regards

2 years ago
  • Has been a member for 2-3 years
  • Bought between 50 and 99 items
GridNet says
Purchased

I am also having the same error problems when trying to attach a zip.

sent/6641ba313ccd799033c05c3f970dd678/images/head.gif Warning: Cannot modify header information…

Warning: session_regenerate_id() [function.session-regenerate-id]: Cannot regenerate session id….

I have tried on two different hosts, and two different OS to generate the zip files. Do you have any advice on solving this problem?

2 years ago
Author
Swifty_core Swifty_core replied

Hi, can you please email me all the error message you have?

Thanks

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
  • United States
rock304 says

any updates on this…like tracking and mail repotrts

What we could expect ?

We are currently working on some features like Tracking and mail reports, User administration etc. If you have any questions/idea about the next release, you can send them via CodeCanyon.

1 year ago
Author
Swifty_core Swifty_core replied

Not at the moment, I’m working on enhancements of other items. It’s on the roadmap but not have the time to work on it.

1 year ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
  • United States
rock304 says

so am I correct in thinking that I create pretty much a web page zip it up upload it and use it as an email/newsletter after entering the recipients hit send and it makes it readable by all of the popular email clients.

If that is correct.. what happens to the css.

1 year ago
Author
Swifty_core Swifty_core replied

Many email clients (web based) like gmail don’t support external CSS so you need to embed “style” attributes in your HTML email. It’s the old way but it’s the better way to have a “standard” render.

You’re right, zip an HTML Email template and YrMail will do the rest.

Regards

1 year ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
drbuck says

Thank you—gonna pick it up

1 year ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
drbuck says
Purchased

with respect to the confi file—do I have to create the uploads folder where the zips are uploaded to since there is no install.[I DID ]... and can I name it anything I want—can I call it UPLOADS _DIR..like I already did and am having probs….zip is enabled

I changed it to /uploads and redid the config file but still probs..even uploading the sample in the download

is this OK

http://www.mysite/yrmail to access yrmail—that works *”>http://www.mysite/yrmail/* what do i put here for uploads folder

errors like this are showing

Notice: Use of undefined constant UPLOAD _DIR – assumed ‘UPLOAD_DIR’ in /home/mystuff/public_html/yrmail/lib/classes.php on line 362

1 year ago
Author
Swifty_core Swifty_core replied

Hi, thanks for purshasing. No you don’t have to create upload folders but I think you haven’t set a CHMOD 777 on the “uploads” folder. Change it and tell me if you have some trouble again.

Regards

1 year ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
drbuck says
Purchased

I did not get an uploads directory in the download from CC hmm where is the uploads folder if I don’t create it.Does it get created the first time I run the program. this is what was in the download from CC-2 images below show what was in the file from cc ans d the orther is what is on my server-no matter what the title is the one with the uploads folder /777 is the one on my server the other is the download

from ccanyon

http://www.mediafire.com/i/?m2izfys53vc0k6e

my server with uploads folder I created

http://www.mediafire.com/i/?1g1jmad1q5g43sa

1 year ago
Author
Swifty_core Swifty_core replied

the upload dir is “sent”, like in the config file. Just set the URI _UPDIR like : http://www.mysite.com/yrmail, it’s the public URL of yrmail. I’ve seen that you’ve set the CHMOD of “sent” dir to 777.

Can you mail me your errors?

Thanks

1 year ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
drbuck says
Purchased

I thought you might be around by now but I guess not

let me ask you to please do this as i am in somewhat of a hurry..

in cinfig.php

// The UPLOAD _DIR is the directory where all the zip will be uploaded and then extracted. // It must be readable from the web because, YrMail is able to change relative imgs in full URI [URL]?

what/where do I put here [below]-if anything-Is it created???If it is created sat it in the doc—if not say it must be created manually

My yrmail is in a directory http://www.mysite/yrmail [do i need www.]

define(‘UPLOAD_DIR’,’sent/’); do i edit this line

and what do i put here

define(‘URI_UPDIR’,’http://lab.yrweb.fr/yrmail/ [do i need www].

// This is the URI [URL] available from the web, where YrMail will be accessible do i need www. again

i have http://www.mysite.com/yrmail and obviously I can view it but does yrmail work with www

need to get this working ,sorry for being dumb

1 year ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
drbuck says
Purchased

thanks for the help offline—working good

1 year ago
Author
Swifty_core Swifty_core replied

thank you :)

1 year ago
  • Has been a member for 0-1 years
  • Bought between 50 and 99 items
  • India
Kayesh says
Purchased

Hi Swifty_core,

I face the problem that I receive only blank mails when I test and send a mail of the zipped html-file (.html/images/.txt) to myself.

Any idea?

I don’t get any error, app shows 100% mailing success, but only blank mails arrive in the test-recipients accounts …

When I click on the sending form on the icon which links to the uploaded files , I can see that the files are there on the server in their respective folders … (didn’t forget CHMOD 777 ) So there is no problem with upload.

... but still, the mails are blank.

5 months ago
Author
Swifty_core Swifty_core replied

Hi, can you send me a mail with the classes.php file which is in the lib folder, please ? I’ll try to reproduce your problem.

Regards

5 months ago
  • Has been a member for 1-2 years
  • Bought between 50 and 99 items
ayron says
Purchased

There is a way I can manually configure the SMTP server data: server port User password

so could use a more extended plan contratdo for submission of news than using the local settings of the hosting provider

thanks
4 days ago
by
by
by
by
by