Tagged Questions
The mail-sender tag has no wiki summary.
0
votes
0answers
29 views
Cant send mail from godday but it sends perfectly from localhost
i have the most retarded problem ever seen and can't debug it...
We have a hosting at godaddy and a contacts form sending email through godaddy's smtp server.
The email is send perfectly from ...
0
votes
2answers
703 views
How to change sender name (not email address) when using the linux mail command for autosending mail?
Mailbox shows the sender name as "Apache", because the mail I am autosending is being sent from a Perl CGI program. How do I change it to something else?
0
votes
0answers
55 views
I made an e-mail sender using MassageUI Framework
[controller setMessageBody:textForEmail isHTML:YES];
I set the isHTML to YES like the above code.
So the size of the body's view got bigger, and then it allowed to scroll 4 directions.
If there's a ...
0
votes
1answer
68 views
Gmail : Retrive the mails from specific sender. API..?
I am stuck in the middle of a project and need help retrieving the mails only from a particular sender in Gmail.
Can anyone suggest some API to do so OR can share any script to get it from the ...
0
votes
1answer
54 views
send_email from php site hosted by profusehost
I have my website in PHP hosted with profusehost.net. The problem is that the send_email functionality works correctly when i host it locally on my apache server with mercury mail. But now when i have ...
0
votes
1answer
263 views
Why can't I call methods on my Mail::Sender object?
I have this simple part of the program that should send an email to a specified user.
But it has an error that says "Can't call method "MailMsg" on an undefined value"
if ($sender->MailMsg({smtp ...