I don’t think I can do anything about it. If the script says it sends, that means there are no error returns by the mailer. Whether you receive the email or not it depends on the server sending out (in this case it sent successfully) and your email server.
It was not working in my local server. How can I enable it to work for my local set up.
I installed in my site .It is working there but issue is that
The look and feel is not coming to the mail. and image relative path is not
working too.
The look and feel has nothing to do with the plugin, it just pulls the post content and email it out. So that means the image embedded in your post is not a full URL but a relative path either that your email client block out the images?
can we get the full path of image those have relatvie path while fetching the post content.
Cause it would be better if we do in this way. Every time we cant give abosulte path for images.
can i write my css for post content in your plugin for look and feel.
can we replace the relative path to absolute path in post content so that image get loaded in email.
Sorry but that is your post problem, not the plugin issue anymore.
is there way to modify css in your plugin
I want to apply css for post content.
you have given p-tag which is wraping the content.
and applying css.
Even i am giving absolute path to image. It fails to load in gmail. Can you tell what is issue
Is it possible to see what email content is being sent in which format.